summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/edit.c
AgeCommit message (Expand)AuthorFiles
2026-04-22vim-patch:9.2.0384: stale Insstart after cursor move breaks undo (#39290)zeertzjq1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2026-03-27feat(prompt): prompt_appendbuf() appends to prompt buffer #37763Shadman1
2026-03-17fix(marks): make jumpoptions=view work with 'smoothscroll' (#38339)zeertzjq1
2026-02-17fix(prompt): clear undo when changing/appending promptSean Dewar1
2026-02-17fix(prompt): prompt_setprompt with unloaded buffer, ': with lnum 0Sean Dewar1
2026-02-15fix(prompt): wrong changed lnum in init_promptSean Dewar1
2026-02-15fix(prompt): ml_get error with invalid ': lnumSean Dewar1
2026-02-15fix(prompt): heap-buffer-overflows with invalid ': colSean Dewar1
2026-02-14feat(prompt): plugins can update prompt during user input #37743Shadman1
2026-01-30fix(prompt): also store column info in ': mark #36194Shadman1
2025-12-25vim-patch:9.1.0151: ml_get_buf_len() does not consider text properties (#37094)Jan Edmund Lazo1
2025-11-27fix(edit): handle cindent properly with completion (#36711)zeertzjq1
2025-11-20fix(input): discard following keys when discarding <Cmd>/K_LUA (#36498)zeertzjq1
2025-11-08fix(prompt): wrong cursor position with cursor keys (#36196)Shadman1
2025-10-13vim-patch:9.1.1850: completion: not triggered after i_Ctrl-W/i_Ctrl-U (#36156)zeertzjq1
2025-10-09fix(conceal): check for concealed lines on invalid row (#36084)luukvbaal1
2025-10-05vim-patch:9.1.1827: completion: v9.1.1797 broke Ctrl-Y behaviour (#36040)zeertzjq1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-09-30vim-patch:9.1.1797: completion: autocompletion can be improvedzeertzjq1
2025-09-26vim-patch:8.1.2077: the ops.c file is too bigJan Edmund Lazo1
2025-09-21vim-patch:9.1.1779: completion: 'autocomplete' cannot be enabled per buffer (...zeertzjq1
2025-09-09vim-patch:9.1.1742: complete: preinsert does not work well with 'autocomplete...zeertzjq1
2025-09-01feat(editor)!: insert-mode ctrl-r should work like paste #35477Shadman1
2025-08-23vim-patch:9.1.1670: completion: autocomplete breaks second completionzeertzjq1
2025-08-23vim-patch:9.1.1657: Autocompletion adds delayzeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-03vim-patch:9.1.1590: cannot perform autocompletion (#35141)zeertzjq1
2025-07-29fix(prompt): cursor on prompt line, disallow ":edit" #34736Shadman1
2025-07-20vim-patch:8.1.2127: the indent.c file is a bit bigJan Edmund Lazo1
2025-07-20vim-patch:8.1.0857: indent functionality is not separatedJan Edmund Lazo1
2025-06-30fix(prompt): prompt mark not placed after text edits correctly #34671Shadman1
2025-06-24feat(prompt): prompt_getinput() gets current input #34491Shadman1
2025-06-19vim-patch:9.1.1471: completion: inconsistent ordering with CTRL-P (#34571)zeertzjq1
2025-06-17feat(prompt): multiline prompt input #33371Shadman1
2025-06-16fix(edit): clear showcmd after clearing last put char (#34517)luukvbaal1
2025-06-10vim-patch:9.1.1443: potential buffer underflow in insertchar() (#34408)zeertzjq1
2025-05-28vim-patch:9.1.1408: not easily possible to complete from register content (#3...glepnir1
2025-04-28Merge pull request #33481 from bfredl/gridviewbfredl1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-24fix(messages): clear 'showmode' message after insert_expand #33607luukvbaal1
2025-04-21vim-patch:9.1.1328: too many strlen() calls in indent.c (#33563)zeertzjq1
2025-04-16fix(mouse): do not fetch clipboard twice when pasting with middle button #33494Dmitry Torokhov1
2025-04-16vim-patch:9.1.1305: completion menu active after switching windows/tabs (#33488)zeertzjq1
2025-03-30vim-patch:9.1.1263: string length wrong in get_last_inserted_save() (#33194)zeertzjq1
2025-03-18vim-patch:9.1.1221: Wrong cursor pos when leaving Insert mode just after 'aut...zeertzjq1
2025-03-19vim-patch:9.1.1222: using wrong length for last inserted string (#32975)zeertzjq1
2025-03-18vim-patch:9.1.1216: Pasting the '.' register multiple times may not workzeertzjq1
2025-03-18vim-patch:3495497: patch 9.1.1212: too many strlen() calls in edit.czeertzjq1