Do not mangle global namespace
This commit is contained in:
parent
51314fd3c8
commit
3414459d82
2 changed files with 17 additions and 17 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue