Bram Moolenaar
|
83e9a1ce75
|
patch 8.1.2190: syntax test fails on Mac
Problem: Syntax test fails on Mac.
Solution: Limit the window size to 20 rows.
|
2019-10-20 14:51:23 +02:00 |
|
Bram Moolenaar
|
82260afb0e
|
patch 8.1.2189: syntax highlighting wrong for tab
Problem: Syntax highlighting wrong for tab.
Solution: Don't clear syntax attribute n_extra is non-zero.
|
2019-10-20 13:16:22 +02:00 |
|
Bram Moolenaar
|
a74fda6f4d
|
patch 8.1.2181: highlighting wrong when item follows tab
Problem: Highlighting wrong when item follows tab.
Solution: Don't use syntax attribute when n_extra is non-zero.
(Christian Brabandt, closes #5076)
|
2019-10-19 17:38:03 +02:00 |
|
Bram Moolenaar
|
8459006af5
|
patch 8.1.2176: syntax attributes not combined with Visual highlighting
Problem: Syntax attributes not combined with Visual highlighting. (Arseny
Nasokin)
Solution: Combine the attributes. (closes #5083)
|
2019-10-18 23:12:20 +02:00 |
|
Bram Moolenaar
|
9115c611db
|
patch 8.1.2156: first character after Tab is not highlighted
Problem: First character after Tab is not highlighted.
Solution: Remember the syntax attribute for a column.
|
2019-10-16 16:57:06 +02:00 |
|
Bram Moolenaar
|
98fc8d7b6c
|
patch 8.1.0326: screen dump does not consider NUL and space equal
Problem: Screen dump does not consider NUL and space equal.
Solution: Use temp variables instead of character from cell.
|
2018-08-24 21:30:28 +02:00 |
|
Bram Moolenaar
|
9271d058c9
|
patch 8.0.1542: terminal screen dump does not include cursor position
Problem: Terminal screen dump does not include cursor position.
Solution: Mark the cursor position in the cump.
|
2018-02-25 21:39:46 +01:00 |
|
Bram Moolenaar
|
6acadda8d6
|
patch 8.0.1535: C syntax test still fails when using gvim
Problem: C syntax test still fails when using gvim.
Solution: Clear Normal cterm highlighting instead of setting it.
|
2018-02-24 16:51:32 +01:00 |
|
Bram Moolenaar
|
da65058a9c
|
patch 8.0.1526: no test using a screen dump yet
Problem: No test using a screen dump yet.
Solution: Add a test for C syntax highlighting. Add helper functions.
|
2018-02-20 15:51:40 +01:00 |
|