mirror of
https://github.com/neovim/neovim.git
synced 2026-03-14 12:57:24 +00:00
Problem: getreg() and getregtype() contain dead code.
Solution: Remove the needless check. (closes vim/vim#9392) Also refactor to put
common code in a shared function.
51e64b2789