commit | 16b58ae9f36e9675c34d942f5d5f8c8a7914dbc4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 06 20:40:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 06 20:40:21 2019 +0200 |
tree | 53e3c0679e9e7dca03ebbcf121081db6e5e206bf | |
parent | 6f72e90dd843a7342395b31f31c2073a3859869d [diff] [blame] |
patch 8.1.1992: the search stat moves when wrapping at the end of the buffer Problem: The search stat moves when wrapping at the end of the buffer. Solution: Put the "W" in front instead of at the end.
diff --git a/src/version.c b/src/version.c index 4d28033..a21104c 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1992, +/**/ 1991, /**/ 1990,