Explorar o código

Ignore "ln" errors

References #243.
Marco Hinz %!s(int64=9) %!d(string=hai) anos
pai
achega
7b8f614b09
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      autoload/startify.vim

+ 0 - 3
autoload/startify.vim

@@ -864,9 +864,6 @@ function! s:create_last_session_link(spath)
           \ shellescape(fnamemodify(a:spath, ':t')),
           \ shellescape(s:session_dir .'/__LAST__'))
     silent! call system(cmd)
-    if v:shell_error
-      echomsg "startify: Can't create 'last used session' symlink."
-    endif
   endif
 endfunction