patch 8.2.3392: augroup completion escapes regexp pattern characters

Problem:    augroup completion escapes regexp pattern characters.
Solution:   Do not escape the augroup name. (closes #8826)
This commit is contained in:
Bram Moolenaar
2021-09-01 13:03:39 +02:00
parent 20e0c3d27b
commit b4d82e2a8d
3 changed files with 9 additions and 5 deletions

View File

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