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 /runtime/doc | |
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 'runtime/doc')
-rw-r--r-- | runtime/doc/Makefile | 2 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 07b4226151..7423e63673 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -20,7 +20,7 @@ all: tags html # Use Vim to generate the tags file. Can only be used when Vim has been # compiled and installed. Supports multiple languages. vimtags: $(DOCS) - $(VIMEXE) -u NONE -esX -c "helptags ++t ." -c quit + $(VIMEXE) -u NONE -es -c "helptags ++t ." -c quit # Use "doctags" to generate the tags file. Only works for English! tags: doctags $(DOCS) diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index b8de17738a..976890f7d7 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -218,6 +218,7 @@ Other commands: Other compile-time features: EBCDIC Emacs tags support + X11 integration (see |x11-selection|) Nvim does not have a built-in GUI and hence the following aliases have been removed: gvim, gex, gview, rgvim, rgview |