From 593c50528a6ed3a02a8262993a757cbfb8e94208 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 15 Dec 2010 12:21:43 -0500 Subject: [PATCH] do not open all buffers in separate tabs --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 91694e5..a88238c 100644 --- a/vimrc +++ b/vimrc @@ -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")