mirror of
https://github.com/neovim/neovim.git
synced 2025-12-02 15:03:01 +00:00
Problem: Inserting a register on the command line does not trigger
incsearch or update hlsearch.
Solution: Have cmdline_insert_reg() return CMDLINE_CHANGED when appropriate
and handle it correctly. (Ken Takata, closes vim/vim#11960)
c4b7dec382
Co-authored-by: K.Takata <kentkt@csc.jp>