1
0
forked from aniani/vim

patch 8.2.3033: no error when using alpha delimiter with :global

Problem:    No error when using alpha delimiter with :global.
Solution:   Check the delimiter like with :substitute. (closes #8415)
This commit is contained in:
Bram Moolenaar
2021-06-21 21:55:18 +02:00
parent 226b28b961
commit 419a40ac96
3 changed files with 23 additions and 4 deletions

View File

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