diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-11-10 01:45:03 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-11-10 20:10:55 -0500 |
commit | 2fbcc9ab769ee5f86a649824f59e0e008e072fb6 (patch) | |
tree | 26abffa31069d06a0554546e221a00b9ea5e5651 /cmake | |
parent | 3b615980c814eff3fa284dd07b61fbf50885f4ab (diff) | |
download | rneovim-2fbcc9ab769ee5f86a649824f59e0e008e072fb6.tar.gz rneovim-2fbcc9ab769ee5f86a649824f59e0e008e072fb6.tar.bz2 rneovim-2fbcc9ab769ee5f86a649824f59e0e008e072fb6.zip |
Be more explicit about the lack of X11 integration
I don't want anyone getting the idea that the `-X` flag they might have
used has anything to do with why the `+` is working for them
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/GenerateHelptags.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/GenerateHelptags.cmake.in b/cmake/GenerateHelptags.cmake.in index 0df10d730e..3ced2c0b17 100644 --- a/cmake/GenerateHelptags.cmake.in +++ b/cmake/GenerateHelptags.cmake.in @@ -25,7 +25,7 @@ file(WRITE ${EMPTY_FILE} "") execute_process( COMMAND ${CMAKE_CURRENT_BINARY_DIR}/bin/nvim -u NONE - -esX + -es -c "helptags ++t ." -c quit WORKING_DIRECTORY ${HELPTAGS_WORKING_DIRECTORY} |