summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/runtime.h
AgeCommit message (Expand)AuthorFiles
2025-12-28vim-patch:8.2.0098: exe stack length can be wrong without being detected (#37...Jan Edmund Lazo1
2025-10-19vim-patch:8.2.3673: crash when allocating signal stack failsJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: create runtime_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27refactor: move autocmd types to autocmd_defs.h (#26239)zeertzjq1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-07-13perf(rtp): reduce rtp scans (#24191)Lewis Russell1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2023-02-16vim-patch:8.2.0154: reallocating the list of scripts is inefficientzeertzjq1
2023-02-16vim-patch:8.2.0114: info about sourced scripts is scatteredzeertzjq1
2023-01-22fix(completion): include lua syntaxes in :ownsyntax completion (#21941)zeertzjq1
2022-12-02vim-patch:8.2.3829: no error when setting a func option to script-local functionzeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-30refactor: replace char_u with char 4 (#19987)dundargoc1
2022-08-23vim-patch:8.2.4726: cannot use expand() to get the script namezeertzjq1
2022-08-15vim-patch:8.2.1653: expand('<stack>') does not include the final line numberzeertzjq1
2022-08-14refactor: change remaining sourcing_name/sourcing_lnum to exestackzeertzjq1
2022-08-14vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq1
2022-08-12refactor: remove some unused includes (#19740)zeertzjq1
2022-08-12vim-patch:8.1.1689: profiling code is spread outzeertzjq1
2022-08-12vim-patch:8.1.1684: profiling functionality is spread outzeertzjq1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-09refactor: replace char_u variables and functions with charDundar Goc1
2021-10-17fix(runtime): don't use regexes inside lua require'mod'Björn Linse1
2021-09-26fix(runtime): ordering of loading packages with user configBjörn Linse1
2020-11-25runtime: extract 'runtimepath' and 'packpath' logic to its own fileBjörn Linse1