Forráskód Böngészése

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

References https://github.com/mhinz/vim-startify/issues/358
Marco Hinz 6 éve
szülő
commit
a56917282b
1 módosított fájl, 6 hozzáadás és 0 törlés
  1. 6 0
      doc/startify.txt

+ 6 - 0
doc/startify.txt

@@ -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!~