diff options
author | Tom X. Tobin <tomxtobin@tomxtobin.com> | 2016-02-19 14:13:17 -0500 |
---|---|---|
committer | Tom X. Tobin <tomxtobin@tomxtobin.com> | 2016-02-19 14:13:17 -0500 |
commit | e87c7fcb39abc01c0521ec847c3ce03a5d5dfdf8 (patch) | |
tree | 644e4bea882633f47b67a8d592998d01c08cfa52 | |
parent | 00347ec781cf64c8e9c81dde456312f70ec3f4cb (diff) | |
download | rneovim-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.txt | 2 |
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 |