aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq2022-06-01
* refactor: missing parenthesis may cause unexpected problems (#17443)kylo2522022-05-26
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor!: delete insertmode (#18547)Gregory Anders2022-05-22
* refactor!: remove 'remap' optionDundar Goc2022-05-19
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* revert: "feat(mappings): do not simplify the rhs of a mapping" (#18553)zeertzjq2022-05-13
* feat(defaults): search selection by * and # in visual mode (#18538)yamatsum2022-05-13
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
|/
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* vim-patch:8.2.4867: listing of mapping with K_SPECIAL is wrong (#18419)zeertzjq2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* vim-patch:8.2.4848: local completion with mappings and simplification not wor...zeertzjq2022-04-30
* vim-patch:8.1.2191: when using modifyOtherKeys CTRL-X mode may not workzeertzjq2022-04-30
* fix(input): only disable mapped CTRL-C interrupts when getting input (#18310)zeertzjq2022-04-30
* Merge pull request #18162 from dundargoc/refactor/unctustifybfredl2022-04-29
|\
| * refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
| * refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* | feat(mappings): do not simplify the rhs of a mappingzeertzjq2022-04-29
* | feat(mappings): allow special keys and modifiers in <Cmd> mappingzeertzjq2022-04-29
|/
* fix(mappings): fix double-free when unmapping simplifiable Lua mappingzeertzjq2022-04-29
* feat(mappings): do not replace existing mapping for simplified formzeertzjq2022-04-29
* vim-patch:8.2.4837: modifiers not simplified when timed outzeertzjq2022-04-29
* vim-patch:8.2.4833: failure of mapping not checked forzeertzjq2022-04-29
* vim-patch:8.2.4829: a key may be simplified to NULzeertzjq2022-04-29
* vim-patch:8.2.4828: fix for unmapping simplified key not fully testedzeertzjq2022-04-29
* vim-patch:8.2.4827: typo in variable namezeertzjq2022-04-29
* vim-patch:8.2.4824: expression is evaluated multiple timeszeertzjq2022-04-29
* vim-patch:8.2.4819: unmapping simplified keys also deletes other mappingzeertzjq2022-04-29
* vim-patch:8.2.4504: when there is a partially matching map full map may not workzeertzjq2022-04-29
* vim-patch:8.2.3595: check for signed overflow might not work everywherezeertzjq2022-04-29
* vim-patch:8.2.0919: merging modifier for modifyOtherKeys is done twicezeertzjq2022-04-29
* vim-patch:8.2.0916: mapping with partly modifyOtherKeys code does not workzeertzjq2022-04-29
* revert: "refactor: Remove allow_keys global (#6346)"zeertzjq2022-04-29
* vim-patch:8.2.0851: can't distinguish <M-a> from accented "a" in the GUIzeertzjq2022-04-29
* vim-patch:8.2.0839: dropping modifier when putting a character back in typeaheadzeertzjq2022-04-29
* feat(edit): insert an unsimplified key using CTRL-SHIFT-Vzeertzjq2022-04-29
* vim-patch:8.1.2159: some mappings are listed twicezeertzjq2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* refactor: add pure attribute to pure functions (#18165)dundargoc2022-04-24
* vim-patch:8.2.4722: ending recording with mapping records too much (#18060)zeertzjq2022-04-10
* vim-patch:partial:8.1.2333: with modifyOtherKeys CTRL-^ doesn't work (#18048)zeertzjq2022-04-09
* fix(event-loop): check if executed register has endedzeertzjq2022-04-07
* fix(input): fix clearing of reg_executingzeertzjq2022-04-07