diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-07-09 20:20:43 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-07-09 20:20:43 +0200 |
commit | 1e1aca37841103a90ba773f14899ba3a3757cee2 (patch) | |
tree | 1eb80d3e80e39b9b6e22166a645194f510df2ba7 /src/version.c | |
parent | c80451500322cc4b05899957084afa75f52e719e (diff) | |
download | vim-git-1e1aca37841103a90ba773f14899ba3a3757cee2.tar.gz |
updated for version 7.4.362v7.4.362
Problem: When matchaddpos() uses a length smaller than the number of bytes
in the (last) character the highlight continues until the end of
the line.
Solution: Change condition from equal to larger-or-equal.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 7a9a387fb..232a2d083 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 362, +/**/ 361, /**/ 360, |