mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00

Problem: Incsearch not triggered when pasting clipboard register on the
command line.
Solution: Also set "literally" when using a clipboard register. (Ken Takata,
closes vim/vim#12460)
9cf6ab1332
Co-authored-by: K.Takata <kentkt@csc.jp>