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
...
*
|
Remove unnecessary includes for errno.h
Rui Abreu Ferreira
2015-11-25
*
|
src: README.txt -> README.md
Michael Reed
2015-11-23
|
/
*
Implement handling of terminal focus events
Joe Hermaszewski
2015-11-17
*
normal.c: No garbage collection while handling an event in normal mode
oni-link
2015-11-13
*
vim-patch:7.4.686 #3629
Johan Klokkhammer Helsing
2015-11-08
*
normal: Extract some functions from `normal_finish_command`
Thiago de Arruda
2015-10-26
*
normal: Extract `normal_finish_command` from `normal_execute`
Thiago de Arruda
2015-10-26
*
normal: Extract `normal_get_command_count` from `normal_execute`
Thiago de Arruda
2015-10-26
*
normal: Extract some functions from `normal_execute`
Thiago de Arruda
2015-10-26
*
normal: Split `normal_check` into multiple functions
Thiago de Arruda
2015-10-26
*
main: Start modeling Nvim as pushdown automaton
Thiago de Arruda
2015-10-26
*
main: Refactor normal_enter to call `os_inchar` directly
Thiago de Arruda
2015-10-26
*
main: Call `normal_execute` from `normal_enter`
Thiago de Arruda
2015-10-26
*
input: Remove CURSORHOLD key
Thiago de Arruda
2015-10-26
*
normal: Fix code style in `normal_prepare` and `normal_execute`
Thiago de Arruda
2015-10-26
*
normal: Extract most `normal_cmd` logic into two functions
Thiago de Arruda
2015-10-26
*
main: Extract `normal_check` from `main_loop`
Thiago de Arruda
2015-10-26
*
vim-patch:7.4.793
Johan Klokkhammer Helsing
2015-10-18
*
viminfo: First version of ShaDa file dumping
ZyX
2015-10-08
*
nv_ident: sprintf => snprintf
Justin M. Keyes
2015-09-23
*
'keywordprg': support ex commands
Justin M. Keyes
2015-09-23
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
loop: Simplify loop.c and move some code to input.c
Thiago de Arruda
2015-08-13
*
clipboard: handle middle-click paste correctly.
Björn Linse
2015-07-20
*
Remove POSIX 'cpoptions': '#'
Michael Reed
2015-07-19
*
Macro cleanup: FEAT_GUI_MAC
Hettomei
2015-07-17
*
Macro cleanup: FEAT_GUI_GTK
Hettomei
2015-07-17
*
Macro cleanup: FEAT_GUI_MOTIF
Hettomei
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
clipboard: don't overwrite before pasting in visual mode. #2945
Björn Linse
2015-07-04
*
Remove char_u: ex_docmd:do_cmdline_cmd()
Michael Reed
2015-05-13
*
vim-patch:7.4.606 #2594
Yamakaky
2015-05-09
*
vim-patch:7.4.576 #2595
Ewan Hemingway
2015-05-09
*
'cpoptions': Remove "H" flag #2556
David Bürgin
2015-05-04
*
coverity/109843: Nesting indent mismatch: RI.
Eliseo Martínez
2015-04-28
*
Fix visual selection after left click on tabline
Marco Hinz
2015-04-28
*
Enable -Wconversion: normal.c.
Eliseo Martínez
2015-04-27
*
'cpoptions': Remove "w" flag #2507
David Bürgin
2015-04-27
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
clipboard: simplify handling of of put in visual mode.
Björn Linse
2015-04-17
*
ops.c: eliminate static variable `y_current`
Björn Linse
2015-04-17
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
clipboard: adjust v:register when clipboard=unnamed
Björn Linse
2015-04-11
*
messages: Update common instances of Vim to Nvim #2031
Michael Reed
2015-04-08
*
vim-patch:7.4.636 #2267
David Bürgin
2015-04-05
*
buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macro
Thiago de Arruda
2015-03-25
*
ui: Replace cursor_{on,off} by busy_{stop,start}
Thiago de Arruda
2015-03-15
*
Remove redundant casts
Anton Ovchinnikov
2015-03-09
*
Macro cleanup: USE_ON_FLY_SCROLL
Michael Reed
2015-03-05
[prev]
[next]