summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/keycodes.c
AgeCommit message (Expand)AuthorFiles
2026-04-12docs: miscJustin M. Keyes1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-05-23vim-patch:9.1.1402: multi-byte mappings not properly stored in session file (...zeertzjq1
2025-03-28vim-patch:9.1.1247: fragile setup to get (preferred) keys from key_name_entry...zeertzjq1
2025-03-08perf(keycodes): use hashy for string lookupzeertzjq1
2025-03-08vim-patch:partial:9.1.1179: too many strlen() calls in misc2.czeertzjq1
2025-03-08refactor(keycodes): generate key_names_table[] using Luazeertzjq1
2025-02-20fix(keycodes): recognize <Find>, <Select> #28431Mantas Mikulėnas1
2025-02-03vim-patch:9.1.1063: too many strlen() calls in userfunc.czeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-02-04vim-patch:9.1.0073: Looping over modifier_keys_table unnecessarilyzeertzjq1
2024-02-03fix(keycodes): simplify S- properly when D- is present (#27316)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-24refactor: follow style guidedundargoc1
2023-12-23refactor: remove CPO_TO_CPO_FLAGS() (#26718)zeertzjq1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-18docs: add style rule regarding initializationdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27build: enable IWYU on macdundargoc1
2023-11-19refactor: follow style guidedundargoc1
2023-11-13refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-10-29docs: small fixes (#25585)dundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-09vim-patch:partial:9.0.1886: Various Typoszeertzjq1
2023-08-13fix(keycodes): recognize <t_xx> as a key (#24700)zeertzjq1
2023-08-12vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq1
2023-04-26refactor: uncrustifydundargoc1
2023-04-08refactor(mappings)!: remove #n as a notation for a function key (#17318)zeertzjq1
2023-04-07refactor: remove redundant castsii141
2023-04-02refactor: remove char_u (#22829)dundargoc1
2023-03-05vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq1
2023-03-04refactor(log): reduce compile time LOG_LEVEL granularitybfredl1
2023-03-04refactor: replace char_u with char or uint8_t (#22400)dundargoc1
2023-02-12refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1
2023-01-19refactor: replace char_u with char 25 (#21838)dundargoc1
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2023-01-14vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)zeertzjq1
2023-01-13refactor: replace char_u with char 20 (#21714)dundargoc1
2023-01-09refactor: replace char_u with chardundargoc1
2022-12-21refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc1
2022-11-26refactor: replace char_u with charDundar Göc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-01build(lint): remove clint.py rules for braces #20880dundargoc1