summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/change.c
AgeCommit message (Expand)AuthorFiles
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2026-03-19vim-patch:partial:9.2.0193: using copy_option_part() can be improved (#38369)zeertzjq1
2026-03-17fix(marks): make jumpoptions=view work with 'smoothscroll' (#38339)zeertzjq1
2026-01-01vim-patch:8.2.3159: cursor displayed in wrong position after deleting lineJan Edmund Lazo1
2025-12-25vim-patch:9.1.0151: ml_get_buf_len() does not consider text properties (#37094)Jan Edmund Lazo1
2025-12-20refactor(messages): encapsulate msg_delay logicJustin M. Keyes1
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-08-20vim-patch:8.2.0853: ml_delete() often called with FALSE argumentJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-20vim-patch:8.1.2127: the indent.c file is a bit bigJan Edmund Lazo1
2025-06-17feat(prompt): multiline prompt input #33371Shadman1
2025-04-29fix(terminal): remove condition that buf is curbuf (#33721)Gregory Anders1
2025-04-29feat(ui): no delay for errors with ext_messages (#33693)luukvbaal1
2025-04-11fix(marks): wrong display after inserting/deleting lines #33389luukvbaal1
2025-04-02vim-patch:9.1.1266: MS-Windows: type conversion warnings (#33264)zeertzjq1
2025-03-28vim-patch:9.1.1243: diff mode is lacking for changes within lineszeertzjq1
2025-03-18vim-patch:3495497: patch 9.1.1212: too many strlen() calls in edit.czeertzjq1
2025-03-07fix(marks): mark winline as invalid if change is in a concealed line (#32766)luukvbaal1
2025-03-06vim-patch:9.1.1176: wrong indent when expanding multiple lines (#32746)zeertzjq1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-25vim-patch:9.1.1145: multi-line completion has wrong indentation for last line...glepnir1
2025-02-23vim-patch:9.1.1137: ins_str() is inefficient by calling STRLEN() (#32591)zeertzjq1
2025-02-13vim-patch:9.1.1108: 'smoothscroll' gets stuck with 'listchars' "eol" (#32434)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-09-06fix(multibyte): handle backspace of wide clusters in replace modebfredl1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-06-19vim-patch:8.2.5047: CurSearch highlight is often wrongzeertzjq1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-05-08refactor(change): check all tabpages in changed_lines_invalidate_buf() (#28666)zeertzjq1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-04-09vim-patch:9.1.0280: several issues with 'smoothscroll' supportLuuk van Baal1
2024-04-08vim-patch:9.1.0258: half-page scrolling broke backward compatibilityLuuk van Baal1
2024-03-30test: use matches(...) instead of ok(string.find(...)) (#28111)zeertzjq1
2024-03-30fix(extmarks): splice earlier when opening new line (#28108)zeertzjq1
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-03-12vim-patch:9.1.0168: too many STRLEN() calls (#27823)zeertzjq1
2024-03-12vim-patch:8.2.4944: text properties are wrong after "cc" (#27821)zeertzjq1
2024-03-10vim-patch:9.1.0138: too many STRLEN calls when getting a memline (#27799)zeertzjq1
2024-02-13perf(redraw): reduce redraw with undo and extmarks or 'spell' (#27442)zeertzjq1
2024-02-13vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...zeertzjq1
2024-02-12perf(extmarks): avoid unnecessary invalidations for virt_text (#27435)zeertzjq1
2024-02-12refactor(indent): refactor computing of a string's indent size (#27252)VanaIgr1
2024-02-08vim-patch:9.1.0082: Redrawing can be improved when deleting lines with 'curso...zeertzjq1
2024-01-25refactor: IWYU (#27186)zeertzjq1