summaryrefslogtreecommitdiffstats
path: root/src/create_nvcmdidxs.c
AgeCommit message (Collapse)Author
2022-01-31patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok
Problem: Generating nv_cmdidxs.h requires building Vim twice. Solution: Move the table into a separate file and use a separate executable to extract the command characters. (Ozaki Kiichi, closes #9669)