mirror of
https://github.com/vim/vim.git
synced 2026-05-09 20:01:25 +02:00
Problem: Generating the normal command table at runtime is inefficient.
Solution: Generate the table with a Vim script and put it in a header file.
(Yegappan Lakshmanan, closes #9648)