commit | 803af686e23c7bb17273bb0c78ff0bf97e8d23f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 16:20:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 05 16:20:03 2020 +0200 |
tree | f60e12497c9aacaa99c37aeeeeb56caa09fe079b | |
parent | c5da1fb7ea4126b6c70426cf0add51e720b7cd3f [diff] [blame] |
patch 8.2.1376: Vim9: expression mapping causes error for using :import Problem: Vim9: expression mapping causes error for using :import. Solution: Add EX_LOCK_OK to :import and :export. (closes 3606)
diff --git a/src/version.c b/src/version.c index 8bc9282..53e47bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1376, +/**/ 1375, /**/ 1374,