commit | aff5c3a5304d85b53b00fd67418d53056b663ba9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 03:36:39 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 13 03:36:39 2014 +0100 |
tree | bd0e258743c7b508a1fb8097036c0f9e2eae26eb | |
parent | d96c52c71b85d848f23f58dfb8463279a39bfe84 [diff] [blame] |
updated for version 7.4.545 Problem: Highlighting for multi-line matches is not correct. Solution: Stop highlight at the end of the match. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index ba5f6b3..1d63121 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 545, +/**/ 544, /**/ 543,