Typo
This commit is contained in:
parent
b92a2224cd
commit
c91d197017
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ function! startify#session_delete(bang, ...) abort
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call inputsave()
|
call inputsave()
|
||||||
let seesion_path = s:session_dir . s:sep . (exists('a:1')
|
let session_path = s:session_dir . s:sep . (exists('a:1')
|
||||||
\ ? a:1
|
\ ? a:1
|
||||||
\ : input('Delete this session: ', fnamemodify(v:this_session, ':t'), 'custom,startify#session_list_as_string'))
|
\ : input('Delete this session: ', fnamemodify(v:this_session, ':t'), 'custom,startify#session_list_as_string'))
|
||||||
call inputrestore()
|
call inputrestore()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue