FAQ: running Startify on a new tab can lead to issues

References https://github.com/mhinz/vim-startify/issues/358
This commit is contained in:
Marco Hinz 2019-03-12 23:46:11 +01:00
parent 9c5680cd0b
commit a56917282b
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -1114,6 +1114,12 @@ Run Startify for each new tab!~
\ endif
endif
<
NOTE: I do not recommend this. It can lead to all kinds of issues, so you
should know exactly what the above code does. E.g. any plugin using |:tabnew|
is probably expecting an empty buffer afterwards, but it won't be empty, it
will be filled with the Startify buffer and fail. I suggest mapping
`:Startify` to something convenient instead.
------------------------------------------------------------------------------
*startify-faq-18*
Files from remote file system slow down startup!~