mirror of
https://github.com/vim/vim.git
synced 2026-03-15 09:23:40 +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)