aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/runtime.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0984: exception handling can be improvedzeertzjq2025-01-07
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor(runtime.c): miscLewis Russell2024-12-04
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes2024-09-08
* vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq2024-08-02
* vim-patch:8.2.4275: cannot use an autoload function from a package under star...zeertzjq2024-08-01
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
|\
| * refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
|/
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* refactor(source): remove unnecessary concatenation with Lua (#28499)zeertzjq2024-04-25
* vim-patch:8.2.2332: Vim9: missing :endif not reported when using :windo (#28482)zeertzjq2024-04-24
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq2024-04-13
* fix: explain that user should run nvim with -V1 to see more informationdundargoc2024-03-30
* refactor(api): reduce temporary allocations when replacing linesbfredl2024-02-20
* refactor(api): use arena for runtime and client infobfredl2024-02-19
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* docs(lua): update ":{range}lua" docs + error message #27231Justin M. Keyes2024-01-27
* feat(ex_cmds): ranged :lua #27167luukvbaal2024-01-26
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant NOLINT commentsdundargoc2024-01-01
* refactor: follow style guidedundargoc2023-12-30
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: create runtime_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* vim-patch:9.0.1730: passing multiple patterns to runtime not working (#24771)zeertzjq2023-08-18
* vim-patch:9.0.1734: :runtime completion fails for multiple args (#24767)zeertzjq2023-08-18