diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-24 23:00:58 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-25 10:17:00 -0500 |
commit | 8cf4a02bf23af9eaafba3f0dbc1c613aa1b91575 (patch) | |
tree | f3540275141ba48a1be85488cf204b41cfdcd105 /runtime | |
parent | 0813bb021aa64a1479990be9e17196b32d9d50f2 (diff) | |
download | rneovim-8cf4a02bf23af9eaafba3f0dbc1c613aa1b91575.tar.gz rneovim-8cf4a02bf23af9eaafba3f0dbc1c613aa1b91575.tar.bz2 rneovim-8cf4a02bf23af9eaafba3f0dbc1c613aa1b91575.zip |
vim-patch:8.1.2212: cannot see the selection type in :reg output
Problem: Cannot see the selection type in :reg output. (Ayberk Aydın)
Solution: Add c/l/b. (Christian Brabandt, closes vim/vim#5110, closes vim/vim#4546)
https://github.com/vim/vim/commit/3691f1ee72b68a47e6dcc75927bfa46565cf3614
Patch v8.1.0999 is not ported so ":registers" does not omit register 1.
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 |