commit | 6024c0427ce1196344439997d5e41a6f8546368c | [log] [tgz] |
---|---|---|
author | Albert Liu <albertymliu@gmail.com> | Fri Aug 27 20:59:35 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 27 20:59:35 2021 +0200 |
tree | 5671e333659a598c6338e804135785b40653c7a4 | |
parent | 47016f57724d3970c54f4ca1f392dff39d3fecae [diff] [blame] |
patch 8.2.3378: MS-Windows: completing environment variables with % is wrong Problem: MS-Windows: completing environment variables with % is wrong. Solution: Only complete environment variables with $. (Albert Liu, closes #8791)
diff --git a/src/version.c b/src/version.c index 7aa602f..a3f0a8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3378, +/**/ 3377, /**/ 3376,