Marco Hinz il y a 6 ans
Parent
commit
c91d197017
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      autoload/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -320,7 +320,7 @@ function! startify#session_delete(bang, ...) abort
   endif
 
   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
         \ : input('Delete this session: ', fnamemodify(v:this_session, ':t'), 'custom,startify#session_list_as_string'))
   call inputrestore()