Franklin, Jason
unread,Apr 9, 2020, 3:42:36 PM4/9/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
Found a typo: "non- empty" should be "non-empty". See below...
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index b17be8646..5ec121dc7 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -7957,7 +7957,7 @@ A jump table for the options with a short
description can be found at |Q_op|.
- VIM the server name |v:servername| or "VIM"
Only works if the terminal supports setting window titles
(currently Amiga console, Win32 console, all GUI versions and
- terminals with a non- empty 't_ts' option - these are Unix xterm and
+ terminals with a non-empty 't_ts' option - these are Unix xterm and
iris-ansi by default, where 't_ts' is taken from the builtin termcap).
*X11*
When Vim was compiled with HAVE_X11 defined, the original title will
--
Jason Franklin