1
0
forked from aniani/vim

patch 8.0.1834: GUI: find/replace dialog does not handle some chars

Problem:    GUI: find/replace dialog does not handle some chars properly.
Solution:   Escape '?' when needed.  Always escape backslash. (closes #2418,
            closes #2435)
This commit is contained in:
Bram Moolenaar
2018-05-13 17:05:30 +02:00
parent 889fe2c2b9
commit 518bc174ed
2 changed files with 21 additions and 33 deletions

View File

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