From ab3513c8ea47fb780ab01e7abc4c5f7a07259a60 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 14 Oct 2016 19:34:46 +0200 Subject: [PATCH] Two different buffers mustn't have the same filename Closes #240. --- autoload/startify.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index a019368..baf587b 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -154,7 +154,7 @@ function! startify#insane_in_the_membrane() abort call cursor(s:firstline, 5) autocmd startify CursorMoved 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')