diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-12-24 13:18:38 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-12-24 13:18:38 +0000 |
commit | fa3b72348d88343390fbe212cfc230fec1602fc2 (patch) | |
tree | c0f27c44f2819613a4288bfc6ebc5c58f421d90d /runtime/doc/quickref.txt | |
parent | d3f00f54bf955bd01767db3a0af25866bc112ec7 (diff) | |
download | vim-git-fa3b72348d88343390fbe212cfc230fec1602fc2.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 aa5a36a33..e53294291 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 Oct 17 +*quickref.txt* For Vim version 8.2. Last change: 2021 Dec 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1010,6 +1010,7 @@ Short explanation of each option: *option-list* 'writeany' 'wa' write to file with no need for "!" override 'writebackup' 'wb' make a backup before overwriting a file 'writedelay' 'wd' delay this many msec for each char (for debug) +'xtermcodes' request terminal codes from an xterm ------------------------------------------------------------------------------ *Q_ur* Undo/Redo commands |