mirror of
https://github.com/neovim/neovim.git
synced 2026-01-27 07:31:45 +10:00
Problem: Test for patch 9.1.0489 doesn't fail without the fix.
Solution: Use "!" flag of feedkeys() so that ex_normal_busy is not set
and ins_compl_check_keys() is not skipped (zeertzjq).
closes: vim/vim#15018
acc8746941