commit | 28fc247f8d94a1cfabbcf2691ca942bde96f6d2f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 05 22:14:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 05 22:14:16 2019 +0200 |
tree | 54836cfabdef5fd1dd3e9f128307e0b0869f13c7 | |
parent | 3940ec6d41a07f9abbfba7d4db6b49d3d8b43a9a [diff] [blame] |
patch 8.1.1639: changing an autoload name into a file name is inefficient Problem: Changing an autoload name into a script file name is inefficient. Solution: Remember the last replaced #. (Ozaki Kiichi, closes #4618)
diff --git a/src/version.c b/src/version.c index c835eee..25c6076 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1639, +/**/ 1638, /**/ 1637,