]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0033 v8.0.0033
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2016 12:56:30 +0000 (14:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2016 12:56:30 +0000 (14:56 +0200)
commita6c27ee6db2c328e0ab0e6d143e2a295a0bb9c9a
tree30807bca218d51b02f8e05a80277f191c5190a9c
parent4575876dc865d4160f20d61bd822fbe7cafbec41
patch 8.0.0033
Problem:    Cannot use overlapping positions with matchaddpos().
Solution:   Check end of match. (Ozaki Kiichi) Add a test (Hirohito Higashi)
src/screen.c
src/testdir/test_match.vim
src/version.c