mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

Note: there are three changes to ascii_isident. Reverting first two (in find_special_key and first in get_special_key_code) normally fails the new test with empty &isident, but reverting the third does not. Hence adding `>` to &isident. Ref vim/vim#2389.