commit | 22ab547dc281092d6a9d397db712a11733c38e97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 12:28:45 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 12:28:45 2017 +0200 |
tree | 6b1bab7427c5c09d6545008706f37530760976c2 | |
parent | 7c456a4511dff70bb2fc23ebc3dc3d9201dbaacb [diff] [blame] |
patch 8.0.1148: gN doesn't work on last match with 'wrapscan' off Problem: "gN" doesn't work on last match with 'wrapscan' off. (fcpg) Solution: Adjust for searching backward. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 1880b34..5b23230 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1148, +/**/ 1147, /**/ 1146,