summaryrefslogtreecommitdiff
path: root/src/create_cmdidxs.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.1672: "make cmdidxs" doesn't workv8.1.1672Bram Moolenaar2019-07-121-7/+7
| | | | | Problem: "make cmdidxs" doesn't work. Solution: Update macro names. (Naruhiko Nishino, closes #4660)
* patch 8.1.1241: Ex command info contains confusing informationv8.1.1241Bram Moolenaar2019-05-011-2/+25
| | | | | | | 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.
* patch 8.0.0572: building the command table requires Perlv8.0.0572Bram Moolenaar2017-04-201-0/+81
Problem: Building the command table requires Perl. Solution: Use a Vim script solution. (Dominique Pelle, closes #1641)