aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/keycodes.c
Commit message (Expand)AuthorAge
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* refactor: follow style guidedundargoc2023-11-19
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* docs: small fixes (#25585)dundargoc2023-10-29
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* vim-patch:partial:9.0.1886: Various Typoszeertzjq2023-09-09
* fix(keycodes): recognize <t_xx> as a key (#24700)zeertzjq2023-08-13
* vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq2023-08-12
* refactor: uncrustifydundargoc2023-04-26
* refactor(mappings)!: remove #n as a notation for a function key (#17318)zeertzjq2023-04-08
* refactor: remove redundant castsii142023-04-07
* refactor: remove char_u (#22829)dundargoc2023-04-02
* vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
* refactor(log): reduce compile time LOG_LEVEL granularitybfredl2023-03-04
* refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
* refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)zeertzjq2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* refactor: replace char_u with chardundargoc2023-01-09
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* refactor: replace char_u with charDundar Göc2022-11-26
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* docs: fix typos (#20150)dundargoc2022-09-26
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: remove redundant castsDundar Göc2022-08-27
* fix(mouse): fix using uninitialized memory with K_MOUSEMOVE (#19480)zeertzjq2022-07-24
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* perf(map): avoid extraneous heap allocations when setting mappingsbfredl2022-06-24
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12