commit | bfac409d0b24d212a6d846edb651c49dac03745f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 11:12:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 11:12:12 2022 +0000 |
tree | 266158faa8c19670c582c3bc6f24ef173ca56425 | |
parent | 38ecd9722664049d636f4fba759b3ebbfd34e97d [diff] [blame] |
patch 8.2.4104: Vim9: lower casing the autoload prefix causes problems Problem: Vim9: lower casing the autoload prefix causes problems. Solution: Always store the prefix with case preserved.
diff --git a/src/version.c b/src/version.c index d0d9b62..52b75a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4104, +/**/ 4103, /**/ 4102,