commit | 040c1feb212568cf04265e59b26182f8b76057aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 19:45:48 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 09 19:45:48 2017 +0100 |
tree | f589a9216ebfa8ef43f00a252cad8c5f084a97ad | |
parent | 8ac441576fd219fb7227349e228d5b68520b204a [diff] |
patch 8.0.1279: initializing menus can be slow Problem: Initializing menus can be slow, especially when there are many keymaps, color schemes, etc. Solution: Do the globbing for runtime files lazlily. (Ken Takata)
diff --git a/src/version.c b/src/version.c index bba2938..df0e501 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1279, +/**/ 1278, /**/ 1277,