diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-01-01 15:00:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 15:00:39 +0100 |
commit | c4942880be0521673548c48bf61c1eac6bd37036 (patch) | |
tree | 62fa779cea100f27a97035c68dbee0646390af4f /runtime/doc/quickref.txt | |
parent | 83e8723864e24d9bf542e779d9612d3ffd014dbf (diff) | |
download | rneovim-c4942880be0521673548c48bf61c1eac6bd37036.tar.gz rneovim-c4942880be0521673548c48bf61c1eac6bd37036.tar.bz2 rneovim-c4942880be0521673548c48bf61c1eac6bd37036.zip |
vim-patch:partial:f1dcd14fc5d4 (#21602)
Update runtime files
https://github.com/vim/vim/commit/f1dcd14fc5d4370476cd82895a4479ca2d252e54
missing autocmd blocks and getscriptinfo()
Co-authored-by: Bram Moolenaar <Bram@vim.org>
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 5f5ca2af2c..da136ade16 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -868,7 +868,8 @@ Short explanation of each option: *option-list* 'shiftwidth' 'sw' number of spaces to use for (auto)indent step 'shortmess' 'shm' list of flags, reduce length of messages 'showbreak' 'sbr' string to use at the start of wrapped lines -'showcmd' 'sc' show (partial) command in status line +'showcmd' 'sc' show (partial) command somewhere +'showcmdloc' 'sloc' where to show (partial) command 'showfulltag' 'sft' show full tag pattern when completing tag 'showmatch' 'sm' briefly jump to matching bracket if insert one 'showmode' 'smd' message on status line to show current mode |