commit | af377e34b01ba00f9520d2b9de1f911e72db0114 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 12:12:43 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 12:12:43 2021 +0000 |
tree | e3863b6aeb06509afdd60fa7448163268f24aca1 | |
parent | 293eb9ba4669b1500370502397d399681e7098f0 [diff] [blame] |
patch 8.2.3694: cannot use quotes in the count of an Ex command Problem: Cannot use quotes in the count of an Ex command. Solution: Add getdigits_quoted(). Give an error when misplacing a quote in a range. (closes #9240)
diff --git a/src/version.c b/src/version.c index b7fe97b..623afb2 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3694, +/**/ 3693, /**/ 3692,