Set tabpagemax=50

Closes #40.
This commit is contained in:
Tim Pope
2013-02-23 12:10:22 -05:00
parent ee6eae42ed
commit 76d86fc6ed

View File

@@ -66,6 +66,9 @@ set fileformats+=mac
if &history < 1000 if &history < 1000
set history=1000 set history=1000
endif endif
if &tabpagemax < 50
set tabpagemax=50
endif
set viminfo^=! set viminfo^=!
let s:dir = has('win32') ? '~/Application Data/Vim' : match(system('uname'), "Darwin") > -1 ? '~/Library/Vim' : empty($XDG_DATA_HOME) ? '~/.local/share/vim' : '$XDG_DATA_HOME/vim' let s:dir = has('win32') ? '~/Application Data/Vim' : match(system('uname'), "Darwin") > -1 ? '~/Library/Vim' : empty($XDG_DATA_HOME) ? '~/.local/share/vim' : '$XDG_DATA_HOME/vim'