Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly identify size of the current split | rrueger | 2020-07-23 | 1 | -3/+3 |
| | | | | | | | Until now, I was using &columns to determine the width of available space for the statusline. However, when using a vertical split, &columns would still report the full vim window width, not the split width. The `winwidth(0)` (0 = current window) function returns the correct value. | ||||
* | Correctly use double quotes, since single are literals in VimL and escape ↵ | rrueger | 2020-07-17 | 1 | -19/+19 |
| | | | | sequences will not work | ||||
* | Add replace mode colour | rrueger | 2020-06-26 | 1 | -3/+6 |
| | |||||
* | Initial commit. | rrueger | 2019-12-24 | 1 | -0/+428 |