Преглед на файлове

Update formatoptions while writing mails with vim

Emmanuel Bouthenot преди 13 години
родител
ревизия
cc3b129e9b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .vim/vimrc

+ 1 - 1
.vim/vimrc

@@ -172,7 +172,7 @@ set infercase "smart case support
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 if has('autocmd')
 	autocmd BufRead ~/.mutt/tmp/mutt-* set filetype=mail
-	autocmd FileType mail set autoindent expandtab formatoptions=tcqna
+	autocmd FileType mail set autoindent expandtab formatoptions=tcqn
 	autocmd FileType mail vmap D dO[...]<CR>
 	autocmd FileType mail call EnableSpellChecking()
 endif