summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes2
2026-04-22feat(eval): treat Lua string as "blob" in writefile() #39098Barrett Ruth1
2026-04-20Merge #39194 from justinmk/luavimfnJustin M. Keyes1
2026-04-20vim-patch:partial:9.2.0368: too many strlen() calls when adding strings to di...zeertzjq1
2026-04-20vim-patch:8.2.4912: using execute() to define a lambda doesn't work (#39229)Jan Edmund Lazo1
2026-04-20fix(jobstart): use uv_os_environ directlyJustin M. Keyes1
2026-04-18vim-patch:8.2.2245: Vim9: return value of winrestcmd() cannot be executedJan Edmund Lazo1
2026-04-18fix(eval): crash on some NULL ptr deref #39182phanium3
2026-04-18refactor(vimfn): full-Lua impl of vim.fn.environ()Justin M. Keyes1
2026-04-18feat(vimfn): use Lua for more excmds/vimfnsJustin M. Keyes2
2026-04-17perf(vim.fn): call Lua-implemented vim.fn.xx() directly #39166Justin M. Keyes1
2026-04-16vim-patch:9.2.0351: repeat_string() can be improved (#39101)zeertzjq1
2026-04-15refactor: move e_invalwindow to errors.h (#39067)glepnir2
2026-04-14build: update clang v21, fix warningsdundargoc4
2026-04-09feat(logs)!: move logs to `stdpath("state")/logs`Olivia Kinnear1
2026-04-06refactor(typval.c): fix wrong argument to macro (#38813)nameearly1
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh1
2026-03-28vim-patch:9.2.0265: unnecessary restrictions for defining dictionary function...zeertzjq1
2026-03-27feat(prompt): prompt_appendbuf() appends to prompt buffer #37763Shadman1
2026-03-16feat(vimscript): scripts can detect 'android', 'termux' #38218TomIO1
2026-03-14vim-patch:9.2.0155: filetype: ObjectScript are not recognized (#38288)zeertzjq1
2026-03-14vim-patch:9.2.0152: concatenating strings is slow (#38286)zeertzjq1
2026-03-12vim-patch:9.2.0147: blob: concatenation can be improved (#38276)zeertzjq1
2026-03-10vim-patch:partial:9.2.0126: String handling can be improved (#38214)zeertzjq1
2026-03-09vim-patch:9.2.0121: patch memory leak in list_extend_func() in list.c (#38205)zeertzjq1
2026-03-03vim-patch:partial:9.2.0096: has() function is slow due to linear feature scan...zeertzjq1
2026-02-27vim-patch:partial:9.2.0068: Inefficient use of list_append_string() (#38083)zeertzjq3
2026-02-25feat(startup): provide v:argf for file arguments #35889Sanzhar Kuandyk1
2026-02-22vim-patch:9.2.0031: Inefficient use of ga_concat()zeertzjq3
2026-02-20feat(highlight): support more SGR attributes #37901Riccardo Mazzarini1
2026-02-19fix(memfile): avoid potential crash on OOM (#37946)zeertzjq1
2026-02-17fix(prompt): clear undo when changing/appending promptSean Dewar1
2026-02-17fix(prompt): prompt_setprompt cursor col adjustmentSean Dewar1
2026-02-17fix(prompt): prompt_setprompt with unloaded buffer, ': with lnum 0Sean Dewar1
2026-02-16Merge #37875 prompt-buffer fixesJustin M. Keyes1
2026-02-16fix(terminal): handle opening terminal on unloaded buffer (#37894)zeertzjq1
2026-02-16vim-patch:9.1.1954: Setting a byte in a blob, accepts values outside 0-255zeertzjq1
2026-02-16vim-patch:partial:9.1.1668: items() does not work for Blobszeertzjq1
2026-02-16vim-patch:8.2.3841: Vim9: outdated TODO items, disabled tests that work (#37900)zeertzjq3
2026-02-15fix(prompt): prompt_setprompt does not adjust extmarks, no on_bytesSean Dewar1
2026-02-15fix(prompt): wrong cursor col after prompt_setprompt, no on_linesSean Dewar1
2026-02-15fix(prompt): prompt_setprompt sets cursor col unnecessarilySean Dewar1
2026-02-15fix(prompt): heap-buffer-overflows with invalid ': colSean Dewar1
2026-02-15fix(prompt): heap-buffer-overflow in prompt_setpromptSean Dewar1
2026-02-14feat(prompt): plugins can update prompt during user input #37743Shadman1
2026-02-14fix(restart): append `-c <cmd>` at end, drop `-- [files…]` #37846Justin M. Keyes1
2026-02-13fix: wait() checks condition twice on each interval (#37837)zeertzjq1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1