summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval
AgeCommit message (Expand)AuthorFiles
2026-04-18fix(eval): crash on some NULL ptr deref #39182phanium3
2026-04-17refactor: move e_invalwindow to errors.h (#39067)glepnir2
2026-04-06refactor(typval.c): fix wrong argument to macro (#38813)nameearly1
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
2026-02-08vim-patch:9.1.2138: win_execute() and 'autochdir' can corrupt buffer name (#3...zeertzjq2
2026-02-04fix(terminal): also don't propagate $COLORTERM on Windows (#37699)zeertzjq1
2026-01-29test(terminal): status is -1 in TermClose if buffer is deleted (#37609)zeertzjq1
2026-01-28fix(terminal): losing output if BufFile* poll for events (#37580)zeertzjq1
2026-01-15fix(typval): allocated dynamic size must be at least the static sizebfredl1
2026-01-12fix(channel): unreference list after callback finishes (#37358)zeertzjq2
2026-01-08refactor: fix using `%*s` instead of `%.*s` (#37290)zeertzjq1
2026-01-05fix(terminal): avoid multiple terminals writing to same buffer (#37219)zeertzjq1
2026-01-04vim-patch:9.1.1648: MS-Windows: some style issues with patch v9.1.1646zeertzjq1
2026-01-04vim-patch:9.1.1646: MS-Windows: completion cannot handle implicit drive letterszeertzjq1
2026-01-03vim-patch:partial:9.1.2044: Inefficient use of ga_concat() (#37209)zeertzjq2
2026-01-01vim-patch:8.2.2198: ml_get error when resizing window and using text propertyJan Edmund Lazo1
2025-12-29vim-patch:9.1.2030: inefficient use of ga_concat() (#37151)zeertzjq1
2025-12-28vim-patch:8.2.0098: exe stack length can be wrong without being detected (#37...Jan Edmund Lazo1
2025-12-24vim-patch:9.1.2017: getregionpos() depends on 'linebreak' setting (#37088)zeertzjq1