]> granicus.if.org Git - vim/commit
patch 8.0.1834: GUI: find/replace dialog does not handle some chars v8.0.1834
authorBram Moolenaar <Bram@vim.org>
Sun, 13 May 2018 15:05:30 +0000 (17:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 May 2018 15:05:30 +0000 (17:05 +0200)
commit518bc174ed34dc79303488914aaaa3c238a85080
tree792247aa39ca6afee01f3e8125f110499f066ea8
parent889fe2c2b9ba5c92b7e862a4aafbd863585fd633
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)
src/gui.c
src/version.c