diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-04-20 21:55:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-04-20 21:55:44 +0200 |
commit | 6de5e126018b6f92526795cc06b1d73fac965db1 (patch) | |
tree | 3bb672d63d10452561479a98d16ba89a42d5360f /Filelist | |
parent | a364cdb648ae009fa7aa05382f5659335683d349 (diff) | |
download | vim-git-6de5e126018b6f92526795cc06b1d73fac965db1.tar.gz |
patch 8.0.0572: building the command table requires Perlv8.0.0572
Problem: Building the command table requires Perl.
Solution: Use a Vim script solution. (Dominique Pelle, closes #1641)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,6 +24,7 @@ SRC_ALL = \ src/edit.c \ src/eval.c \ src/evalfunc.c \ + src/ex_cmdidxs.h \ src/ex_cmds.c \ src/ex_cmds.h \ src/ex_cmds2.c \ @@ -215,7 +216,7 @@ SRC_UNIX = \ src/config.mk.in \ src/configure \ src/configure.ac \ - src/create_cmdidxs.pl \ + src/create_cmdidxs.vim \ src/gui_at_fs.c \ src/gui_at_sb.c \ src/gui_at_sb.h \ |