comparison runtime/doc/change.txt @ 18436:6ec1bfb4690b v8.1.2212

patch 8.1.2212: cannot see the selection type in :reg output Commit: https://github.com/vim/vim/commit/3691f1ee72b68a47e6dcc75927bfa46565cf3614 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 24 20:17:00 2019 +0200 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 https://github.com/vim/vim/issues/5110, closes https://github.com/vim/vim/issues/4546)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Oct 2019 20:30:03 +0200
parents 375a7ecdb351
children af69c9335223
comparison
equal deleted inserted replaced
18435:bdaf40503e2a 18436:6ec1bfb4690b
997 "{a-zA-Z0-9.%#:-"} Use register {a-zA-Z0-9.%#:-"} for next delete, yank 997 "{a-zA-Z0-9.%#:-"} Use register {a-zA-Z0-9.%#:-"} for next delete, yank
998 or put (use uppercase character to append with 998 or put (use uppercase character to append with
999 delete and yank) ({.%#:} only work with put). 999 delete and yank) ({.%#:} only work with put).
1000 1000
1001 *:reg* *:registers* 1001 *:reg* *:registers*
1002 :reg[isters] Display the contents of all numbered and named 1002 :reg[isters] Display the type and contents of all numbered and
1003 registers. If a register is written to for |:redir| 1003 named registers. If a register is written to for
1004 it will not be listed. 1004 |:redir| it will not be listed.
1005 Type can be one of:
1006 "c" for |characterwise| text
1007 "l" for |linewise| text
1008 "b" for |blockwise-visual| text
1005 1009
1006 1010
1007 :reg[isters] {arg} Display the contents of the numbered and named 1011 :reg[isters] {arg} Display the contents of the numbered and named
1008 registers that are mentioned in {arg}. For example: > 1012 registers that are mentioned in {arg}. For example: >
1009 :reg 1a 1013 :reg 1a