summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ex_cmds2.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2022-08-27vim-patch:8.2.1269: language and locale code spread out (#19964)zeertzjq1
2022-08-12refactor: remove some unused includes (#19740)zeertzjq1
2022-08-12vim-patch:8.1.1684: profiling functionality is spread outzeertzjq1
2022-07-08vim-patch:8.2.0151: detecting a script was already sourced is unreliablezeertzjq1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2021-10-14feat(:source, nvim_exec): defer script item creation until s:var accessSean Dewar1
2020-11-25runtime: extract 'runtimepath' and 'packpath' logic to its own fileBjörn Linse1
2019-09-12UIAttach, UIDetachJustin M. Keyes1
2014-07-12move defines from vim.hBrandon Coleman1
2014-07-11Include stdbool.h in headers which have functions with bool in signaturePavel Platto1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1