summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/normal.c
AgeCommit message (Expand)AuthorFiles
2026-04-22vim-patch:9.2.0385: Integer overflow with "ze" and large 'sidescrolloff' (#39...zeertzjq1
2026-04-21feat(normal): normal-mode ZR does :restartJustin M. Keyes1
2026-04-21fix(move): avoid integer overflow with large 'scrolloff' (#39251)zeertzjq1
2026-04-12fix(normal): pass count to 'keywordprg' as arg1 #38965Barrett Ruth1
2026-04-05fix(help): show error when using :help! with nothing at cursor #38775zeertzjq1
2026-04-04vim-patch:9.2.0295: 'showcmd' shows wrong Visual block size with 'linebreak' ...zeertzjq1
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2026-03-15feat(help): super K (":help!") guesses tag at cursor #36205Justin M. Keyes1
2026-03-13fix(normal): crash using :norm from vim.ui_attach shell message event #38283luukvbaal1
2026-03-12docs: miscJustin M. Keyes1
2026-03-10Merge #37926 msg_show UI event indicates user-interactiveJustin M. Keyes1
2026-03-10vim-patch:partial:9.2.0126: String handling can be improved (#38214)zeertzjq1
2026-03-03feat(ui): specify whether msg_show event comes from typed commandLuuk van Baal1
2026-02-23feat(messages): drop hardcoded 'showmode' delay #38029Justin M. Keyes1
2026-02-21fix(messages): reinstate 'showmode' message delay #37992luukvbaal1
2026-02-14fix(terminal): missing refresh with partial mappings (#37839)zeertzjq1
2026-01-30fix(prompt): also store column info in ': mark #36194Shadman1
2026-01-18fix(normal): assertion failure with "gk" in narrow window (#37444)zeertzjq1
2026-01-01vim-patch:8.2.2198: ml_get error when resizing window and using text propertyJan Edmund Lazo1
2025-12-20refactor(messages): encapsulate msg_delay logicJustin M. Keyes1
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes1
2025-11-20fix(input): discard following keys when discarding <Cmd>/K_LUA (#36498)zeertzjq1
2025-11-01vim-patch:9.1.1891: g<End> does not move to last non-blank in visual mode (#3...varsidry1
2025-10-18vim-patch:9.1.1868: v:register is wrong in v_: command (#36238)zeertzjq1
2025-10-17vim-patch:9.1.1858: v:register not reset after Visual mode command (#36215)zeertzjq1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-09-26vim-patch:8.1.2077: the ops.c file is too bigJan 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-08-13vim-patch:9.1.1625: Autocompletion slow with include- and tag-completion (#35...zeertzjq1
2025-06-25fix(ui)!: decouple ext_messages from message grid #27963luukvbaal1
2025-06-24feat(prompt): prompt_getinput() gets current input #34491Shadman1
2025-06-17feat(prompt): multiline prompt input #33371Shadman1
2025-06-17vim-patch:9.1.1464: gv does not work in operator-pending mode (#34534)zeertzjq1
2025-05-02vim-patch:9.1.1357: Vim incorrectly escapes tags with "[" in a help bufferbrianhuster1
2025-04-29feat(ui): no delay for errors with ext_messages (#33693)luukvbaal1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-19vim-patch:9.1.1319: Various typos in the code, issue with test_inst_complete....zeertzjq1
2025-03-06vim-patch:9.1.1175: inconsistent behaviour with exclusive selection and motio...zeertzjq1
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-01-30docs: miscdundargoc1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-17vim-patch:9.1.0938: exclusive selection not respected when re-selecting block...zeertzjq1
2024-12-10fix(ui): update title in more cases (#31508)zeertzjq1
2024-12-07vim-patch:9.1.0908: not possible to configure :messages (#31492)zeertzjq1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-18vim-patch:9.1.0869: Problem: curswant not set on gm in folded line (#31247)zeertzjq1
2024-11-09feat(ext_messages): add hl_id to ext_messages chunksLuuk van Baal1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1