commit | 7e0868efcf094f2cc59fa4e18af3a8dc7aedd64f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 17:24:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 17:24:53 2020 +0200 |
tree | 65eace45242072f64ef6a2431a9363ac8a4a2953 | |
parent | d72c1bf0a6784afdc8d8ceab4a007cd76d5b81e1 [diff] [blame] |
patch 8.2.0602: :unlet $VAR does not work properly Problem: :unlet $VAR does not work properly. Solution: Make ":lockvar $VAR" fail. Check the "skip" flag.
diff --git a/src/version.c b/src/version.c index 21400bb..66f5365 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 602, +/**/ 601, /**/ 600,