aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.h
Commit message (Expand)AuthorAge
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: move some structs out of buffer_defs.h (#24878)zeertzjq2023-08-26
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq2022-06-01
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung2022-04-03
* chore: fix typos (#17250)dundargoc2022-02-08
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* nvim: Fix enum declaration of RemapValuesAndreas Schneider2020-02-23
* refactor: allow us to process a child queue only while waiting on inputBjörn Linse2019-09-08
* API: nvim_set_keymap, nvim_del_keymap #9924Yilin Yang2019-05-12
* vim-patch:8.1.0466: autocmd test failsJan Edmund Lazo2018-10-08
* getchar: Move REMAP_… values into a enumZyX2017-12-03
* Merge branch 'master' into s-dash-stdinZyX2017-12-03
|\
| * viml: introduce menu_get() function #6322Matthieu Coudron2017-07-28
| * refactor/single-include: getchar.h (#6560)Othon Briganó2017-04-21
* | getchar: Use fileio instead of fdopenZyX2017-03-19
|/
* move defines from vim.hBrandon Coleman2014-07-12
* Add automatic generation of headersZyX2014-06-02
* Remove OOM checks: save_typebuf()Felipe Oliveira Carvalho2014-05-19
* Remove OOM checks: alloc_typebuf()Felipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15