aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
Commit message (Expand)AuthorAge
* Merge pull request #4234 from watiko/vim-7.4.977Justin M. Keyes2016-02-17
|\
| * vim-patch:7.4.883watiko2016-02-11
| * vim-patch:7.4.818watiko2016-02-11
* | vim-patch:7.4.929watiko2016-02-11
* | vim-patch:7.4.734watiko2016-02-11
|/
* Merge pull request #4184 from watiko/vim-7.4.732Justin M. Keyes2016-02-09
|\
| * vim-patch:7.4.732watiko2016-02-07
* | vim-patch:7.4.798Jurica Bradaric2016-02-02
|/
* tabline: Switch to functions, handle different click typesZyX2016-02-01
* tabline: Add %[] atom to the tabline, for random commands on clickZyX2016-02-01
* vim-patch:7.4.1089watiko2016-02-01
* vim-patch:7.4.1087watiko2016-02-01
* vim-patch:7.4.1084watiko2016-02-01
* vim-patch:7.4.807watiko2016-02-01
* vim-patch:7.4.782watiko2016-02-01
* vim-patch:7.4.765watiko2016-02-01
* vim-patch:7.4.754watiko2016-02-01
* vim-patch:7.4.753watiko2016-01-28
* fileio: Replace some event checking functions with one has_eventCharles Joachim2016-01-11
* normal: use oap->motion_type also to represent block motion typeBjörn Linse2016-01-01
* Merge #3718 'vim-patch:7.4.655'Justin M. Keyes2015-12-13
|\
| * vim-patch:7.4.655Johan Klokkhammer Helsing2015-11-22
* | src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* | Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* | src: README.txt -> README.mdMichael Reed2015-11-23
|/
* Implement handling of terminal focus eventsJoe Hermaszewski2015-11-17
* normal.c: No garbage collection while handling an event in normal modeoni-link2015-11-13
* vim-patch:7.4.686 #3629Johan Klokkhammer Helsing2015-11-08
* normal: Extract some functions from `normal_finish_command`Thiago de Arruda2015-10-26
* normal: Extract `normal_finish_command` from `normal_execute`Thiago de Arruda2015-10-26
* normal: Extract `normal_get_command_count` from `normal_execute`Thiago de Arruda2015-10-26
* normal: Extract some functions from `normal_execute`Thiago de Arruda2015-10-26
* normal: Split `normal_check` into multiple functionsThiago de Arruda2015-10-26
* main: Start modeling Nvim as pushdown automatonThiago de Arruda2015-10-26
* main: Refactor normal_enter to call `os_inchar` directlyThiago de Arruda2015-10-26
* main: Call `normal_execute` from `normal_enter`Thiago de Arruda2015-10-26
* input: Remove CURSORHOLD keyThiago de Arruda2015-10-26
* normal: Fix code style in `normal_prepare` and `normal_execute`Thiago de Arruda2015-10-26
* normal: Extract most `normal_cmd` logic into two functionsThiago de Arruda2015-10-26
* main: Extract `normal_check` from `main_loop`Thiago de Arruda2015-10-26
* vim-patch:7.4.793Johan Klokkhammer Helsing2015-10-18
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* nv_ident: sprintf => snprintfJustin M. Keyes2015-09-23
* 'keywordprg': support ex commandsJustin M. Keyes2015-09-23
* event: Refactor async event processingThiago de Arruda2015-08-13
* loop: Simplify loop.c and move some code to input.cThiago de Arruda2015-08-13
* clipboard: handle middle-click paste correctly.Björn Linse2015-07-20
* Remove POSIX 'cpoptions': '#'Michael Reed2015-07-19
* Macro cleanup: FEAT_GUI_MACHettomei2015-07-17
* Macro cleanup: FEAT_GUI_GTKHettomei2015-07-17