File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 '' ;
2121
2222 registers = mkOption {
23- type = either str ( listOf str ) ;
23+ type = str ;
2424 default = "" ;
2525 example = "unnamedplus" ;
2626 description = ''
3333 `"+"` ({command}`:h quoteplus`) instead of register `"*"` for all yank, delete,
3434 change and put operations which would normally go to the unnamed register.
3535
36- When `unnamed` and `unnamedplus` is included simultaneously yank and delete
37- operations (but not put) will additionally copy the text into register `"*"`.
36+ When `unnamed` and `unnamedplus` is included simultaneously as `"unnamed,unnamedplus"`,
37+ yank and delete operations (but not put) will additionally copy the text into register `"*"`.
3838
3939 Please see {command}`:h clipboard` for more details.
4040
You can’t perform that action at this time.
0 commit comments