Explorar o código

Update formatoptions while writing mails with vim

Emmanuel Bouthenot %!s(int64=13) %!d(string=hai) anos
pai
achega
cc3b129e9b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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