diff --git a/home/vimrc b/home/vimrc index becf529..d3230fd 100644 --- a/home/vimrc +++ b/home/vimrc @@ -215,7 +215,7 @@ if has('autocmd') augroup nocomment au! " set or unset some convenient or annoying formatoptions - au FileType * setlocal fo-=c fo-=r fo-=o + au FileType * setlocal fo-=c fo-=r fo-=o fo+=j augroup END augroup forth