summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval/funcs.c
AgeCommit message (Expand)AuthorFiles
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-18fix(eval): crash on some NULL ptr deref #39182phanium1
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. Keyes1
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)glepnir1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-09feat(logs)!: move logs to `stdpath("state")/logs`Olivia Kinnear1
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-16feat(vimscript): scripts can detect 'android', 'termux' #38218TomIO1
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)zeertzjq1
2026-02-20feat(highlight): support more SGR attributes #37901Riccardo Mazzarini1
2026-02-19fix(memfile): avoid potential crash on OOM (#37946)zeertzjq1
2026-02-16fix(terminal): handle opening terminal on unloaded buffer (#37894)zeertzjq1
2026-02-16vim-patch:8.2.3841: Vim9: outdated TODO items, disabled tests that work (#37900)zeertzjq1
2026-02-13fix: wait() checks condition twice on each interval (#37837)zeertzjq1
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-05fix(terminal): avoid multiple terminals writing to same buffer (#37219)zeertzjq1
2025-12-24vim-patch:9.1.2017: getregionpos() depends on 'linebreak' setting (#37088)zeertzjq1
2025-12-22fix(marks): wrong line('w$', win) with conceal_lines (#37047)Jaehwang Jung1
2025-12-01feat(version): support multiple Vim versionsJan Edmund Lazo1
2025-11-29vim-patch:9.0.0113: has() is not strict about parsing the patch versionJan Edmund Lazo1
2025-11-29vim-patch:9.0.0057: has('patch-xxx') returns trueJan Edmund Lazo1
2025-11-22feat: has('terminfo')Justin M. Keyes1
2025-10-15vim-patch:8.1.1979: code for handling file names is spread out (#36176)Jan Edmund Lazo1
2025-10-14fix(jobs): jobstart(term=true) accepts width/height #33904phanium1
2025-10-12vim-patch:8.2.3968: build failureJan Edmund Lazo1
2025-10-06vim-patch:8.1.1981: the evalfunc.c file is too bigJan Edmund Lazo1
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-09-23vim-patch:8.1.2021: some global functions can be local to the fileJan Edmund Lazo1
2025-09-21vim-patch:9.1.1778: sha256() treats empty blob and null blob differentlyzeertzjq1
2025-09-21vim-patch:9.1.1774: cannot calculate sha256 of a Blobzeertzjq1
2025-09-09vim-patch:8.1.1940: script tests failJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-27feat: serverlist({peer=true}) returns peer addresses #34806Siddhant Agarwal1
2025-07-20vim-patch:8.1.1584: the evalfunc.c file is getting too bigJan Edmund Lazo1
2025-07-20vim-patch:8.1.2127: the indent.c file is a bit bigJan Edmund Lazo1
2025-06-27vim-patch:9.1.1482: scrolling with 'splitkeep' and line() (#34670)luukvbaal1
2025-06-24feat(prompt): prompt_getinput() gets current input #34491Shadman1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1