Ver Fonte

Ignore "ln" errors

References #243.
Marco Hinz há 9 anos atrás
pai
commit
7b8f614b09
1 ficheiros alterados com 0 adições e 3 exclusões
  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