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
...
*
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
*
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
[prev]
[next]