mirror of
https://github.com/vim/vim.git
synced 2026-05-11 12:55:42 +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)