diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-25 18:35:01 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-25 18:35:01 +0100 |
commit | da64ab322ae35e473a24b211d22d05b1439aa05c (patch) | |
tree | 731c63006d1fb9ce78ea0255f0f8ad126aeccf48 /Filelist | |
parent | 610cc1b9b3c8104382f5506606c1f87118c28114 (diff) | |
download | vim-git-da64ab322ae35e473a24b211d22d05b1439aa05c.tar.gz |
patch 7.4.1653v7.4.1653
Problem: Users who loaded matchit.vim manually have to change their
startup. (Gary Johnson)
Solution: Add a file in the old location that loads the package.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -494,6 +494,7 @@ RT_ALL = \ runtime/macros/less.vim \ runtime/macros/life/click.me \ runtime/macros/life/life.vim \ + runtime/macros/matchit.vim \ runtime/macros/maze/README.txt \ runtime/macros/maze/[mM]akefile \ runtime/macros/maze/main.aap \ |