diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2016-02-19 23:16:17 +0100 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2016-02-19 23:16:17 +0100 |
commit | 3e3db580fdd397678c613009bd348e9a3ea38eaa (patch) | |
tree | 50a625d40a87941aad046f46d774800b9c630dee | |
parent | af67f022ca3ea3f409e2a0925aa0ea02fd7fd0f9 (diff) | |
parent | e87c7fcb39abc01c0521ec847c3ce03a5d5dfdf8 (diff) | |
download | rneovim-3e3db580fdd397678c613009bd348e9a3ea38eaa.tar.gz rneovim-3e3db580fdd397678c613009bd348e9a3ea38eaa.tar.bz2 rneovim-3e3db580fdd397678c613009bd348e9a3ea38eaa.zip |
Merge pull request #4298 from tomxtobin/fix-help-typo
doc: Remove stray "<" in options help
-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 |