commit | 2d6b20d6a9a034b39f79a7dbb889fb5d859583ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 25 19:30:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 25 19:30:59 2020 +0200 |
tree | bd5dda39ebe25457bec012aa476c3011cd68211c | |
parent | 2afc3b4f776a4fe2bb22d0a79e77012d79b4ec1e [diff] [blame] |
patch 8.2.1293: Vim9: error when using vim9script in TextYankPost Problem: Vim9: error when using vim9script in TextYankPost. Solution: Use EX_LOCKOK instead of the EX_CMDWIN flag for command that can be used when text is locked. (closes #6529)
diff --git a/src/version.c b/src/version.c index 3611fe6..05f3752 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1293, +/**/ 1292, /**/ 1291,