From: Simon Ruderich Date: Tue, 3 Feb 2009 14:01:10 +0000 (+0100) Subject: Allow more tabs with -p. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=c69e2d2cfe47d4105042184c6459505a00b33481;p=config%2Fdotfiles.git Allow more tabs with -p. --- 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