aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
Commit message (Expand)AuthorAge
* 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
|/
* 'pastetoggle': support value >1 char (#6421)Matthew Malcomson2017-04-01
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* refactor: Remove allow_keys global (#6346)Matthew Malcomson2017-03-25
* Merge #6252 from jamessan/vim-7.4.2069Justin M. Keyes2017-03-15
|\
| * lintJames McCoy2017-03-11
| * vim-patch:7.4.2223James McCoy2017-03-11
| * vim-patch:7.4.2222James McCoy2017-03-11
* | coverity/155507: remove condition where both branches were identicalSander Bosma2017-03-12
|/
* Merge remote-tracking branch 'origin/master' into lambdaJames McCoy2017-02-22
|\
| * options: Remove 'esckeys' (#6138)Justin M. Keyes2017-02-18
| * *: Fix linter errorsZyX2017-02-15
| * *: Partial string handling refactoringZyX2017-02-15
* | vim-patch:7.4.1727Michael Ennen2017-02-14
|/
* vim-patch:7.4.1897 (#5747)Shougo2016-12-10
* 'inccommand': Detect "non-interactive", "too slow".Justin M. Keyes2016-11-15
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* vim-patch:7.4.1151Michael Ennen2016-06-07
* vim-patch:7.4.1150Michael Ennen2016-06-04
* getchar.c wconversion: Change typessach1t2016-05-07
* Enable -Wconversion for getchar.csach1t2016-05-07
* *: Fix new linter errorsZyX2016-05-01
* Merge pull request #4649 from justinmk/vimpatchesJustin M. Keyes2016-04-27
|\
| * remove disable_char_avail_for_testing()Justin M. Keyes2016-04-26
| * Satisfy the linter.KillTheMule2016-04-25
| * vim-patch:7.4.1300KillTheMule2016-04-25
* | keymap: Make replace_termcodes and friends accept length and cpo_flagsZyX2016-04-18
|/
* bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse2016-02-23
* vim-patch:7.4.870Jurica Bradaric2016-02-20
* terminal: less babysitting of mapped_ctrl_cJustin M. Keyes2016-01-13
* vim-patch:7.4.569/573Shougo Matsushita2016-01-13
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* src: README.txt -> README.mdMichael Reed2015-11-23
* main: Refactor normal_enter to call `os_inchar` directlyThiago de Arruda2015-10-26
* tui: Don't use 'pastetoggle' for automatic pastingThiago de Arruda2015-10-01
* fix strict-overflow cases #3236Nikolay Orlyuk2015-08-25
* vim-patch:7.4.773 #3066Marco Hinz2015-08-09
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17