1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-11-29 12:12:43 +00:00
parent 293eb9ba46
commit af377e34b0
5 changed files with 78 additions and 3 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3694,
/**/
3693,
/**/