runtime: When generating helptags run NeoVim in headless mode

I see that problem fixed by #2801 was resurrected by making help tags file
generated in a more direct way. This fixes the hang without using the empty
file.
This commit is contained in:
ZyX 2015-08-19 22:23:10 +03:00
parent 8653000782
commit 60e62824b8

View File

@ -39,6 +39,7 @@ add_custom_command(OUTPUT ${GENERATED_HELP_TAGS}
-u NONE -u NONE
-i NONE -i NONE
-esX -esX
--headless
-c "helptags ++t ." -c "helptags ++t ."
-c quit -c quit
DEPENDS DEPENDS