summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ex_eval.c
AgeCommit message (Expand)AuthorFiles
2026-04-20fix(excmd): nlua_call_excmd require() failure is a "lua_error"Justin M. Keyes1
2026-03-10fix(message): concatenate multi-chunk nvim_echo({err}) for exception message ...luukvbaal1
2026-03-10vim-patch:partial:9.2.0126: String handling can be improved (#38214)zeertzjq1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
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-01-07vim-patch:9.1.0984: exception handling can be improvedzeertzjq1
2024-08-02vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11Merge pull request #29278 from bfredl/strcatbfredl1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-01refactor: remove redundant NOLINT commentsdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-13refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-10-21vim-patch:9.0.2059: outstanding exceptions may be skipped (#25736)zeertzjq1
2023-10-19vim-patch:9.0.2050: Vim9: crash with deferred function call and exception (#2...zeertzjq1
2023-10-17refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-29refactor(message): smsg_attr -> smsgbfredl1
2023-09-25fix(exception): remember whether message is multiline (#25351)zeertzjq1
2023-05-05vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq1
2023-04-26refactor: uncrustifydundargoc1
2023-04-16vim-patch:9.0.0370: cleaning up afterwards can make a function messyzeertzjq1
2023-04-14vim-patch:8.2.3216: Vim9: crash when using variable in a loop at script levelzeertzjq1
2023-04-14vim-patch:8.2.1110: Vim9: line continuation does not work in function argumentszeertzjq1
2023-04-14vim-patch:8.2.1080: Vim9: no line break allowed in a for loopzeertzjq1
2023-04-14vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq1
2023-04-14vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def functionzeertzjq1
2023-04-14vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075)zeertzjq1
2023-04-07refactor: remove redundant const char * castsii141
2023-04-05refactor: make error message definitions constii141
2023-02-12refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc1
2023-02-11refactor: reduce scope of locals as per the style guide (#22206)dundargoc1
2023-01-19refactor: replace char_u with char 25 (#21838)dundargoc1
2023-01-17refactor: replace char_u with char 22 (#21786)dundargoc1
2023-01-09refactor: replace char_u with char 18 (#21237)dundargoc1
2023-01-09refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc1
2022-12-03vim-patch:9.0.0577: buffer underflow with unexpected :finallyzeertzjq1