Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add g:statusryne_adaptive_padding option | rrueger | 2024-08-09 | 1 | -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 option | rrueger | 2024-06-05 | 1 | -11/+15 |
| | | | | Decides whether/character count statistics are shown | ||||
* | Small syntax fix | rrueger | 2024-06-05 | 1 | -0/+1 |
| | |||||
* | Clean up | rrueger | 2022-08-24 | 1 | -46/+39 |
| | |||||
* | Do not use regex to parse command output for buffer statistics | rrueger | 2020-07-31 | 1 | -12/+7 |
| | |||||
* | 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 |