mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 00:21:55 +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().