1
0
forked from aniani/vim

patch 8.2.1835: ":help ??" finds the "!!" tag

Problem:    ":help ??" finds the "!!" tag.
Solution:   Do not translate "?" into ".".  (Naruhiko Nishino, closes #7114,
            closes #7115)
This commit is contained in:
Bram Moolenaar
2020-10-11 19:08:33 +02:00
parent efc0d94afc
commit 6eb36ade98
3 changed files with 64 additions and 28 deletions

View File

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