aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.1723: using one item array size declaration is misleadingJan Edmund Lazo2019-06-19
* vim-patch:8.0.1845: various comment updates needed, missing white space (#10203)Daniel Hahler2019-06-16
* vim-patch:8.1.1003: playing back recorded key sequence mistakes key code (#10...Daniel Hahler2019-06-16
* vim-patch:8.1.1000: indenting is offJan Edmund Lazo2019-06-01
* lintJan Edmund Lazo2019-05-26
* vim-patch:8.1.0020: cannot tell whether a register is executing or recordingJan Edmund Lazo2019-05-26
* vim-patch:8.1.1358: cannot enter character with a CSI byteJan Edmund Lazo2019-05-19
* API/nvim_set_keymap: minor cleanupJustin M. Keyes2019-05-12
* API: nvim_set_keymap, nvim_del_keymap #9924Yilin Yang2019-05-12
* vim-patch:8.1.1118: a couple of conditions are hard to understandMarco Hinz2019-04-08
* keymap, terminal: more keycodes #9810Olivier G-R2019-03-31
* keymap: add more (keypad) keycodes #9793Olivier G-R2019-03-29
* vim-patch:8.1.0932: remove Farsi support (#9622)Justin M. Keyes2019-02-17
* window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
* ui: multigrid mouse supportBjörn Linse2019-01-20
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* vim-patch:8.1.0466: autocmd test failsJan Edmund Lazo2018-10-08
* globals: KeyTyped is boolJan Edmund Lazo2018-09-14
* getchar: allow <SID> in <Cmd> mappingBjörn Linse2018-09-13
* lint: clean-up after parent commitsZviRackover2018-09-09
* Remove has_mbytes local to lines changed in parent commitZviRackover2018-09-09
* Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* lintJan Edmund Lazo2018-09-04
* vim-patch:8.1.0052: when mapping to <Nop> times out the next mapping is skippedJan Edmund Lazo2018-09-04
* vim-patch:8.0.1020: when a timer calls getchar(1) input is overwrittenJan Edmund Lazo2018-09-04
* Merge #8930 'vim-patch:8.1.0022'Justin M. Keyes2018-08-29
|\
| * getchar: fix {read,copy,start}_redo() paramsJan Edmund Lazo2018-08-29
| * globals: cmd_silent is boolJan Edmund Lazo2018-08-29
| * vim-patch:8.1.0022: repeating put from expression register failsJan Edmund Lazo2018-08-29
|/
* lint: cleanup after parent commitsZviRackover2018-08-16
* Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
* Remove occurences of mb_head_offZviRackover2018-08-15
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* lintJan Edmund Lazo2018-08-06
* globals: typebuf_was_filled is boolJan Edmund Lazo2018-08-06
* vim-patch:8.0.0671: hang when typing CTRL-C in confirm() in timerJan Edmund Lazo2018-08-05
* vim-patch:8.0.0548: saving the redo buffer only works one time (#8629)KunMing Xie2018-06-24
* vim-patch:8.0.0551: the typeahead buffer is reallocated too often (#8598)Jan Edmund Lazo2018-06-20
* get_maphash: fix off-by-oneJustin M. Keyes2018-06-14
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* getchar.c: Fix PVS/V522: Dereference of null pointer mp_matchJustin M. Keyes2018-05-20
* Merge #5658 'Apply :lmap in macros'Justin M. Keyes2018-05-17
|\
| * Ensure :lmap mappings take preferenceMatthew Malcomson2018-03-14
| * Record :lmap transformed keys in gotchars()Matthew Malcomson2018-03-14
* | lintJustin M. Keyes2018-04-21
* | IO: let 'fsync' option control more casesJustin M. Keyes2018-04-21
* | Merge branch 'master' into s-dash-stdinb-r-o-c-k2018-04-14
|\ \
| * | insert-mode: interpret unmapped META as ESCJustin M. Keyes2018-04-04
| * | getchar: implement <Cmd> key to invoke command in any modeBjörn Linse2018-03-23
| |/