소스 검색

Two different buffers mustn't have the same filename

Closes #240.
Marco Hinz 9 년 전
부모
커밋
ab3513c8ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      autoload/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -154,7 +154,7 @@ function! startify#insane_in_the_membrane() abort
   call cursor(s:firstline, 5)
   autocmd startify CursorMoved <buffer> call s:set_cursor()
 
-  silent file Startify
+  silent! file Startify
   set filetype=startify
   if exists('#User#Startified')
     if v:version > 703 || v:version == 703 && has('patch442')