aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom X. Tobin <tomxtobin@tomxtobin.com>2016-02-19 14:13:17 -0500
committerTom X. Tobin <tomxtobin@tomxtobin.com>2016-02-19 14:13:17 -0500
commite87c7fcb39abc01c0521ec847c3ce03a5d5dfdf8 (patch)
tree644e4bea882633f47b67a8d592998d01c08cfa52
parent00347ec781cf64c8e9c81dde456312f70ec3f4cb (diff)
downloadrneovim-e87c7fcb39abc01c0521ec847c3ce03a5d5dfdf8.tar.gz
rneovim-e87c7fcb39abc01c0521ec847c3ce03a5d5dfdf8.tar.bz2
rneovim-e87c7fcb39abc01c0521ec847c3ce03a5d5dfdf8.zip
Remove stray "<" in options help
Normally this would end an example, but there's no example block here.
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index e875be6218..ced303947b 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1360,7 +1360,7 @@ A jump table for the options with a short description can be found at |Q_op|.
option, yank and delete operations (but not put)
will additionally copy the text into register
'*'. See |nvim-clipboard|.
-<
+
*clipboard-autoselect*
autoselect Works like the 'a' flag in 'guioptions': If present,
then whenever Visual mode is started, or the Visual