summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval/vars.c
AgeCommit message (Expand)AuthorFiles
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes1
2026-04-18fix(eval): crash on some NULL ptr deref #39182phanium1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-03-10vim-patch:partial:9.2.0126: String handling can be improved (#38214)zeertzjq1
2026-02-25feat(startup): provide v:argf for file arguments #35889Sanzhar Kuandyk1
2026-02-16vim-patch:8.2.3841: Vim9: outdated TODO items, disabled tests that work (#37900)zeertzjq1
2026-01-08refactor: fix using `%*s` instead of `%.*s` (#37290)zeertzjq1
2025-12-03Merge #36585 feat: has() can check multiple Vim versionsJustin M. Keyes1
2025-12-02fix(eval): fix crash with :breakadd expr when calling user funczeertzjq1
2025-12-01feat(version): support multiple Vim versionsJan Edmund Lazo1
2025-11-21vim-patch:9.1.1923: wrong error when assigning to read-only register (#36644)zeertzjq1
2025-11-13vim-patch:9.1.1913: Error message with :unlet! and non-existing dictionary it...zeertzjq1
2025-11-02vim-patch:9.1.1892: Not possible to know once Vim is done with sourcing vimrc...zeertzjq1
2025-10-26vim-patch:8.1.1939: code for handling v: variables in generic eval file (#36312)Jan Edmund Lazo1
2025-10-12vim-patch:8.2.3968: build failureJan Edmund Lazo1
2025-10-10vim-patch:8.2.5017: gcc 12.1 warns for uninitialized variableJan Edmund Lazo1
2025-10-05vim-patch:8.2.0200: Vim9 script commands not sufficiently testedJan Edmund Lazo1
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan 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-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-06-26feat(ui): emit "msg_clear" event after clearing the screen (#34035)luukvbaal1
2025-01-14refactor(options): remove code for multitype optionsFamiu Haque1
2025-01-01refactor(options): use `const` in more places (#31791)Famiu Haque1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-25refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)Famiu Haque1
2024-11-20fix(messages): more ext_messages kinds #31279luukvbaal1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-10-28refactor(options): option flags enum #30961Famiu Haque1
2024-10-13vim-patch:9.1.0775: tests: not enough tests for setting options (#30785)zeertzjq1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-08-02vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq1
2024-07-17vim-patch:9.0.0003: functions are global while they could be local (#29777)zeertzjq1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-16vim-patch:9.1.0335: String interpolation fails for List type (#28364)zeertzjq1
2024-04-14vim-patch:9.1.0313: Crash when using heredoc with comment in command blockzeertzjq1
2024-04-14vim-patch:9.1.0312: heredocs are not supported for :commandszeertzjq1
2024-04-13vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq1
2024-04-09vim-patch:8.2.4395: some code lines not covered by tests (#28248)zeertzjq1
2024-04-09vim-patch:8.2.0981: Vim9: cannot compile "[var, var] = list" (#28247)zeertzjq1
2024-02-13vim-patch:9.1.0102: settabvar() may change the last accessed tabpage (#27450)zeertzjq1
2024-02-01vim-patch:8.2.0085: dead code in builtin functions (#27281)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-23refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-12-17refactor(options): use hashy for finding options (#26573)Famiu Haque1
2023-12-14refactor(options): remove option type macrosFamiu Haque1
2023-12-09refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque1