comparison runtime/doc/quickref.txt @ 18972:130acb903dbe

Update runtime files. Commit: https://github.com/vim/vim/commit/5666fcd0bd794dd46813824cce63a38bcae63794 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 26 14:35:26 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Dec 2019 14:45:08 +0100
parents af69c9335223
children 63beef1ca62c
comparison
equal deleted inserted replaced
18971:d73b1dd31464 18972:130acb903dbe
889 'shellxescape' 'sxe' characters to escape when 'shellxquote' is ( 889 'shellxescape' 'sxe' characters to escape when 'shellxquote' is (
890 'shellxquote' 'sxq' like 'shellquote', but include redirection 890 'shellxquote' 'sxq' like 'shellquote', but include redirection
891 'shiftround' 'sr' round indent to multiple of shiftwidth 891 'shiftround' 'sr' round indent to multiple of shiftwidth
892 'shiftwidth' 'sw' number of spaces to use for (auto)indent step 892 'shiftwidth' 'sw' number of spaces to use for (auto)indent step
893 'shortmess' 'shm' list of flags, reduce length of messages 893 'shortmess' 'shm' list of flags, reduce length of messages
894 'shortname' 'sn' non-MS-DOS: Filenames assumed to be 8.3 chars 894 'shortname' 'sn' Filenames assumed to be 8.3 chars
895 'showbreak' 'sbr' string to use at the start of wrapped lines 895 'showbreak' 'sbr' string to use at the start of wrapped lines
896 'showcmd' 'sc' show (partial) command in status line 896 'showcmd' 'sc' show (partial) command in status line
897 'showfulltag' 'sft' show full tag pattern when completing tag 897 'showfulltag' 'sft' show full tag pattern when completing tag
898 'showmatch' 'sm' briefly jump to matching bracket if insert one 898 'showmatch' 'sm' briefly jump to matching bracket if insert one
899 'showmode' 'smd' message on status line to show current mode 899 'showmode' 'smd' message on status line to show current mode
1051 |g8| g8 for utf-8 encoding: show byte sequence for 1051 |g8| g8 for utf-8 encoding: show byte sequence for
1052 character under cursor in hex 1052 character under cursor in hex
1053 |g_CTRL-G| g CTRL-G show cursor column, line, and character 1053 |g_CTRL-G| g CTRL-G show cursor column, line, and character
1054 position 1054 position
1055 |CTRL-C| CTRL-C during searches: Interrupt the search 1055 |CTRL-C| CTRL-C during searches: Interrupt the search
1056 |dos-CTRL-Break| CTRL-Break MS-DOS: during searches: Interrupt the search 1056 |dos-CTRL-Break| CTRL-Break MS-Windows: during searches: Interrupt the
1057 search
1057 |<Del>| <Del> while entering a count: delete last character 1058 |<Del>| <Del> while entering a count: delete last character
1058 |:version| :ve[rsion] show version information 1059 |:version| :ve[rsion] show version information
1059 |:mode| :mode N MS-DOS: set screen mode to N (number, C80, 1060 |:mode| :mode N MS-Windows: set screen mode to N (number, C80,
1060 C4350, etc.) 1061 C4350, etc.)
1061 |:normal| :norm[al][!] {commands} 1062 |:normal| :norm[al][!] {commands}
1062 execute Normal mode commands 1063 execute Normal mode commands
1063 |Q| Q switch to "Ex" mode 1064 |Q| Q switch to "Ex" mode
1064 1065
1065 |:redir| :redir >{file} redirect messages to {file} 1066 |:redir| :redir >{file} redirect messages to {file}