commit | 1538fc34fae3fae39773ca43f6ff52401fce61d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 09:13:34 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 09:13:34 2016 +0200 |
tree | 765ccc4a8a86d6585b86b253b8907069525ffc40 | |
parent | fe4b18640656ddea41f60cf7a76956c9cc5494d6 [diff] [blame] |
patch 7.4.1748 Problem: "gD" does not find match in first column of first line. (Gary Johnson) Solution: Accept match at the cursor.
diff --git a/src/version.c b/src/version.c index d7544b8..d26268e 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1748, +/**/ 1747, /**/ 1746,