소스 검색

Avoid 'Press Enter' message on session write

Sergey Vlasov 9 년 전
부모
커밋
f610be1431
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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')