]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vimrc
Allow more tabs with -p.
[config/dotfiles.git] / 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