diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-30 20:27:52 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-30 20:27:52 +0100 |
commit | 2f0584910c0ea93966dfa7b3b0272dfb16ea6f91 (patch) | |
tree | eb505013844d366dcfb14a70ea9ab464e5abafb7 /runtime/doc/options.txt | |
parent | 46359e198f6d6884dc3d3c4a3e46625f1b2a2ad2 (diff) | |
download | vim-git-2f0584910c0ea93966dfa7b3b0272dfb16ea6f91.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index c4ceb5f39..5df5f30a3 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 8.0. Last change: 2017 Nov 18 +*options.txt* For Vim version 8.0. Last change: 2017 Nov 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -4464,8 +4464,8 @@ A jump table for the options with a short description can be found at |Q_op|. match may not be found. This is to avoid that Vim hangs while you are typing the pattern. The highlighting can be set with the 'i' flag in 'highlight'. - When 'hlsearch' is on, all matched strings are highlighted too while typing - a search command. See also: 'hlsearch'. + When 'hlsearch' is on, all matched strings are highlighted too while + typing a search command. See also: 'hlsearch'. If you don't want turn 'hlsearch' on, but want to highlight all matches while searching, you can turn on and off 'hlsearch' with autocmd. Example: > @@ -8255,7 +8255,7 @@ A jump table for the options with a short description can be found at |Q_op|. number, more intelligent detection process runs. The "xterm2" value will be set if the xterm version is reported to be from 95 to 276. The "sgr" value will be set if the xterm version is - 277 or highter and when Vim detects Mac Terminal.app or Iterm2. + 277 or higher and when Vim detects Mac Terminal.app or iTerm2. If you do not want 'ttymouse' to be set to "xterm2" or "sgr" automatically, set t_RV to an empty string: > :set t_RV= |