commit | 13e12b8a3c0fec29017f2dbdc6f57e372f8a7efd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 24 18:47:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 24 18:47:22 2020 +0200 |
tree | 070215930b7607ee2bd4df9213af0484b016be58 | |
parent | 40f4f7a48cae491f83bd3cdbf7e9b5a23ed870ef [diff] [blame] |
patch 8.2.1288: Vim9: cannot use mark in range Problem: Vim9: cannot use mark in range. Solution: Use the flag that a colon was seen. (closes #6528)
diff --git a/src/version.c b/src/version.c index 8f8ebc6..1404448 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1288, +/**/ 1287, /**/ 1286,