micro/internal
dmaluka a150eef6f9
Fix end line number in HighlightMatches (#1662)
There is a bit of mess in the usage of HighlightMatches: in some places
we assume that it updates lines from startline to endline inclusive,
in other places we assume it's non-inclusive.
This fix makes it always inclusive.

In particular, it fixes a bug: when we open a file which has no
newline at the end, the last line isn't highlighted.
2020-05-17 16:05:34 -04:00
..
action Adds command "tabmove ±n", for better tab management (#1636) 2020-05-14 21:51:49 -04:00
buffer Fix end line number in HighlightMatches (#1662) 2020-05-17 16:05:34 -04:00
config Remove outdated c++ highlighter 2020-05-14 21:37:19 -04:00
display Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
info Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
lua Add linter plugin support 2019-12-25 17:05:10 -05:00
screen Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
shell Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
util Support snake case autocompletion 2020-05-14 21:34:17 -04:00
views Fix unsplit crash 2020-02-08 21:06:13 -05:00