]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Allow more tabs with -p.
authorSimon Ruderich <simon@ruderich.org>
Tue, 3 Feb 2009 14:01:10 +0000 (15:01 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 17:59:32 +0000 (18:59 +0100)
vimrc

diff --git a/vimrc b/vimrc
index cd7c90e9ec1a06741bac569d35af9b3f25271516..6b52841095d8e185ab869428098088fa0d86d6a5 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -96,6 +96,11 @@ set nomodeline
 " possible files.
 set wildmode=longest,list
 
+" Increase number of tabs which can be opened with the -p option.
+if v:version >= 700
+    set tabpagemax=50
+endif
+
 
 " MAPPINGS