mirror of
https://github.com/neovim/neovim.git
synced 2026-09-03 21:00:34 +00:00
Problem: `pager_char` compares the `keytrans()` result exactly. E.g. `pager_char = "<cr>"` does not work, it expects `<CR>` (uppercase). Solution: Normalize `pager_char` in enable().