]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0684: :reg # does not display the value of the '#' register v9.2.0684
authorDoug Kearns <dougkearns@gmail.com>
Sun, 21 Jun 2026 13:03:21 +0000 (13:03 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 21 Jun 2026 13:03:21 +0000 (13:03 +0000)
commit0cafe56b7415be5b3bf1003d8a52d293efd9bc2e
treed507dc9942f0998a8bed5906a9e4dfcde1aa7318
parentfe65f23aca22c40d5e919aa0e4f2909bf57d8d94
patch 9.2.0684: :reg # does not display the value of the '#' register

Problem:  ':registers #' does not display the value of the '#' register.
Solution: Filter the '#' :registers output on a '#' arg instead of '%'
          (Doug Kearns).

closes: #20589

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/register.c
src/testdir/test_registers.vim
src/version.c