summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ex_docmd.c
AgeCommit message (Expand)AuthorFiles
2026-04-23feat(excmd): add :uptime command #39331Olivia Kinnear1
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes1
2026-04-22fix(cmd): ++p, ++edit should match "word" boundary #39146glepnir1
2026-04-21fix(:restart): reuse --listen addr on Windows #38539Sanzhar Kuandyk1
2026-04-21fix(move): avoid integer overflow with large 'scrolloff' (#39251)zeertzjq1
2026-04-20Merge #39194 from justinmk/luavimfnJustin M. Keyes1
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal1
2026-04-20refactor(excmd): migrate ex_terminal to LuaJustin M. Keyes1
2026-04-20refactor(excmd): migrate ex_checkhealth to LuaJustin M. Keyes1
2026-04-18feat(vimfn): use Lua for more excmds/vimfnsJustin M. Keyes1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-10feat(ex): add `:log` commandOlivia Kinnear1
2026-04-07Merge pull request #38669 from SanzharKuandyk/fix-38667zeertzjq1
2026-04-04fix(:restart): inherit stderr fd on Unix (#38755)zeertzjq1
2026-04-04vim-patch:9.2.0298: Some internal variables are not modified (#38758)zeertzjq1
2026-04-04vim-patch:9.2.0267: 'autowrite' not triggered for :termzeertzjq1
2026-04-02feat(:restart): reattach all UIs (#38683)zeertzjq1
2026-04-01fix(api): avoid error when parsing invalid expr after :echo (#38695)zeertzjq1
2026-04-01refactor(channel): defer hidden console allocation to :detachSanzhar Kuandyk1
2026-03-31fix(:restart): only pass --headless when there is no UI (#38580)zeertzjq1
2026-03-29fix(:restart): specify ++nested in UIEnter (#38550)zeertzjq1
2026-03-29refactor(:restart): execute [command] on UIEnter (#38541)zeertzjq1
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh1
2026-03-16fix: nvim_open_tabpage cleanup, fixes, more testsSean Dewar1
2026-03-15feat(help): super K (":help!") guesses tag at cursor #36205Justin M. Keyes1
2026-03-13fix(api): nvim_parse_cmd on range-only, modifier-only commands #36665glepnir1
2026-03-04vim-patch:9.2.0106: memory leak in expand_findfunc()zeertzjq1
2026-02-28vim-patch:9.1.0535: newline escape wrong in ex modezeertzjq1
2026-02-27fix(restart): drop "-s <scriptfile>" from v:argv on :restart #38058glepnir1
2026-02-14fix(restart): append `-c <cmd>` at end, drop `-- [files…]` #37846Justin M. Keyes1
2026-02-13fix(cmd): filter stdin file "-" from v:argv on :restart #37165glepnir1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-02-06fix(ui): cmdline_block events for exmode #37751luukvbaal1
2026-01-26fix(messages): add "list_cmd" kind to :colorscheme #37561luukvbaal1
2026-01-20vim-patch:9.1.2095: :wqall! doesn't quit when using :quit in BufWritePostzeertzjq1
2026-01-20vim-patch:9.1.2097: TabClosedPre may be triggered twice for the same tab pagezeertzjq1
2026-01-20vim-patch:9.1.2093: heap-use-after-free when wiping buffer in TabClosedPrezeertzjq1
2026-01-20vim-patch:9.1.1211: TabClosedPre is triggered just before the tab is being freedzeertzjq1
2026-01-17vim-patch:9.0.0909: error message for layout change does not match action (#3...zeertzjq1
2026-01-14vim-patch:partial:9.0.0907: restoring window after WinScrolled may failzeertzjq1
2026-01-05vim-patch:8.1.0753: printf format not checked for semsg() (#37248)zeertzjq1
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes1
2025-12-28vim-patch:8.2.0098: exe stack length can be wrong without being detected (#37...Jan Edmund Lazo1
2025-12-25fix(ex): error handling for `:lsp` #37061Olivia Kinnear1
2025-12-22vim-patch:8.2.1679: ":*" is not recognized as a range (#37052)Rob Pilling1
2025-12-16fix(lsp): tests for :lsp, rename start/stopOlivia Kinnear1
2025-12-16feat(lsp): builtin :lsp commandbrianhuster1
2025-12-16docs: update support.txt (#36903)zeertzjq1
2025-12-13vim-patch:9.0.0025: accessing beyond allocated memory with the cmdline windowJan Edmund Lazo1
2025-12-13vim-patch:8.2.5092: using "'<,'>" in Ex mode may compare unrelated pointersJan Edmund Lazo1