aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/keymap.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* log: log_key()Justin M. Keyes2019-08-27
* paste: WIP #4448Justin M. Keyes2019-08-27
* keymap: allow modifiers to multibyte chars, like <m-ä>Björn Linse2019-08-16
* keymap, terminal: more keycodes #9810Olivier G-R2019-03-31
* keymap: add more (keypad) keycodes #9793Olivier G-R2019-03-29
* 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
* lint: clean-up after parent commitsZviRackover2018-08-31
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* getchar: implement <Cmd> key to invoke command in any modeBjörn Linse2018-03-23
* vim-patch:8.0.0212: buffer for key name may be too small (#8009)KunMing Xie2018-02-18
* os/input.c: parse keycodes in non-string context #7411lePerdu2018-01-18
* keymap: Do not use vim_isIDc in keymap.cZyX2017-11-30
* *: Fix some typos found by oni-linkZyX2017-11-06
* *: Fix linter errorsZyX2017-10-30
* keymap: Remove incorrect castZyX2017-10-16
* klee: Update key_name_entry tableZyX2017-10-16
* keymap: Readd figure braces disappeared when resolving conflictsZyX2017-10-15
* Merge branch 'master' into expression-parserZyX2017-10-15
|\
| * lintJustin M. Keyes2017-09-05
| * eventloop: FocusGained: schedule event instead of pseudokeyJustin M. Keyes2017-09-05
* | keymap: Lint some functions to be copied for symbolic testsZyX2017-10-15
|/
* lintJustin M. Keyes2017-07-08
* 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
* vim-patch:7.4.1976James McCoy2017-06-04
* Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes2017-04-20
|\
| * *: Add comment to all C filesZyX2017-04-19
* | vim-patch:7.4.2209James McCoy2017-04-19
|/
* *: Partial string handling refactoringZyX2017-02-15
* vim-patch:7.4.1968 (#5949)Shougo2017-01-15
* keymap: Make replace_termcodes and friends accept length and cpo_flagsZyX2016-04-18
* keymap: Support <D-...> (super/command key).Justin M. Keyes2016-02-22
* vim-patch:7.4.1027watiko2016-02-01
* vim-patch:7.4.782watiko2016-02-01
* Fix lint issuesJason Schulz2016-01-15
* Add support for binary numbersJason Schulz2016-01-15
* input: Do not set high-bit; preserve ALT modifier.Justin M. Keyes2016-01-11
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Implement handling of terminal focus eventsJoe Hermaszewski2015-11-17
* input: Remove CURSORHOLD keyThiago de Arruda2015-10-26
* tui: Don't use 'pastetoggle' for automatic pastingThiago de Arruda2015-10-01
* Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.)Michael Reed2015-05-18
* src: Misc. cleanupMichael Reed2015-05-01
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: keymap.c.Eliseo Martínez2015-02-18
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16