mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -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
|
augroup nocomment
|
||||||
au!
|
au!
|
||||||
" set or unset some convenient or annoying formatoptions
|
" 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 END
|
||||||
|
|
||||||
augroup forth
|
augroup forth
|
||||||
|
|
Loading…
Add table
Reference in a new issue