Justin M. Keyes
5ee211770d
vim-patch:8.0.0033
...
Problem: Cannot use overlapping positions with matchaddpos().
Solution: Check end of match. (Ozaki Kiichi) Add a test (Hirohito Higashi)
a6c27ee6db
2017-03-22 18:42:58 +01:00
lonerover
700e13da82
vim-patch:7.4.2228
...
Problem: Test files have inconsistant modelines.
Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
9e4d8215d3
2017-03-18 18:08:20 +08:00
Michael Ennen
63c46c1106
vim-patch:8.0.0040
...
Problem: Whole line highlighting with matchaddpos() does not work.
Solution: Check for zero length. (Hirohito Higashi)
8507747600
2016-12-07 00:37:29 -07:00
Michael Ennen
0e99d29169
vim-patch:8.0.0033
...
Problem: Cannot use overlapping positions with matchaddpos().
Solution: Check end of match. (Ozaki Kiichi) Add a test (Hirohito Higashi)
a6c27ee6db
2016-12-06 22:57:30 -07:00
Michael Ennen
c5d2e442a3
vim-patch:7.4.2269
...
Problem: Using 'hlsearch' highlighting instead of matchpos if there is no
search match.
Solution: Pass NULL as last item to next_search_hl() when searching for
'hlsearch' match. (Shane Harper, closes vim/vim#1013 )
e17bdffff7
2016-12-06 17:15:49 -07:00
Michael Ennen
0064e9738a
vim-patch:7.4.2217
...
Problem: When using matchaddpos() a character after the end of the line can
be highlighted.
Solution: Only highlight existing characters. (Hirohito Higashi)
4f416e4124
2016-12-06 17:12:08 -07:00
Michael Ennen
629e788b36
vim-patch:7.4.2163
...
Problem: match() and related functions tested with old style test.
Solution: Convert to new style test. (Hirohito Higashi)
d76a0c15f8
2016-12-06 17:02:13 -07:00