commit | 834d41853e12b9022f60b08c32480928c2a9e48f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 13:38:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 13:38:24 2022 +0000 |
tree | d31a9bc977f3845b4fb62bfab159296c0c85f5c7 | |
parent | 32884ad753ffb462d27998beb50678888209075f [diff] [blame] |
patch 8.2.4025: error for import not ending in .vim does not work for .vimrc Problem: Error for import not ending in .vim does not work for .vimrc. Solution: Check that .vim is the end. (closes #9484)
diff --git a/src/version.c b/src/version.c index d8fe352..b0bfc29 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4025, +/**/ 4024, /**/ 4023,