diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-06-14 17:29:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-06-14 17:29:55 +0200 |
commit | 65e0d77a66b7e50beb562ad554ace46c32ef8f0f (patch) | |
tree | 3755acc8d00557462fbb2b5970422fd2600acc12 /runtime/doc/options.txt | |
parent | 8e20f75e58f4879308b0011b468ef928a3f93085 (diff) | |
download | vim-git-65e0d77a66b7e50beb562ad554ace46c32ef8f0f.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 779451b24..4e78a2fa6 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 8.2. Last change: 2020 May 31 +*options.txt* For Vim version 8.2. Last change: 2020 Jun 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5232,7 +5232,7 @@ A jump table for the options with a short description can be found at |Q_op|. < If your terminal can't overrule the mouse events going to the application, use: > :set mouse=nvi -< The you can press ":", select text for the system, and press Esc to go +< Then you can press ":", select text for the system, and press Esc to go back to Vim using the mouse events. In |defaults.vim| "nvi" is used if the 'term' option is not matching "xterm". |