aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/runtime.h
Commit message (Expand)AuthorAge
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: create runtime_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: move autocmd types to autocmd_defs.h (#26239)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* vim-patch:8.2.0154: reallocating the list of scripts is inefficientzeertzjq2023-02-16
* vim-patch:8.2.0114: info about sourced scripts is scatteredzeertzjq2023-02-16
* fix(completion): include lua syntaxes in :ownsyntax completion (#21941)zeertzjq2023-01-22
* vim-patch:8.2.3829: no error when setting a func option to script-local functionzeertzjq2022-12-02
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* vim-patch:8.2.4726: cannot use expand() to get the script namezeertzjq2022-08-23
* vim-patch:8.2.1653: expand('<stack>') does not include the final line numberzeertzjq2022-08-15
* refactor: change remaining sourcing_name/sourcing_lnum to exestackzeertzjq2022-08-14
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* vim-patch:8.1.1689: profiling code is spread outzeertzjq2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
* fix(runtime): ordering of loading packages with user configBjörn Linse2021-09-26
* runtime: extract 'runtimepath' and 'packpath' logic to its own fileBjörn Linse2020-11-25