summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/main.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-06refactor(build): don't use the preprocessor when generating headersbfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-01-16fix(ui): re-organize tty fd handling and fix issuesbfredl1
2023-01-05feat(lua): send "--" literally to Lua "-l" scriptJustin M. Keyes1
2023-01-05feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes1
2022-12-31fix(tui): more work in the TUIbfredl1
2022-12-16refactor(params): open -s and -w script files after parsing commandsbfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-13refactor: remove some unused includes (#19747)zeertzjq1
2022-05-04refactor: replace char_u variables and functions with charDundar Goc1
2022-03-11feat(remote): add basic --remote supportCharlie Groves1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-07-23Remove EXMODE_NORMALmatveyt1
2020-06-18vim-patch:8.0.1554: custom plugins loaded with --cleanJan Edmund Lazo1
2016-05-30*: Rename main loop variable from loop to main_loopZyX1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1