commit | 82cf7f6df751505da285815a791463a049587849 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 23:22:47 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 02 23:22:47 2019 +0100 |
tree | bfe62548a532d52220a7277745f5bf0c4ac41116 | |
parent | 32aa10203bd0b4b270def03311a4599f9ffdecc4 [diff] [blame] |
patch 8.1.2244: 'wrapscan' is not used for "gn" Problem: 'wrapscan' is not used for "gn". Solution: Only reset 'wrapscan' for the first search round. (closes #5164)
diff --git a/src/version.c b/src/version.c index 4b1acc5..5f009e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2244, +/**/ 2243, /**/ 2242,