mirror of
https://github.com/vim/vim.git
synced 2026-08-14 03:59:04 +02:00
4dc0dd8699
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)