commit | 0acbf5ae6632b36c2d2f93406478270ef21f528b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 05 20:58:25 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 05 20:58:25 2021 +0100 |
tree | a2eeb17e876534d7aa41feb4cb46f3499eaaaf8d | |
parent | ecac591cce23919059a5d93ed2e94541b1be99b5 [diff] [blame] |
patch 8.2.2304: Vim9: no test for unletting an imported variable Problem: Vim9: no test for unletting an imported variable. Solution: Add a test. Fix line number in error.
diff --git a/src/version.c b/src/version.c index a2553fc..77f032d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2304, +/**/ 2303, /**/ 2302,