1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-03-25 14:51:01 +01:00
parent 9d20ce6970
commit e5e0fbcd42
5 changed files with 175 additions and 34 deletions

View File

@@ -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 \