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
*
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
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
clipboard: cleanup `valid_yank_reg` and use it for `:redir`
Björn Linse
2015-04-17
*
clipboard: simplify handling of of put in visual mode.
Björn Linse
2015-04-17
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
Merge pull request #2346 from splinterofchaos/fix-terminal
Scott Prager
2015-04-08
|
\
|
*
terminal: Handle loss of focus in event loop.
Scott Prager
2015-04-05
*
|
Enable -Wconversion: fold.c.
Eliseo Martínez
2015-04-07
|
/
*
terminal: New module that implements a terminal emulator
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
*
Macro cleanup: HAVE_SANDBOX
Michael Reed
2015-03-05
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
Enable -Wconversion: mark.c.
Eliseo Martínez
2015-02-18
*
Remove nonnullret deadcode: xcalloc.
Eliseo Martínez
2015-01-27
*
Remove nonnullret deadcode: vim_strsave.
Eliseo Martínez
2015-01-27
*
Remove nonnullret deadcode: str_foldcase & vim_strnsave.
Eliseo Martínez
2015-01-27
*
Remove nonnullret deadcode: addstar.
Eliseo Martínez
2015-01-27
*
vim-patch:7.4.514
Florian Walch
2015-01-26
*
"halfway a line" is a very confusing phrase
Jack Danger Canty
2015-01-22
*
vim-patch:7.4.492
Pavel Platto
2015-01-19
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
Revert "[WIP] "abstract_ui" fixes and improvements"
Justin M. Keyes
2015-01-12
*
ui: Test for abstract_ui whenever a minimal t_colors value is required
Thiago de Arruda
2015-01-10
*
Reduce indentation level by early returning or continuing loop
Felipe Oliveira Carvalho
2014-12-13
*
Fix warnings: edit.c: ins_compl_next_buf(): Np dereference: MI.
Eliseo Martínez
2014-12-06
*
Merge pull request #1516 from fmoralesc/new-patches
Justin M. Keyes
2014-11-27
|
\
|
*
vim-patch:7.4.435: Disable linebreak temporarily when formatting lines.
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
*
Fix warnings: edit.c: ins_bs(): Garbage result: MI.
Eliseo Martínez
2014-11-06
*
Fix warnings: edit.c: replace_do_bs(): Garbage value: MI.
Eliseo Martínez
2014-11-06
*
Fix warnings: edit.c: mb_replace_pop_ins(): Unitilialized arg: FP.
Eliseo Martínez
2014-11-06
*
Fix warnings: edit.c: ins_compl_get_exp(): Np dereference (2): FP.
Eliseo Martínez
2014-11-06
*
Fix warnings: edit.c: ins_compl_next_buf(): Np dereference: FP.
Eliseo Martínez
2014-11-06
*
vim-patch:7.4.440 #1244
Naveen Kumar Molleti
2014-10-16
[next]