commit | 1836d6157828baddd94e1f2c82488031570e444d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 13:14:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 13:14:47 2022 +0000 |
tree | 28c1771151da2b8aec00c0106495ce1e157f07ae | |
parent | cbbc48f64b9cfd88720dc94b0578a3726f725178 [diff] [blame] |
patch 8.2.4132: Vim9: wrong error message when autoload script can't be found Problem: Vim9: wrong error message when autoload script can't be found. Solution: Correct check for using autoload with wrong name.
diff --git a/src/version.c b/src/version.c index 64a6077..8b9958a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4132, +/**/ 4131, /**/ 4130,