aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* 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
| |/
| * vim-patch:8.0.0402: :map completion does not have <special>ckelsel2018-01-15
| * vim-patch:8.0.0074Michael Schupikov2017-12-15
* | Merge branch 'master' into s-dash-stdinZyX2017-12-03
|\|
| * vim-patch:8.0.0164 (#7368)KunMing Xie2017-10-08
| * getchar.c: add TERM_FOCUS to MAP_HASH (#7271)Justin M. Keyes2017-09-16
| * lintJustin M. Keyes2017-07-08
| * 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
| * getchar: Fix linter errorZyX2017-07-02
| * *: Adjust usages of modified functionsZyX2017-07-02
| * 'pastetoggle': Revert support for multi-key value (#6724)Matthew Malcomson2017-05-31
| * get_keymap API (#6236)TJ DeVries2017-05-25
| * getchar: Eliminate two-iteration loopZyX2017-05-20
| * Merge #6460 from ZyX-I/1476-changesJustin M. Keyes2017-05-08
| |\
| | * strings: Remove vim_strbyteZyX2017-04-07
| * | vim-patch:7.4.2263James McCoy2017-04-29
| * | *: Add comment to all C filesZyX2017-04-19
| * | getchar: Fix if block indentationZyX2017-04-16
| * | ops: fix i<c-r> with multi-byte text (#6524)Björn Linse2017-04-15
| |/