mirror of
https://github.com/neovim/neovim.git
synced 2026-09-11 00:15:56 +00:00
Problem: ':delete #' silently fails to update "# and clobbers "0.
Solution: Treat "# like "/, writable only with :let and setreg().
closes: vim/vim#20592
7aeab74687
Co-authored-by: Doug Kearns <dougkearns@gmail.com>