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
/
edit.c
Commit message (
Expand
)
Author
Age
*
mouse: Implement horizontal scroll. #3450
bambu
2016-04-25
*
Merge pull request #3951 from cacplate/misc1_Wconversion
Björn Linse
2016-04-18
|
\
|
*
misc1.c: enable -Wconversion
Charles Joachim
2016-04-17
*
|
*: Make set_vim_var_\* functions have proper argument types
ZyX
2016-04-18
|
/
*
complete: noinsert/noselect should not set 'modified'. #4509
Shougo Matsushita
2016-04-09
*
edit.c: K_EVENT should not hide the popupmenu
Björn Linse
2016-03-17
*
complete: disable folding when completing
Anmol Sethi
2016-03-09
*
edit.c: change return type to bool
Charles Joachim
2016-03-02
*
Merge pull request #4315 from justinmk/compl_flicker
Justin M. Keyes
2016-02-22
|
\
|
*
ins_complete: Avoid semi-global state.
Justin M. Keyes
2016-02-22
|
*
completion: Avoid flicker.
Shougo Matsushita
2016-02-21
*
|
keymap: Support <D-...> (super/command key).
Justin M. Keyes
2016-02-22
|
/
*
Merge #2674
Justin M. Keyes
2016-02-13
|
\
|
*
edit.c: fix incorrect redo buffer
solawing
2016-01-29
|
*
edit.c: fix flicker in popup menu
solawing
2016-01-29
*
|
vim-patch:7.4.688 #4159
watiko
2016-02-05
|
/
*
vim-patch:7.4.680
Justin Gassner
2016-01-22
*
fileio: Replace some event checking functions with one has_event
Charles Joachim
2016-01-11
*
Fix linting errors.
Johan Klokkhammer Helsing
2015-12-13
*
vim-patch:7.4.803
Johan Klokkhammer Helsing
2015-12-13
*
Merge pull request #3838 from Shougo/vim-7.4.658
Justin M. Keyes
2015-12-13
|
\
|
*
vim-patch:7.4.658
Shougo Matsushita
2015-12-13
*
|
vim-patch:7.4.640
Shougo Matsushita
2015-12-13
|
/
*
src/*: Remove `VIM - Vi improved ...` header
Michael Reed
2015-11-27
*
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
*
edit.c: Fix one clint warning
Thiago de Arruda
2015-10-26
*
edit: Extract some functions from `insert_execute`
Thiago de Arruda
2015-10-26
*
edit: Move most code from `edit()` to `insert_{enter,check,execute}`
Thiago de Arruda
2015-10-26
*
edit: Extract local variables from edit() and fix code style
Thiago de Arruda
2015-10-26
*
input: Remove CURSORHOLD key
Thiago de Arruda
2015-10-26
*
vim-patch:7.4.849
Justin M. Keyes
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
*
terminal: Don't enter terminal mode from `:normal`
Thiago de Arruda
2015-09-18
*
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
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
Add complete() noinsert/noselect support #2792
Shougo Matsushita
2015-06-11
*
Add noinsert and noselect features in completeopt #2564
Shougo Matsushita
2015-06-04
*
'cpoptions': Remove "j" flag
David Bürgin
2015-05-25
*
completion: Add v:completed_item feature #2563
Shougo Matsushita
2015-05-24
*
'cpoptions': Remove "-" flag #2655
David Bürgin
2015-05-21
*
Remove char_u: ex_docmd:do_cmdline_cmd()
Michael Reed
2015-05-13
*
vim-patch:7.4.653 #2527
Florian Walch
2015-04-30
*
Enable -Wconversion: normal.c.
Eliseo Martínez
2015-04-27
*
Replace vim_isspace() with ascii_isspace() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
[next]