From e5e0fbcd4244d032a0635ad7defe2831f251c639 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 25 Mar 2017 14:51:01 +0100 Subject: 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) --- Filelist | 1 + 1 file changed, 1 insertion(+) (limited to 'Filelist') diff --git a/Filelist b/Filelist index 72a1f9685b..f67b059432 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 \ -- cgit v1.2.3