Ryan Rueger

ryan@rueg.re / picture / key / home
aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* HousekeepingRyan Rueger2025-03-131-1/+3
|
* Add g:statusryne_adaptive_padding optionrrueger2024-08-091-1/+6
| | | | | | When set to 1, statusryne will pad the names of items in the tabline so that they are all the same width. Else, only some constant padding is added.
* Add g:statusryne_word_char_count optionrrueger2024-06-051-11/+15
| | | | Decides whether/character count statistics are shown
* Small syntax fixrrueger2024-06-051-0/+1
|
* 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