summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-10-24 20:17:00 +0200
committerBram Moolenaar <Bram@vim.org>2019-10-24 20:17:00 +0200
commit3691f1ee72b68a47e6dcc75927bfa46565cf3614 (patch)
tree14d7d578d2abe8b1e34d64cf3a6f24ec55af1bae /runtime
parent336bf2b8b269e2591576b9f580e79edb93e23c62 (diff)
patch 8.1.2212: cannot see the selection type in :reg outputv8.1.2212
Problem: Cannot see the selection type in :reg output. (Ayberk Aydın) Solution: Add c/l/b. (Christian Brabandt, closes #5110, closes #4546)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/change.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 9b8155ca91..eda0d6cfbf 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -999,9 +999,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