summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ops.c
AgeCommit message (Expand)AuthorFiles
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2025-12-28vim-patch:9.1.2019: inconsistent cursor encoding past EOL with ve=allzeertzjq1
2025-12-25vim-patch:9.1.0151: ml_get_buf_len() does not consider text properties (#37094)Jan Edmund Lazo1
2025-12-24vim-patch:9.1.2017: getregionpos() depends on 'linebreak' setting (#37088)zeertzjq1
2025-12-22vim-patch:9.0.1899: potential buffer overflow in PBYTE macroJan Edmund Lazo1
2025-12-21vim-patch:9.0.0154: text properties wrong after splitting a lineJan Edmund Lazo1
2025-12-12vim-patch:9.1.1970: visual end column returns wrong value after block edit (#...zeertzjq1
2025-09-29vim-patch:8.2.0443: clipboard code is spread out #35949Jan Edmund Lazo1
2025-09-26vim-patch:8.1.2077: the ops.c file is too bigJan Edmund Lazo1
2025-09-05vim-patch:9.1.1731: Not using const qualifier for opchars (#35634)zeertzjq1
2025-08-26vim-patch:8.2.0845: text properties crossing lines not handled correctly (#35...Jan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-29fix(api): single-line visual block insert triggers extra on_lines #35098glepnir1
2025-07-23fix(clipboard): correct blockwise register width computation (#35038)zeertzjq1
2025-07-20refactor: fixup! vim-patch:8.2.4881: "P" in VisualJan Edmund Lazo1
2025-07-20vim-patch:8.1.2127: the indent.c file is a bit bigJan Edmund Lazo1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-19vim-patch:9.1.1322: small delete register cannot paste multi-line correctly (...phanium1
2025-04-19vim-patch:9.1.1319: Various typos in the code, issue with test_inst_complete....zeertzjq1
2025-04-16fix(mouse): do not fetch clipboard twice when pasting with middle button #33494Dmitry Torokhov1
2025-03-19vim-patch:9.1.1222: using wrong length for last inserted string (#32975)zeertzjq1
2025-03-18vim-patch:3495497: patch 9.1.1212: too many strlen() calls in edit.czeertzjq1
2025-03-04vim-patch:9.1.1167: mark '] wrong after copying text object (#32712)zeertzjq1
2025-02-24vim-patch:9.1.1143: illegal memory access when putting a register (#32604)zeertzjq1
2025-02-23vim-patch:9.1.1137: ins_str() is inefficient by calling STRLEN() (#32591)zeertzjq1
2025-02-20fix(messages): list_cmd kind for :registers, :au[g] #32531luukvbaal1
2025-02-09vim-patch:9.1.1083: setreg() doesn't correctly handle mbyte chars in blockwis...zeertzjq1
2025-02-09vim-patch:8.2.2935: calculating register width is not always neededzeertzjq1
2025-02-09vim-patch:8.2.2934: ASAN error when using text from the clipboardzeertzjq1
2025-02-09vim-patch:8.2.2933: when 'clipboard' is "unnamed" zp does not work correctlyzeertzjq1
2025-01-12vim-patch:9.1.1003: [security]: heap-buffer-overflow with visual mode (#31971)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-22fix(messages): typo and unwanted truncation in msg_outtrans_long #31669luukvbaal1
2024-12-10vim-patch:9.1.0917: various vartabstop and shiftround bugs when shifting lineszeertzjq1
2024-12-10vim-patch:9.0.2124: INT overflow detection logic can be simplifiedzeertzjq1
2024-12-10vim-patch:9.0.2113: Coverity warns for another overflow in shift_line()zeertzjq1
2024-12-10vim-patch:9.0.2112: [security]: overflow in shift_linezeertzjq1
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-11-01vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)zeertzjq1
2024-09-06fix(multibyte): handle backspace of wide clusters in replace modebfredl1
2024-08-07vim-patch:partial:8.1.0914: code related to findfile() is spread out (#30000)zeertzjq1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-08-02vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-07-07vim-patch:9.1.0537: signed number detection for CTRL-X/A can be improved (#29...zeertzjq1
2024-06-29refactor: remove special handling for lowercase German sharp sdundargoc1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1