Fix :enew handling (again)
fugitive is run at VimEnter and for new buffers that are associated with files. Now fugitive commands will be available after start (in the Startify screen), but it won't work after calling :Startify, since fugitive is designed that way. References #33.
This commit is contained in:
parent
08c0164a1b
commit
36ff6db44a
2 changed files with 1 additions and 2 deletions
|
@ -50,7 +50,6 @@ function! startify#insane_in_the_membrane() abort
|
|||
endfor
|
||||
endif
|
||||
|
||||
enew
|
||||
setlocal
|
||||
\ bufhidden=wipe
|
||||
\ buftype=nofile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue