From 7b8f614b09d79509cbb02a0368711fbd764fdf15 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 31 Oct 2016 13:02:05 +0100 Subject: [PATCH] Ignore "ln" errors References #243. --- autoload/startify.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index 3685576..a512ad2 100644 --- a/autoload/startify.vim +++ b/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