aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with charDundar Göc2022-09-06
* fix(cmdheight=0): various issues part3 #19816Shougo2022-09-06
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* vim-patch:9.0.0318: clearing screen causes flicker (#19993)zeertzjq2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* Merge pull request #19961 from dundargoc/refactor/char_u/2bfredl2022-08-29
|\
| * refactor: replace char_u with charDundar Göc2022-08-27
* | refactor(plines): use a struct for chartabsize statebfredl2022-08-29
|/
* vim-patch:8.2.0674: some source files are too big (#19959)zeertzjq2022-08-26
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* vim-patch:partial:8.2.4001: insert complete code uses global variableszeertzjq2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * perf(api): allow to use an arena for return valuesbfredl2022-08-23
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
* vim-patch:9.0.0234: cannot make difference between :normal end and argument c...zeertzjq2022-08-21
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* vim-patch:8.1.2042: the evalfunc.c file is too big (#19792)zeertzjq2022-08-16
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq2022-08-06
* docs: fix typos (#19588)dundargoc2022-08-03
* fix(input): do no reinterpret mouse keys with ALT modifierszeertzjq2022-07-25
* vim-patch:9.0.0059: test file has wrong namezeertzjq2022-07-23
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* vim-patch:8.2.0274: hang with combination of feedkeys(), Ex mode and :globalzeertzjq2022-07-08
* feat(tui): recognize keypad keys when using kitty keyboard protocolerw72022-07-04
* vim-patch:9.0.0024: may access part of typeahead buf that isn't filledzeertzjq2022-07-03
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor(map): statically initialize maphash arraybfredl2022-06-24
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* fix(input): use correct grid when restoring cursor for <expr> mapping (#19047)zeertzjq2022-06-23
* vim-patch:8.2.5076: unnecessary code (#18922)zeertzjq2022-06-11
* fix(input): fix macro recording with ALT and special key (#18917)zeertzjq2022-06-10
* fix(input): allow Ctrl-C to interrupt a recursive mapping even if mapped (#18...zeertzjq2022-06-07
* vim-patch:8.2.5064: no test for what 8.1.0052 fixes (#18881)zeertzjq2022-06-07
* vim-patch:8.2.5058: input() does not handle composing characters properly (#1...zeertzjq2022-06-06
* 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