aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
Commit message (Expand)AuthorAge
* 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
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* coverity/13750: Negative array index read: FP.Eliseo Martínez2015-02-02
* "halfway a line" is a very confusing phraseJack Danger Canty2015-01-22
* Merge pull request #1729 from fwalch/vim-7.4.490Justin M. Keyes2015-01-19
|\
| * vim-patch:7.4.490Florian Walch2015-01-04
* | coverity/13763: Out-of-bounds read: FP.Eliseo Martínez2015-01-08
|/
* Use ARRAY_SIZE where Coccinelle wasn't able to do itFelipe Oliveira Carvalho2014-12-18
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* input: Recognize mouse events for abstract_uiThiago de Arruda2014-12-10
* docs: Remove Photon remnantsMichael Reed2014-12-09
* clipboard: clean up unnamedclip logicBjörn Linse2014-12-08
* term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02
* Merge pull request #1516 from fmoralesc/new-patchesJustin M. Keyes2014-11-27
|\
| * vim-patch:7.4.467: Avoid a problem with unwanted linebreaks in block modeFelipe Morales2014-11-27
| * vim-patch:7.4.425: Adjust virtcol when showbreak is setFelipe Morales2014-11-27
* | Remove code defined under USE_IM_CONTROL #ifdefsThiago de Arruda2014-11-27
* | ui: Extract mouse.c/mouse.hThiago de Arruda2014-11-27
* | ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* | event: No longer process K_EVENT automaticallyThiago de Arruda2014-11-21
|/
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* normal.c: Replace last TRUE/FALSE/OK/FAIL's w/bool.Scott Prager2014-11-11
* Use bool in signatures of functions in normal.h.Scott Prager2014-11-11
* Use bool or int for local flag variables.Scott Prager2014-11-11
* Use bool in do_mouse().Scott Prager2014-11-11
* Use bool in normal_cmd().Scott Prager2014-11-11
* Use bool for flags in oparg_T.Scott Prager2014-11-11
* Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* vim-patch:7.4.374Shougo Matsushita2014-09-19
* Convert FOR_ALL_WINDOWS to use a locally declared pointerWayne Rowcliffe2014-09-08