We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ca0a1 commit d663f4dCopy full SHA for d663f4d
autoload/startify.vim
@@ -1054,7 +1054,7 @@ function! s:create_last_session_link(session_path)
1054
let cmd = printf('ln -sf %s %s',
1055
\ shellescape(fnamemodify(a:session_path, ':t')),
1056
\ shellescape(s:session_dir .'/__LAST__'))
1057
- call system(cmd)
+ silent call system(cmd)
1058
if v:shell_error
1059
call s:warn("Can't create 'last used session' symlink.")
1060
endif
0 commit comments