mirror of
https://github.com/neovim/neovim.git
synced 2026-03-17 22:28:14 +00:00
Problem: Looking up an Ex command is a bit slow.
Solution: Instead of just using the first letter, also use the second letter
to skip ahead in the list of commands. Generate the table with a
Perl script. (Dominique Pelle, closes vim/vim#1589)
e5e0fbcd42