Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-17 | plugin/diff_corrections.vim: Increase 'tabpagemax' to 200 | Teddy Wing | |
The default is 10. Set it to a ridiculously large number so that we can open one tab per file during a code review. | |||
2019-05-11 | diff-corrections: Move corrections to `autoload` | Teddy Wing | |
Makes the code a little nicer and more extensible without the line continuations. Only change the highlight colour for the 'twilight256' colour scheme. | |||
2019-05-10 | Add 'diff-corrections' to adjust settings during diff mode | Teddy Wing | |
* Changes `Comment` colour for better readability on red backgrounds. * Turns of 'cursorline' so that diff background highlighting doesn't get shadowed. |