aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/plines.h
Commit message (Expand)AuthorAge
* docs: small fixes (#27213)dundargoc2024-02-06
* refactor: IWYU (#27186)zeertzjq2024-01-25
* docs: various fixes (#27063)dundargoc2024-01-25
* refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq2024-01-22
* perf: reuse fast character size calculation algorithm from getvcol()VanaIgr2024-01-22
* perf: cache breakindent/showbreak width in win_lbr_chartabsizeVanaIgr2024-01-18
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq2023-12-05
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: move virtcol functions to plines.czeertzjq2023-08-25
* vim-patch:9.0.1783: Display issues with virt text smoothscroll and showbreakzeertzjq2023-08-23
* fix(plines): handle inline virtual text after last char (#24241)zeertzjq2023-07-03
* refactor(drawline): move inline text code to its own functionbfredl2023-05-22
* fix(extmark): fix cursor position with both left and right gravity inline textbfredl2023-05-22
* vim-patch:9.0.0205: cursor in wrong position when inserting after virtual textIbby2023-05-22
* feat(ui): inline virtual textIbby2023-05-22
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:9.0.0410: struct member cts_lnum is unusedzeertzjq2022-09-08
* refactor(plines): use a struct for chartabsize statebfredl2022-08-29
* refactor(plines): move out plines related code from misc1.cBjörn Linse2021-08-10