summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/plines.c
AgeCommit message (Expand)AuthorFiles
2026-04-20fix(smoothscroll): crash when resizing to textoff with showbreakJaehwang Jung1
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2025-11-21vim-patch:9.1.1922: Wrong virtcol('$') with virtual text at EOL (#36643)zeertzjq1
2025-10-01test(terminal/mouse_spec): forwarding works with resized grid (#35969)zeertzjq1
2025-09-26fix(plines): count 'showbreak' in EOL inline virt_text in line size (#35921)zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-18vim-patch:9.1.1557: not possible to anchor specific lines in diff mode (#34967)zeertzjq1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-21feat(api): add "max_height" argument to nvim_win_text_height (#32835)luukvbaal1
2025-02-27fix(move): 'scrolloff' cursor correction no longer handles folds properly (#3...luukvbaal1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-13vim-patch:9.1.1108: 'smoothscroll' gets stuck with 'listchars' "eol" (#32434)zeertzjq1
2025-02-12feat(column): apply appropriate numhl highlight to virt_lines (#32400)luukvbaal1
2024-09-01vim-patch:9.1.0707: [security]: invalid cursor position may cause a crash (#3...zeertzjq1
2024-08-31refactor(plines): correct double-width condition (#30200)zeertzjq1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-07-31fix(scrollbind): properly take filler/virtual lines into accountLewis Russell1
2024-07-27refactor(decor): decor_virt_lines()Lewis Russell1
2024-07-26fix(plines): don't count invalidated virt text in char size (#29863)zeertzjq1
2024-07-19vim-patch:9.1.0601: Wrong cursor position with 'breakindent' when wide char d...zeertzjq1
2024-06-07feat: get/set namespace properties #28728altermo1
2024-05-16vim-patch:9.1.0413: smoothscroll may cause infinite loop (#28763)zeertzjq1
2024-04-29vim-patch:9.1.0380: Calculating line height for unnecessary amount of lines (...luukvbaal1
2024-04-09vim-patch:9.1.0294: Text height function does not respect it's argumentLuuk van Baal1
2024-04-09vim-patch:9.1.0280: several issues with 'smoothscroll' supportLuuk van Baal1
2024-03-28vim-patch:9.1.0214: Duplicate condition in win_lbr_chartabsize() (#28072)zeertzjq1
2024-03-28fix(plines): cursor position with 'showbreak' and resized grid (#28067)zeertzjq1
2024-03-26vim-patch:9.1.0204: Backspace inserts spaces with virtual text and 'smarttab'...zeertzjq1
2024-03-26fix(edit): backspace adds extra spaces for inline virtual text (#28005)vanaigr1
2024-03-14vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-02-28vim-patch:9.1.0140: cursor on wrong row after 1 char 'below' virtual text whe...zeertzjq1
2024-02-22fix(extmarks): redraw properly with scoped inline virt_text (#27569)zeertzjq1
2024-01-26vim-patch:9.1.0054: 'linebreak' may still apply to leading whitespacezeertzjq1
2024-01-25refactor: IWYU (#27186)zeertzjq1
2024-01-25docs: various fixes (#27063)dundargoc1
2024-01-22perf(extmarks): add metadata for efficient filtering of special decorationsbfredl1
2024-01-22refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq1
2024-01-22perf: reuse fast character size calculation algorithm from getvcol()VanaIgr1
2024-01-22perf: don't decode utf8 character multiple times in getvcol()VanaIgr1
2024-01-18perf: remove loop for computing last position in getvcol()VanaIgr1
2024-01-18perf: cache breakindent/showbreak width in win_lbr_chartabsizeVanaIgr1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-05refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1