Browse Source

Ignore "ln" errors

References #243.
Marco Hinz 9 năm trước cách đây
mục cha
commit
7b8f614b09
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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