do not open all buffers in separate tabs

This commit is contained in:
Josh Holtrop 2010-12-15 12:21:43 -05:00
parent 5b52d120b3
commit 593c50528a

2
vimrc
View File

@ -104,5 +104,5 @@ if has("autocmd")
au BufRead,BufNewFile *.dxl set filetype=dxl
autocmd FileType dxl set syntax=cpp
" open all buffers in a new tab
au BufAdd,BufNewFile * nested tab sball
" au BufAdd,BufNewFile * nested tab sball
endif " has("autocmd")