summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval/typval.c
AgeCommit message (Expand)AuthorFiles
2026-04-06refactor(typval.c): fix wrong argument to macro (#38813)nameearly1
2026-02-22vim-patch:9.2.0031: Inefficient use of ga_concat()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)zeertzjq1
2026-02-14fix(restart): append `-c <cmd>` at end, drop `-- [files…]` #37846Justin M. Keyes1
2026-01-15fix(typval): allocated dynamic size must be at least the static sizebfredl1
2025-12-22fix(marks): wrong line('w$', win) with conceal_lines (#37047)Jaehwang Jung1
2025-12-20vim-patch:8.2.3766: converting a funcref to a string leaves out "g:"zeertzjq1
2025-12-08refactor: clint.py => clint.luaJustin M. Keyes1
2025-12-06vim-patch:partial:9.1.1955: sort() does not handle large numbers correctly (#...zeertzjq1
2025-10-19vim-patch:9.0.0433: Coverity warns for not checking allocation failureJan Edmund Lazo1
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan Edmund Lazo1
2025-08-17docs: misc, dev-api-fast, $XDG_STATE_HOME #35138Justin M. Keyes1
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-02-03vim-patch:9.1.1063: too many strlen() calls in userfunc.czeertzjq1
2025-02-02vim-patch:9.1.1068: getchar() can't distinguish between C-I and Tab (#32295)zeertzjq1
2025-01-07vim-patch:9.1.0984: exception handling can be improvedzeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-08-02refactor: move some functions out of eval.c (#29964)zeertzjq1
2024-07-30vim-patch:9.0.0331: cannot use items() on a stringzeertzjq1
2024-07-30vim-patch:partial:9.0.0327: items() does not work on a listzeertzjq1
2024-07-05vim-patch:9.1.0524: the recursive parameter in the *_equal functions can be r...zeertzjq1
2024-06-24refactor(typval): don't use msgpack_packer for msgpackdump()bfredl1
2024-06-04fixup: apply the change on more filesJames Tirta Halim1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-03-23vim-patch:8.2.2318: Vim9: string and list index work differentlyzeertzjq1
2024-02-18refactor(api): use an arena for mappingsbfredl1
2024-02-03vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)zeertzjq1
2024-01-16vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build: enable IWYU on macdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-19refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-12vim-patch:8.2.3064: Vim9: in script cannot set item in uninitialized list (#2...zeertzjq1
2023-10-09refactor: the long goodbyedundargoc1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-08-19vim-patch:9.0.1540: reverse() on string doesn't work in compiled functionzeertzjq1