commit | 59eccb92e3c68f65525e08d2113213ff7d7ed00a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 10 23:09:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 10 23:09:37 2020 +0200 |
tree | fbeea20f8863f5fb8a4ba6e1a691061dd21e2a6a | |
parent | 8294d49937b99067522fda8a9399bb9533e3c44e [diff] [blame] |
patch 8.2.1419: Vim9: not operator applied too early Problem: Vim9: not operator applied too early. Solution: Implement the "numeric_only" argument. (closes #6680)
diff --git a/src/version.c b/src/version.c index bfd5070..990b945 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1419, +/**/ 1418, /**/ 1417,