commit | 1c199f9c70446933677d5210f34d2b86eefa2a43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 21:28:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 07 21:28:34 2020 +0200 |
tree | 557ca9d93332c82c8057cb5357b7b35ac236e6b2 | |
parent | 74d95b5b58a36697975c48192e84be808b2512a8 [diff] [blame] |
patch 8.2.1390: Vim9: type error after storing an option value Problem: Vim9: type error after storing an option value. Solution: Drop the type after a STOREOPT instruction. (closes #6632)
diff --git a/src/version.c b/src/version.c index 1ac4940..8b68bc1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1390, +/**/ 1389, /**/ 1388,