aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
Commit message (Expand)AuthorAge
...
* | 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
* Macro cleanup: FEAT_GUI_MOTIFHettomei2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* clipboard: don't overwrite before pasting in visual mode. #2945Björn Linse2015-07-04
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* vim-patch:7.4.606 #2594Yamakaky2015-05-09
* vim-patch:7.4.576 #2595Ewan Hemingway2015-05-09
* 'cpoptions': Remove "H" flag #2556David Bürgin2015-05-04
* coverity/109843: Nesting indent mismatch: RI.Eliseo Martínez2015-04-28
* Fix visual selection after left click on tablineMarco Hinz2015-04-28
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* 'cpoptions': Remove "w" flag #2507David Bürgin2015-04-27
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* clipboard: simplify handling of of put in visual mode.Björn Linse2015-04-17
* ops.c: eliminate static variable `y_current`Björn Linse2015-04-17
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* clipboard: adjust v:register when clipboard=unnamedBjörn Linse2015-04-11
* messages: Update common instances of Vim to Nvim #2031Michael Reed2015-04-08
* vim-patch:7.4.636 #2267David Bürgin2015-04-05
* buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macroThiago de Arruda2015-03-25
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Remove redundant castsAnton Ovchinnikov2015-03-09
* Macro cleanup: USE_ON_FLY_SCROLLMichael Reed2015-03-05