mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:29:02 -08:00
disable fo-j in vim
this was deleting random characters when using any syntax more esoteric than C.
This commit is contained in:
parent
dae356d559
commit
372408b530
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue