1
0
forked from aniani/vim

patch 8.2.4620: two letter substitute commands don't work

Problem:    Two letter substitute commands don't work. (Yegappan Lakshmanan)
Solution:   Invert condition.
This commit is contained in:
Bram Moolenaar
2022-03-24 15:24:45 +00:00
parent f8e43f6107
commit 1e2c4175dc
2 changed files with 3 additions and 1 deletions

View File

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