Ryan Rueger

ryan@rueg.re / picture / key / home
aboutsummaryrefslogtreecommitdiff
path: root/plugin/statusryne.vim
Commit message (Collapse)AuthorAgeFilesLines
* Correctly identify size of the current splitrrueger2020-07-231-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 ↵rrueger2020-07-171-19/+19
| | | | sequences will not work
* Add replace mode colourrrueger2020-06-261-3/+6
|
* Initial commit.rrueger2019-12-241-0/+428