Explorar o código

Avoid 'Press Enter' message on session write

Sergey Vlasov %!s(int64=9) %!d(string=hai) anos
pai
achega
f610be1431
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      autoload/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -281,7 +281,7 @@ function! startify#session_write(spath)
   if exists('g:startify_session_remove_lines')
         \ || exists('g:startify_session_savevars')
         \ || exists('g:startify_session_savecmds')
-    execute 'split' a:spath
+    silent execute 'split' a:spath
 
     " remove lines from the session file
     if exists('g:startify_session_remove_lines')