]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.362 v7.4.362
authorBram Moolenaar <Bram@vim.org>
Wed, 9 Jul 2014 18:20:43 +0000 (20:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Jul 2014 18:20:43 +0000 (20:20 +0200)
commit1e1aca37841103a90ba773f14899ba3a3757cee2
tree1eb80d3e80e39b9b6e22166a645194f510df2ba7
parentc80451500322cc4b05899957084afa75f52e719e
updated for version 7.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.
src/screen.c
src/version.c