summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ex_cmds.c
AgeCommit message (Expand)AuthorFiles
2026-04-21fix(substitute): don't crash with very large count (#39272)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-29vim-patch:9.2.0254: w_locked can be bypassed when setting recursivelySean Dewar1
2026-03-29vim-patch:9.2.0253: various issues with wrong b_nwindows after closing buffersSean Dewar1
2026-03-10vim-patch:partial:9.2.0126: String handling can be improved (#38214)zeertzjq1
2026-02-22vim-patch:9.2.0031: Inefficient use of ga_concat()zeertzjq1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-02-05fix(messages): single msg_show event for :global command #37728luukvbaal1
2026-01-29fix(ui): no empty message for substitution match with ext_messages #37600luukvbaal1
2026-01-20vim-patch:9.1.2095: :wqall! doesn't quit when using :quit in BufWritePostzeertzjq1
2026-01-10fix(terminal): :edit should respect 'bufhidden' with exited job (#37301)zeertzjq1
2026-01-09fix(:ls): check for finished terminal properly (#37303)zeertzjq1
2026-01-08vim-patch:9.1.2066: :wqall! doesn't close a terminal like :qall! does (#37314)zeertzjq1
2026-01-01vim-patch:8.2.2198: ml_get error when resizing window and using text propertyJan Edmund Lazo1
2025-12-26vim-patch:9.0.0145: substitute that joins lines drops text properties (#37108)Jan Edmund Lazo1
2025-11-20fix(api): on_bytes gets stale data on :substitute #36487Riccardo Mazzarini1
2025-10-11feat: ":wall ++p" creates parent dirs for each buf #36121Rob Pilling1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-09-27fix(cmd): :update writes new file buffers only for real files #35939glepnir1
2025-09-27fix(cmd): :update does not write new, unmodified buffer #35929glepnir1
2025-08-20vim-patch:8.2.0853: ml_delete() often called with FALSE argumentJan Edmund Lazo1
2025-08-17fix(api): on_detach consistently before buf_freeall autocmdsSean Dewar1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-20vim-patch:8.1.1891: functions used in one file are globalJan Edmund Lazo1
2025-07-05vim-patch:9.1.1481: gcc complains about uninitialized variablezeertzjq1
2025-07-05vim-patch:9.1.1478: Unused assignment in ex_uniq()zeertzjq1
2025-07-05vim-patch:9.1.1477: no easy way to deduplicate textzeertzjq1
2025-06-18fix: cursor shape don't resume after `:append`phanium1
2025-06-09fix(messages): recognize cmdline one_key/number prompt State (#34206)luukvbaal1
2025-05-09fix(terminal): check size when switching buffersSean Dewar1
2025-05-09fix(extui): route interactive messages to more-window (#33885)luukvbaal1
2025-05-05fix(messages): list_cmd kind for buffer line messages (#33855)luukvbaal1
2025-05-04vim-patch:9.1.1361: [security]: possible use-after-free when closing a buffer...Sean Dewar1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-12feat(defaults): shelltemp=false #33012Alexej Kowalew1
2025-04-08fix(editor): respect [+cmd] when executing :drop #33339jyn1
2025-04-02fix(highlight): no match highlight during :substitute prompt #33262luukvbaal1
2025-01-22fix(editor): avoid scrolling :substitute confirm message #32149luukvbaal1
2025-01-02feat(ui): more intuitive :substitute confirm prompt #31787luukvbaal1
2025-01-02feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-17fix(messages): proper multiline Lua print() messages #31205luukvbaal1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-11Merge pull request #27813 from luukvbaal/msgidbfredl1
2024-11-11vim-patch:9.1.0849: there are a few typos in the source (#31159)zeertzjq1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-10-22vim-patch:9.1.0798: too many strlen() calls in cmdhist.c (#30895)zeertzjq1
2024-10-11fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAMEbfredl1
2024-10-07vim-patch:9.1.0764: [security]: use-after-free when closing a buffer (#30705)zeertzjq1