mirror of
https://github.com/neovim/neovim.git
synced 2026-07-25 10:12:01 +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>