commit | d72c1bf0a6784afdc8d8ceab4a007cd76d5b81e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 16:28:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 16:28:59 2020 +0200 |
tree | a7e9a7f882a81830fa5225db9f4057d3eb13615c | |
parent | d3aac2917db38f8590648ee76eebfa178fc4c069 [diff] [blame] |
patch 8.2.0601: Vim9: :unlet is not compiled Problem: Vim9: :unlet is not compiled. Solution: Implement :unlet instruction and check for errors.
diff --git a/src/version.c b/src/version.c index d4a1f4f..21400bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 601, +/**/ 600, /**/ 599,