vmail 2.1.2 → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vmail.vim +1 -0
- data/lib/vmail/version.rb +1 -1
- metadata +1 -1
data/lib/vmail.vim
CHANGED
@@ -55,6 +55,7 @@ function! s:create_list_window()
|
|
55
55
|
let s:listbufname = bufname('%')
|
56
56
|
setlocal statusline=%!VmailStatusLine()
|
57
57
|
call s:message_list_window_mappings()
|
58
|
+
autocmd BufNewFile,BufRead *.txt setlocal modifiable
|
58
59
|
endfunction
|
59
60
|
|
60
61
|
" the message display buffer window
|
data/lib/vmail/version.rb
CHANGED