comparison src/version.c @ 13927:ec54a202ad0c v8.0.1834

patch 8.0.1834: GUI: find/replace dialog does not handle some chars commit https://github.com/vim/vim/commit/518bc174ed34dc79303488914aaaa3c238a85080 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 13 17:05:30 2018 +0200 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 https://github.com/vim/vim/issues/2418, closes #2435)
author Christian Brabandt <cb@256bit.org>
date Sun, 13 May 2018 17:15:05 +0200
parents eb264a775071
children 05aec5ac9630
comparison
equal deleted inserted replaced
13926:e104131e69e2 13927:ec54a202ad0c
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1834,
764 /**/ 766 /**/
765 1833, 767 1833,
766 /**/ 768 /**/
767 1832, 769 1832,
768 /**/ 770 /**/