vimrc: use setl
This commit is contained in:
parent
ebec119192
commit
349568ff68
10
vimrc
10
vimrc
@ -139,12 +139,12 @@ let g:jellybeans_overrides = {
|
||||
\}
|
||||
colors jellybeans
|
||||
|
||||
au syntax java set ts=4 sts=4 sw=4
|
||||
au syntax java setl ts=4 sts=4 sw=4
|
||||
|
||||
au BufNewFile,BufRead *.s set ft=tptp
|
||||
au BufNewFile,BufRead *.s.out set ft=tptp
|
||||
au BufNewFile,BufRead *.tptp set ft=tptp
|
||||
au BufNewFile,BufRead *.smt2 set ft=smt
|
||||
au BufNewFile,BufRead *.s setl ft=tptp
|
||||
au BufNewFile,BufRead *.s.out setl ft=tptp
|
||||
au BufNewFile,BufRead *.tptp setl ft=tptp
|
||||
au BufNewFile,BufRead *.smt2 setl ft=smt
|
||||
|
||||
au BufReadCmd *.epub call zip#Browse(expand("<amatch>"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user