remove check for servername
This caused more trouble than it is worth it.
This commit is contained in:
parent
58807ec7bd
commit
87c0c37817
1 changed files with 1 additions and 4 deletions
|
@ -14,10 +14,7 @@ let g:startify_session_dir = resolve(expand(get(g:, 'startify_session_dir',
|
||||||
|
|
||||||
augroup startify
|
augroup startify
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd VimEnter *
|
autocmd VimEnter * if !argc() && (line2byte('$') == -1) | call s:start() | endif
|
||||||
\ if !argc() && (line2byte('$') == -1) && empty(v:servername) |
|
|
||||||
\ call s:start() |
|
|
||||||
\ endif
|
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
command! -nargs=? -bar -complete=customlist,startify#get_session_names SSave call startify#save_session(<f-args>)
|
command! -nargs=? -bar -complete=customlist,startify#get_session_names SSave call startify#save_session(<f-args>)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue