This commit is contained in:
Josh Holtrop 2010-12-16 15:57:44 -05:00
commit 2b55b431c4

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")