diff options
-rw-r--r-- | runtime/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/nvim/version.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index 4a90c11734..cad8da6ffb 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -35,7 +35,7 @@ add_custom_command(OUTPUT ${GENERATED_HELP_TAGS} COMMAND "${PROJECT_BINARY_DIR}/bin/nvim" -u NONE -i NONE - -es + -e --headless -c "helptags ++t ." -c quit diff --git a/src/nvim/version.c b/src/nvim/version.c index 269f9872d0..ba7f1e0262 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -553,7 +553,7 @@ static int included_patches[] = { // 738 NA // 737, 736, - // 735, + // 735 NA // 734, // 733, 732, |