commit | 9e42c866484fe0199e8b17e7c44489386173acc9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 20 05:03:16 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 20 05:03:16 2018 +0200 |
tree | f2df78661fd0d0ade12113dd89f0cba0491141d6 | |
parent | f63db65b2418140d1bdbc032511f530234bd2496 [diff] [blame] |
patch 8.1.0197: Windows GUI: title for search/replace is wrong Problem: Windows GUI: title for search/replace is wrong. Solution: Remove remark about doubling backslash. (closes #3230)
diff --git a/src/version.c b/src/version.c index 83518a9..86413b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 197, +/**/ 196, /**/ 195,