diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-25 11:11:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-25 11:11:31 -0500 |
commit | 84faeb07d0018c674c2bc730333fefae6123f366 (patch) | |
tree | 61c974e7925f08fd6ba364ba0165922c3ef4acd2 /runtime | |
parent | 8c8cc35926f265bf4f048b83fd130bef3932851e (diff) | |
parent | 43834b24ac6037ec7678872877d3370134e46024 (diff) | |
download | rneovim-84faeb07d0018c674c2bc730333fefae6123f366.tar.gz rneovim-84faeb07d0018c674c2bc730333fefae6123f366.tar.bz2 rneovim-84faeb07d0018c674c2bc730333fefae6123f366.zip |
Merge pull request #13602 from janlazo/vim-8.2.2206
vim-patch:8.1.2212,8.2.{51,782,856,1174,1212,2206,2211}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/change.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 5c67359002..f3ed086933 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -954,9 +954,13 @@ inside of strings can change! Also see 'softtabstop' option. > delete and yank) ({.%#:} only work with put). *:reg* *:registers* -:reg[isters] Display the contents of all numbered and named - registers. If a register is written to for |:redir| - it will not be listed. +:reg[isters] Display the type and contents of all numbered and + named registers. If a register is written to for + |:redir| it will not be listed. + Type can be one of: + "c" for |characterwise| text + "l" for |linewise| text + "b" for |blockwise-visual| text :reg[isters] {arg} Display the contents of the numbered and named |