commit | 518bc174ed34dc79303488914aaaa3c238a85080 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 13 17:05:30 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 13 17:05:30 2018 +0200 |
tree | 792247aa39ca6afee01f3e8125f110499f066ea8 | |
parent | 889fe2c2b9ba5c92b7e862a4aafbd863585fd633 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e19b180..3e6c09d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1834, +/**/ 1833, /**/ 1832,