index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
normal.c
Commit message (
Expand
)
Author
Age
*
coverity/13763: Out-of-bounds read: FP.
Eliseo Martínez
2015-01-08
*
Use ARRAY_SIZE where Coccinelle wasn't able to do it
Felipe Oliveira Carvalho
2014-12-18
*
Reduce indentation level by early returning or continuing loop
Felipe Oliveira Carvalho
2014-12-13
*
input: Recognize mouse events for abstract_ui
Thiago de Arruda
2014-12-10
*
docs: Remove Photon remnants
Michael Reed
2014-12-09
*
clipboard: clean up unnamedclip logic
Björn Linse
2014-12-08
*
term: Move more mouse functions to mouse.c
Thiago de Arruda
2014-12-02
*
Merge pull request #1516 from fmoralesc/new-patches
Justin M. Keyes
2014-11-27
|
\
|
*
vim-patch:7.4.467: Avoid a problem with unwanted linebreaks in block mode
Felipe Morales
2014-11-27
|
*
vim-patch:7.4.425: Adjust virtcol when showbreak is set
Felipe Morales
2014-11-27
*
|
Remove code defined under USE_IM_CONTROL #ifdefs
Thiago de Arruda
2014-11-27
*
|
ui: Extract mouse.c/mouse.h
Thiago de Arruda
2014-11-27
*
|
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
Thiago de Arruda
2014-11-27
*
|
event: No longer process K_EVENT automatically
Thiago de Arruda
2014-11-21
|
/
*
Convert some values from buffer_defs.h to bools
Wayne Rowcliffe
2014-11-12
*
normal.c: Replace last TRUE/FALSE/OK/FAIL's w/bool.
Scott Prager
2014-11-11
*
Use bool in signatures of functions in normal.h.
Scott Prager
2014-11-11
*
Use bool or int for local flag variables.
Scott Prager
2014-11-11
*
Use bool in do_mouse().
Scott Prager
2014-11-11
*
Use bool in normal_cmd().
Scott Prager
2014-11-11
*
Use bool for flags in oparg_T.
Scott Prager
2014-11-11
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
vim-patch:7.4.374
Shougo Matsushita
2014-09-19
*
Convert FOR_ALL_WINDOWS to use a locally declared pointer
Wayne Rowcliffe
2014-09-08
*
events: Refactor how event deferral is handled
Thiago de Arruda
2014-07-17
*
provider: Add support for clipboard registers.
Thiago de Arruda
2014-07-17
*
Include stdbool.h in some files which use it
Pavel Platto
2014-07-11
*
move errno.h include out of vim.h
Brandon Coleman
2014-07-09
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
Klemen Košir
2014-07-08
*
Replace int with bool in some files. #654
Klemen Košir
2014-07-08
*
events: Refactor how events are queued for processing
Thiago de Arruda
2014-06-18
*
move/remove W_* macros
Brandon Coleman
2014-06-12
*
Add automatic generation of headers
ZyX
2014-06-02
*
Remove ml_ prefix from cursor.h functions
Pavel Platto
2014-05-28
*
Extract cursor.h from misc{1,2}.h and memline.h
Hinidu
2014-05-28
*
vim-patch:7.4.267
oni-link
2014-05-27
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15