Commit b070297
committed
Solarized broke c_space_errors in vim
The highlight group Error was changed to be bold red text. Unfortunately,
c_space_errors highlights whitespace which has no text... so it remained
un-highlighted effectively.
Changed the group back to reverse text, which causes the background to be red,
highlighting the whitespace.1 parent e40cd41 commit b070297
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | | - | |
| 592 | + | |
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| |||
0 commit comments