Two different buffers mustn't have the same filename

Closes #240.
This commit is contained in:
Marco Hinz 2016-10-14 19:34:46 +02:00
parent 74471c5274
commit ab3513c8ea
No known key found for this signature in database
GPG key ID: AC9D48E91BCF448C

View file

@ -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')