summaryrefslogtreecommitdiff
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-25 14:51:01 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-25 14:51:01 +0100
commite5e0fbcd4244d032a0635ad7defe2831f251c639 (patch)
tree5607674e7934b98a3372308afc68157cc538b7c7 /Filelist
parent9d20ce6970158de69202a82529d9e97827a9e71b (diff)
downloadvim-e5e0fbcd4244d032a0635ad7defe2831f251c639.zip
patch 8.0.0504: looking up an Ex command is a bit slow
Problem: Looking up an Ex command is a bit slow. Solution: Instead of just using the first letter, also use the second letter to skip ahead in the list of commands. Generate the table with a Perl script. (Dominique Pelle, closes #1589)
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist1
1 files changed, 1 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 72a1f9685..f67b05943 100644
--- a/Filelist
+++ b/Filelist
@@ -215,6 +215,7 @@ SRC_UNIX = \
src/config.mk.in \
src/configure \
src/configure.ac \
+ src/create_cmdidxs.pl \
src/gui_at_fs.c \
src/gui_at_sb.c \
src/gui_at_sb.h \