mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 00:51:33 +00:00
Problem: ':registers #' does not display the value of the '#' register.
Solution: Filter the '#' :registers output on a '#' arg instead of '%'
(Doug Kearns).
closes: vim/vim#20589
0cafe56b74
Co-authored-by: Doug Kearns <dougkearns@gmail.com>