Ryan Rueger

ryan@rueg.re / picture / key / home
aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clean uprrueger2022-08-241-46/+39
|
* Do not use regex to parse command output for buffer statisticsrrueger2020-07-311-12/+7
|
* 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
* Change title in READMErrueger2020-06-261-1/+1
|
* Add replace mode colourrrueger2020-06-261-3/+6
|
* Multiple buffers per tab and colouring explanation.rrueger2019-12-242-0/+48
|
* Minor revision to description.rrueger2019-12-241-1/+1
|
* Initial commit.rrueger2019-12-249-0/+465