]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1279: initializing menus can be slow v8.0.1279
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Nov 2017 18:45:48 +0000 (19:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Nov 2017 18:45:48 +0000 (19:45 +0100)
commit040c1feb212568cf04265e59b26182f8b76057aa
treef589a9216ebfa8ef43f00a252cad8c5f084a97ad
parent8ac441576fd219fb7227349e228d5b68520b204a
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)
runtime/doc/gui.txt
runtime/menu.vim
src/version.c