aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* refactor: allow us to process a child queue only while waiting on inputBjörn Linse2019-09-08
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* API: nvim_pasteJustin M. Keyes2019-08-27
* paste: WIP #4448Justin M. Keyes2019-08-27
* clang/"dead assignment": suppessedIhor Antonov2019-08-05
* vim-patch:8.1.1251: test completion of mapping keys #10691Jan Edmund Lazo2019-08-05
* lint: makemapIhor Antonov2019-07-28
* pvs/V560: part of conditional expression is always falseIhor Antonov2019-07-28
* vim-patch:8.0.1753: fix various warnings #10639Ihor Antonov2019-07-28
* Fix clint errornotomo2019-07-28
* vim-patch:8.1.1759: no mode char for terminal mapping from maparg()notomo2019-07-28
* Revert "vim-patch:8.0.1723: using one item array size declaration is misleadi...Jan Edmund Lazo2019-07-23
* refactor: use int for Columns and RowsBjörn Linse2019-07-19
* refactor: enable -Wconversion for ex_getln.cBjörn Linse2019-07-19
* lintIhor Antonov2019-07-15
* pvs/V1028: cast operands, not the resultIhor Antonov2019-07-15
* Merge #10323 from janlazo/vim-8.1.1055Justin M. Keyes2019-06-25
|\
| * vim-patch:8.0.1479: insert mode completion state is confusingJan Edmund Lazo2019-06-23
* | lintJames McCoy2019-06-24
* | vim-patch:8.1.1365: source command doesn't check for the sandboxJames McCoy2019-06-24
|/
* getchar: Handle incomplete <Paste> in typeahead buffer #10311Alan Wu2019-06-24
* 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