summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/memline.c
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-20vim-patch:partial:9.2.0368: too many strlen() calls when adding strings to di...zeertzjq1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-06vim-patch:9.2.0291: too many strlen() callszeertzjq1
2026-03-19vim-patch:partial:9.2.0193: using copy_option_part() can be improved (#38369)zeertzjq1
2026-02-28vim-patch:9.2.0077: [security]: Crash when recovering a corrupted swap file (...zeertzjq1
2026-02-19vim-patch:9.2.0023: fix integer overflow in ml_append_int() for long lineszeertzjq1
2025-12-25vim-patch:9.1.0151: ml_get_buf_len() does not consider text properties (#37094)Jan Edmund Lazo1
2025-12-01feat(version): support multiple Vim versionsJan Edmund Lazo1
2025-10-23fix(terminal): deleting from wrong buffer (#36289)zeertzjq1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-09-17fix(swapfile): don't use uninitialized memory (#35813)zeertzjq1
2025-09-16fix(swapfile): handle newlines in swapfile list message #35802luukvbaal1
2025-08-26vim-patch:8.2.0845: text properties crossing lines not handled correctly (#35...Jan Edmund Lazo1
2025-08-24vim-patch:8.1.0655: when appending a line text property flags are not addedJan Edmund Lazo1
2025-08-24vim-patch:8.1.0654: when deleting a line text property flags are not adjustedJan Edmund Lazo1
2025-08-24vim-patch:8.1.0579: cannot attach properties to textJan Edmund Lazo1
2025-08-20vim-patch:8.2.0853: ml_delete() often called with FALSE argumentJan Edmund Lazo1
2025-08-20vim-patch:8.2.3348: line2byte() returns wrong value after adding textpropJan Edmund Lazo1
2025-08-20vim-patch:8.2.0844: text properties crossing lines not handled correctlyJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-11vim-patch:8.2.0115: byte2line() does not work correctly with text propertiesJan Edmund Lazo1
2025-08-10vim-patch:8.1.1711: listener callback called at the wrong momentJan Edmund Lazo1
2025-08-10vim-patch:8.1.1700: listener callback called for the wrong bufferJan Edmund Lazo1
2025-08-10vim-patch:8.1.1681: insert stray "{" when listener gets buffer lineJan Edmund Lazo1
2025-08-10vim-patch:8.1.0636: line2byte() gives wrong values with text propertiesJan Edmund Lazo1
2025-06-13fix(coverity/554963): preallocate msg.items to avoid FORWARD_NULL #34484luukvbaal1
2025-06-12fix(messages): make swapfile attention message part of prompt (#34414)luukvbaal1
2025-04-11fix(column): don't count signs on lines beyond eob #33410luukvbaal1
2025-02-12fix(memline): don't check line count for closed memline #32403luukvbaal1
2025-01-12vim-patch:9.1.1003: [security]: heap-buffer-overflow with visual mode (#31971)zeertzjq1
2025-01-02feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
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-15refactor: rename "process" => "proc" #30387Justin M. Keyes1
2024-09-03docs: use "nvim" in swapfile message #30250こけっち1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-07-26vim-patch:9.1.0615: Unnecessary STRLEN() in make_percent_swname()zeertzjq1
2024-07-26vim-patch:8.2.3543: swapname has double slash when 'directory' ends in itzeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-03-14fix(terminal): disable reflow againChristian Clason1
2024-03-14vim-patch:9.1.0177: Coverity reports dead codezeertzjq1
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-10vim-patch:9.1.0138: too many STRLEN calls when getting a memline (#27799)zeertzjq1
2024-02-20refactor(api): reduce temporary allocations when replacing linesbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1