aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
Commit message (Expand)AuthorAge
* 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
* events: Refactor how event deferral is handledThiago de Arruda2014-07-17
* provider: Add support for clipboard registers.Thiago de Arruda2014-07-17
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* events: Refactor how events are queued for processingThiago de Arruda2014-06-18
* move/remove W_* macrosBrandon Coleman2014-06-12
* Add automatic generation of headersZyX2014-06-02
* Remove ml_ prefix from cursor.h functionsPavel Platto2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* vim-patch:7.4.267oni-link2014-05-27
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15