diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-04-08 17:45:08 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-04-08 17:45:08 +0100 |
commit | cbaff5e06ec525d31dc44093125c42029e01d508 (patch) | |
tree | cf90237ea61147e5cf690a9db7f36741fd3aa0a5 /runtime/doc/quickref.txt | |
parent | a8034a4886843fbf10bd59a6f55ec723da515b8e (diff) | |
download | vim-git-cbaff5e06ec525d31dc44093125c42029e01d508.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 279e3d56c..f8b5cacef 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 8.2. Last change: 2021 Dec 21 +*quickref.txt* For Vim version 8.2. Last change: 2022 Apr 06 VIM REFERENCE MANUAL by Bram Moolenaar @@ -815,6 +815,7 @@ Short explanation of each option: *option-list* 'mousefocus' 'mousef' keyboard focus follows the mouse 'mousehide' 'mh' hide mouse pointer while typing 'mousemodel' 'mousem' changes meaning of mouse buttons +'mousemoveevent' 'mousemev' report mouse moves with <MouseMove> 'mouseshape' 'mouses' shape of the mouse pointer in different modes 'mousetime' 'mouset' max time between mouse double-click 'mzquantum' 'mzq' the interval between polls for MzScheme threads |