do not open all buffers in separate tabs
This commit is contained in:
parent
5b52d120b3
commit
593c50528a
2
vimrc
2
vimrc
@ -104,5 +104,5 @@ if has("autocmd")
|
|||||||
au BufRead,BufNewFile *.dxl set filetype=dxl
|
au BufRead,BufNewFile *.dxl set filetype=dxl
|
||||||
autocmd FileType dxl set syntax=cpp
|
autocmd FileType dxl set syntax=cpp
|
||||||
" open all buffers in a new tab
|
" open all buffers in a new tab
|
||||||
au BufAdd,BufNewFile * nested tab sball
|
" au BufAdd,BufNewFile * nested tab sball
|
||||||
endif " has("autocmd")
|
endif " has("autocmd")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user