commit | dd4073480011fe1cc58408a33963154fcb41673d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 20:00:48 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 20:00:48 2013 +0200 |
tree | 5674d007dc9b0826deb7735d762c6805bb0c7127 | |
parent | 95235e64d8329b8c0fbd9311d98626afe86ad911 [diff] [blame] |
updated for version 7.4.027 Problem: Another valgrind error when using CTRL-X CTRL-F at the start of the line. (Dominique Pelle) Solution: Don't call mb_ptr_back() at the start of the line. Add a test.
diff --git a/src/version.c b/src/version.c index f875d01..ef3f9b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 27, +/**/ 26, /**/ 25,