diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-12 19:21:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-12 19:21:51 +0100 |
commit | e42a6d250907e278707753d7d1ba91ffc2471db0 (patch) | |
tree | 41b5779ede7d485fbe51fa4feb03cfebf089d516 /runtime/doc/various.txt | |
parent | 2f27aab8e68c48a1b8a51715e1009d572f8e13b5 (diff) | |
download | vim-git-e42a6d250907e278707753d7d1ba91ffc2471db0.tar.gz |
patch 8.0.1295: cannot automatically get a server name in a terminalv8.0.1295
Problem: Cannot automatically get a server name in a terminal.
Solution: Add the --enable-autoservername flag to configure. (Cimbali,
closes #2317)
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index d994e7155..07ec3b194 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -309,6 +309,7 @@ g8 Print the hex values of the bytes used in the *+ARP* Amiga only: ARP support included B *+arabic* |Arabic| language support N *+autocmd* |:autocmd|, automatic commands +H *+autoservername* Automatically enable |clientserver| m *+balloon_eval* |balloon-eval| support. Included when compiling with supported GUI (Motif, GTK, GUI) and either Netbeans/Sun Workshop integration or |+eval| feature. |