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