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
*
ui: multigrid mouse support
Björn Linse
2019-01-20
*
display: unify cursorline and concealcursor redraw logic
Björn Linse
2019-01-13
*
normal/edit: add missing "need_cursor_line_redraw = false"
Björn Linse
2019-01-12
*
screen: make update_screen() the only entry point for redrawing
Björn Linse
2019-01-11
*
Merge pull request #9479 from bfredl/redrawsign
Björn Linse
2019-01-09
|
\
|
*
remove dead argument of redrawWinline
Björn Linse
2019-01-09
*
|
api: select items in popupmenu
Björn Linse
2019-01-09
|
/
*
lint
Jan Edmund Lazo
2019-01-07
*
vim-patch:8.1.0696: when test_edit fails 'insertmode' may not be reset
Jan Edmund Lazo
2019-01-06
*
multigrid: rename grid->ScreenLines and other grid arrays
Björn Linse
2018-12-31
*
multigrid: various cleanup (types, unused parameters)
Björn Linse
2018-12-31
*
multigrid: Fix lint errors
Utkarsh Maheshwari
2018-12-31
*
multigrid: avoid allocation when not ext_multigrid.
Björn Linse
2018-12-31
*
multigrid: Add ScreenGrid as a param to multibyte functions
Utkarsh Maheshwari
2018-12-31
*
multigrid: Get rid of global ScreenLines and set_screengrid
Utkarsh Maheshwari
2018-12-31
*
multigrid: Change screen_* functions to grid_* functions
Utkarsh Maheshwari
2018-12-31
*
insert: make <cmd> mapping work in completion (CTRL-X) mode
Björn Linse
2018-12-01
*
vim-patch:8.0.1731: characters deleted on completion
Jan Edmund Lazo
2018-11-20
*
vim-patch:8.1.0504: when CTRL-C is mapped it triggers InsertLeave (#9192)
Jan Edmund Lazo
2018-11-03
*
vim-patch:8.0.1766: expanding abbreviation doesn't work
Jan Edmund Lazo
2018-11-01
*
vim-patch:8.0.1758: open_line() returns TRUE/FALSE for success/failure
Jan Edmund Lazo
2018-11-01
*
replace fallthrough comment with macro
Jan Edmund Lazo
2018-09-21
*
vim-patch:8.0.1215: newer gcc warns for implicit fallthrough
Jan Edmund Lazo
2018-09-20
*
vim-patch:8.1.0372: screen updating slow when 'cursorline' is set (#8986)
Justin M. Keyes
2018-09-12
*
vim-patch:8.0.1809: various typos
Jan Edmund Lazo
2018-09-11
*
vim-patch:8.0.1154: 'indentkeys' does not work properly (#8980)
Jan Edmund Lazo
2018-09-11
*
lint: clean-up after parent commits
ZviRackover
2018-09-09
*
Remove has_mbytes local to lines changed in parent commit
ZviRackover
2018-09-09
*
Refactor: Remove occurences of mb_char2bytes
ZviRackover
2018-09-09
*
Merge #8863 'refactor: Remove mb_head_off() '
Justin M. Keyes
2018-08-28
|
\
|
*
lint: cleanup after parent commits
ZviRackover
2018-08-16
|
*
Remove has_mbyte from lines near changes in parent commit
ZviRackover
2018-08-16
|
*
Remove occurences of mb_head_off
ZviRackover
2018-08-15
*
|
lint
Jan Edmund Lazo
2018-08-23
*
|
vim-patch:8.0.1041: bogus characters when indenting during visual-block append
Jan Edmund Lazo
2018-08-23
|
/
*
Merge #8832 from eraserhd/vim-insert-setline-undo-fixes
Justin M. Keyes
2018-08-14
|
\
|
*
Fix lint
Jason Felice
2018-08-09
|
*
vim-patch:8.1.0256: using setline() in TextChangedI splits undo
Jason Felice
2018-08-09
|
*
vim-patch:8.1.0245: calling setline() in TextChangedI autocmd breaks undo
Jason Felice
2018-08-09
|
*
vim-patch:8.1.0057: popup menu displayed wrong when using autocmd
Jason Felice
2018-08-09
*
|
refactor: Replace vim_strrchr() with strrchar() (#8718)
ZviRackover
2018-08-11
|
/
*
Merge #8744 from janlazo/vim-8.0.0890
Justin M. Keyes
2018-08-08
|
\
|
*
misc: fixpos in del_char() is bool
Jan Edmund Lazo
2018-08-07
|
*
edit: end_insert in check_auto_format() is bool
Jan Edmund Lazo
2018-08-07
|
*
edit: did_add_space is bool
Jan Edmund Lazo
2018-08-07
|
*
memline: copy in ml_replace() is bool
Jan Edmund Lazo
2018-08-07
|
*
edit: temp in ins_del() is const int
Jan Edmund Lazo
2018-08-06
|
*
vim-patch:8.0.1575: crash when using virtual replace
Jan Edmund Lazo
2018-08-06
*
|
Remove some occrrences of enc_utf8 and has_mbyte
ZviRackover
2018-08-06
*
|
lint: clean-up after parent commit
ZviRackover
2018-08-06
[next]