summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/getchar.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-05refactor(getchar): rename test variable (#34769)zeertzjq1
2025-07-04test(old): emulate test_override('char_avail') using FFIzeertzjq1
2025-03-03vim-patch:9.1.1169: using global variable for get_insert()/get_lambda_name() ...zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-02-25refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-01refactor(IWYU): create {ex_getln,rbuffer,os/fileio}_defs.h (#26338)zeertzjq1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-08-26refactor: move some structs out of buffer_defs.h (#24878)zeertzjq1
2022-06-23refactor: move some mapping-related code to a separate file (#19061)zeertzjq1
2022-06-01refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq1
2022-04-29vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq1
2022-04-03vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung1
2022-02-08chore: fix typos (#17250)dundargoc1
2022-01-01feat(api): add support for lua function & description in keymapshadmansaleh1
2021-10-29refactor: uncrustify #16090dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-10-03refactor(api): handle option dicts properlyBjörn Linse1
2020-02-23nvim: Fix enum declaration of RemapValuesAndreas Schneider1
2019-09-08refactor: allow us to process a child queue only while waiting on inputBjörn Linse1
2019-05-12API: nvim_set_keymap, nvim_del_keymap #9924Yilin Yang1
2018-10-08vim-patch:8.1.0466: autocmd test failsJan Edmund Lazo1
2017-12-03getchar: Move REMAP_… values into a enumZyX1
2017-12-03Merge branch 'master' into s-dash-stdinZyX1
2017-07-28viml: introduce menu_get() function #6322Matthieu Coudron1
2017-04-21refactor/single-include: getchar.h (#6560)Othon Briganó1
2017-03-19getchar: Use fileio instead of fdopenZyX1
2014-07-12move defines from vim.hBrandon Coleman1
2014-06-02Add automatic generation of headersZyX1
2014-05-19Remove OOM checks: save_typebuf()Felipe Oliveira Carvalho1
2014-05-19Remove OOM checks: alloc_typebuf()Felipe Oliveira Carvalho1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1