Do not mangle global namespace

This commit is contained in:
Marco Hinz 2013-05-13 19:53:44 +02:00
parent 51314fd3c8
commit 3414459d82
2 changed files with 17 additions and 17 deletions

View file

@ -8,9 +8,6 @@ if exists('g:loaded_startify') || &cp
endif
let g:loaded_startify = 1
let g:startify_session_dir = resolve(expand(get(g:, 'startify_session_dir',
\ has('win32') ? '$HOME\vimfiles\session' : '~/.vim/session')))
augroup startify
autocmd!
autocmd VimEnter *