aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/keymap.c
Commit message (Expand)AuthorAge
* 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
* Remove long_u: term: Enable -Wconversion.Eliseo Martínez2015-01-10
* vim-patch:7.4.457 #1713Marco Hinz2014-12-23
* Define and use the ARRAY_SIZE macroFelipe Oliveira Carvalho2014-12-18
* Use bool in do_mouse().Scott Prager2014-11-11
* Remove FEAT_MOUSE_JSBFredrik Fornwall2014-07-29
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15