commit | 226630a030c0d41145e1109f09633360fc9c999d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 19:21:31 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 19:21:31 2016 +0200 |
tree | 964ac2372bbc4b653594d660ba3375a8adf33293 | |
parent | ec68a99464055029c01082762517e97245ddae0c [diff] [blame] |
patch 8.0.0023 Problem: "gd" and "gD" may find a match in a comment or string. Solution: Ignore matches in comments and strings. (Anton Lindqvist)
diff --git a/src/version.c b/src/version.c index 4fd2982..5bb9a14 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 23, +/**/ 22, /**/ 21,