Merge pull request #17166 from Shougo/vim-8.2.4160

vim-patch:8.2.4160: cannot change the register used for Select mode d…
This commit is contained in:
bfredl
2022-01-27 08:52:08 +01:00
committed by GitHub
5 changed files with 91 additions and 5 deletions

View File

@@ -478,6 +478,10 @@ Commands in Select mode:
- ESC stops Select mode.
- CTRL-O switches to Visual mode for the duration of one command. *v_CTRL-O*
- CTRL-G switches to Visual mode.
- CTRL-R {register} selects the register to be used for the text that is
deleted when typing text. *v_CTRL-R*
Unless you specify the "_" (black hole) register, the unnamed register is
also overwritten.
Otherwise, typed characters are handled as in Visual mode.