mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 18:24:13 +00:00
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:
@@ -39,6 +39,7 @@ add_custom_command(OUTPUT ${GENERATED_HELP_TAGS}
|
||||
-u NONE
|
||||
-i NONE
|
||||
-esX
|
||||
--headless
|
||||
-c "helptags ++t ."
|
||||
-c quit
|
||||
DEPENDS
|
||||
|
||||
Reference in New Issue
Block a user