mirror of
https://github.com/neovim/neovim.git
synced 2026-09-06 06:00:59 +00:00
Problem: Entering the pager fails if <ESC> is remapped to :fclose by user. Solution: Avoid executing mappings with nvim_feedkeys() that closes expanded cmdline.