comparison runtime/doc/eval.txt @ 25864:44e9d98555a9 v8.2.3466

patch 8.2.3466: completion submode not indicated for virtual replace Commit: https://github.com/vim/vim/commit/cc8cd4453332276d55b4a1109eace5785a4f319d Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Oct 3 15:19:14 2021 +0100 patch 8.2.3466: completion submode not indicated for virtual replace Problem: Completion submode not indicated for virtual replace. Solution: Add submode to "Rv". (closes https://github.com/vim/vim/issues/8945)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Oct 2021 16:30:04 +0200
parents 6776d3fbf13b
children 9c221ad9634a
comparison
equal deleted inserted replaced
25863:420553a4d806 25864:44e9d98555a9
8072 niI Normal using |i_CTRL-O| in |Insert-mode| 8072 niI Normal using |i_CTRL-O| in |Insert-mode|
8073 niR Normal using |i_CTRL-O| in |Replace-mode| 8073 niR Normal using |i_CTRL-O| in |Replace-mode|
8074 niV Normal using |i_CTRL-O| in |Virtual-Replace-mode| 8074 niV Normal using |i_CTRL-O| in |Virtual-Replace-mode|
8075 nt Terminal-Normal (insert goes to Terminal-Job mode) 8075 nt Terminal-Normal (insert goes to Terminal-Job mode)
8076 v Visual by character 8076 v Visual by character
8077 vs Visual by character using |v_CTRL-O| in Select mode
8077 V Visual by line 8078 V Visual by line
8079 Vs Visual by line using |v_CTRL-O| in Select mode
8078 CTRL-V Visual blockwise 8080 CTRL-V Visual blockwise
8081 CTRL-Vs Visual blockwise using |v_CTRL-O| in Select mode
8079 s Select by character 8082 s Select by character
8080 S Select by line 8083 S Select by line
8081 CTRL-S Select blockwise 8084 CTRL-S Select blockwise
8082 vs Visual by character using |v_CTRL-O| from
8083 Select mode
8084 Vs Visual by line using |v_CTRL-O| from Select mode
8085 CTRL-Vs Visual blockwise using |v_CTRL-O| from Select mode
8086 i Insert 8085 i Insert
8087 ic Insert mode completion |compl-generic| 8086 ic Insert mode completion |compl-generic|
8088 ix Insert mode |i_CTRL-X| completion 8087 ix Insert mode |i_CTRL-X| completion
8089 R Replace |R| 8088 R Replace |R|
8090 Rc Replace mode completion |compl-generic| 8089 Rc Replace mode completion |compl-generic|
8090 Rx Replace mode |i_CTRL-X| completion
8091 Rv Virtual Replace |gR| 8091 Rv Virtual Replace |gR|
8092 Rx Replace mode |i_CTRL-X| completion 8092 Rvc Virtual Replace mode completion |compl-generic|
8093 Rvx Virtual Replace mode |i_CTRL-X| completion
8093 c Command-line editing 8094 c Command-line editing
8094 cv Vim Ex mode |gQ| 8095 cv Vim Ex mode |gQ|
8095 ce Normal Ex mode |Q| 8096 ce Normal Ex mode |Q|
8096 r Hit-enter prompt 8097 r Hit-enter prompt
8097 rm The -- more -- prompt 8098 rm The -- more -- prompt
8098 r? A |:confirm| query of some sort 8099 r? A |:confirm| query of some sort
8099 ! Shell or external command is executing 8100 ! Shell or external command is executing
8100 t Terminal-Job mode: keys go to the job 8101 t Terminal-Job mode: keys go to the job
8102
8101 This is useful in the 'statusline' option or when used 8103 This is useful in the 'statusline' option or when used
8102 with |remote_expr()| In most other places it always returns 8104 with |remote_expr()| In most other places it always returns
8103 "c" or "n". 8105 "c" or "n".
8104 Note that in the future more modes and more specific modes may 8106 Note that in the future more modes and more specific modes may
8105 be added. It's better not to compare the whole string but only 8107 be added. It's better not to compare the whole string but only