From c69e2d2cfe47d4105042184c6459505a00b33481 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 3 Feb 2009 15:01:10 +0100 Subject: [PATCH] Allow more tabs with -p. --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vimrc b/vimrc index cd7c90e..6b52841 100644 --- 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 -- 2.44.2