Bläddra i källkod

Ignore "ln" errors

References #243.
Marco Hinz 9 år sedan
förälder
incheckning
7b8f614b09
1 ändrade filer med 0 tillägg och 3 borttagningar
  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