| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | vim-patch:9.0.0410: struct member cts_lnum is unused | zeertzjq | 2022-09-08 |
| | | | | | | | Problem: Struct member cts_lnum is unused. Solution: Delete it. https://github.com/vim/vim/commit/d7633114af2365e32080b61af473db347a3489c2 | ||
| * | refactor(plines): use a struct for chartabsize state | bfredl | 2022-08-29 |
| | | | | | | | | | | This is a refactor extracted from vim-patch 9.0.0067: cannot show virtual text The logic for inline virtual text is going to be different in nvim than text property based text in vim, but this refactor is still useful, as calculation of displayed linesize is going to be stateful in a similar way. | ||
| * | refactor(plines): move out plines related code from misc1.c | Björn Linse | 2021-08-10 |