mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-09 03:23:47 -05:00
@@ -66,6 +66,9 @@ set fileformats+=mac
|
||||
if &history < 1000
|
||||
set history=1000
|
||||
endif
|
||||
if &tabpagemax < 50
|
||||
set tabpagemax=50
|
||||
endif
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user