浏览代码

Ignore "ln" errors

References #243.
Marco Hinz 9 年之前
父节点
当前提交
7b8f614b09
共有 1 个文件被更改,包括 0 次插入3 次删除
  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