summaryrefslogtreecommitdiffstats
path: root/src/create_cmdidxs.vim
AgeCommit message (Collapse)Author
2019-07-12patch 8.1.1672: "make cmdidxs" doesn't workv8.1.1672Bram Moolenaar
Problem: "make cmdidxs" doesn't work. Solution: Update macro names. (Naruhiko Nishino, closes #4660)
2019-05-01patch 8.1.1241: Ex command info contains confusing informationv8.1.1241Bram Moolenaar
Problem: Ex command info contains confusing information. Solution: When using the NOTADR flag use ADDR_OTHER for the address type. Cleanup code using NOTADR. Check for errors in create_cmdidxs.vim. Adjust Makefile to see the errors.
2017-04-20patch 8.0.0572: building the command table requires Perlv8.0.0572Bram Moolenaar
Problem: Building the command table requires Perl. Solution: Use a Vim script solution. (Dominique Pelle, closes #1641)