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
/
eval.c
Commit message (
Expand
)
Author
Age
*
completion: Add v:completed_item feature #2563
Shougo Matsushita
2015-05-24
*
Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.)
Michael Reed
2015-05-18
*
vim-patch:7.4.597 #2658
David Bürgin
2015-05-17
*
passing-by: get_vim_var_str: mark non-null return
Justin M. Keyes
2015-05-17
*
doc: v:servername, serverstart()
Justin M. Keyes
2015-05-17
*
Remove char_u: message:smsg()
Michael Reed
2015-05-13
*
coverity/62618: fixing "Wrong sizeof argument"
Chris Hall
2015-05-08
*
Merge #2470: Remove char_u (5)
Eliseo Martínez
2015-05-07
|
\
|
*
Remove char_u: FullName_save()
Mark Bainter
2015-05-06
|
*
Remove char_u: path_with_url()
Mark Bainter
2015-05-06
|
*
Remove char_u: add_pathsep()
Mark Bainter
2015-05-06
*
|
vim-patch:7.4.574 #2539
Bastian Winkler
2015-05-03
|
/
*
unify jobstart, termopen, and system interfaces
Scott Prager
2015-05-02
*
term: use an argument vector for termopen().
Scott Prager
2015-05-02
*
vim-patch:7.4.633 #2526
Florian Walch
2015-04-28
*
Enable -Wconversion: normal.c.
Eliseo Martínez
2015-04-27
*
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
*
rpcstart: check argvars, /then/ alloc argv #2462
Scott Prager
2015-04-23
*
Add if_python3 support
Shougo Matsushita
2015-04-21
*
Merge #2418: Remove char_u (4)
Eliseo Martínez
2015-04-19
|
\
|
*
Refactor get_env() to respect const qualifier
Mark Bainter
2015-04-18
|
*
Remove char_u: vim_setenv()
Mark Bainter
2015-04-18
|
*
Remove char_u: vim_getenv()
Mark Bainter
2015-04-17
|
*
Remove char_u: after_pathstep()
Mark Bainter
2015-04-17
*
|
Merge pull request #2443 from jszakmeister/fix-more-release-warnings
John Szakmeister
2015-04-18
|
\
\
|
*
|
Fix an uninitialized variable warning for call_start.
Eliseo Martínez
2015-04-18
|
|
/
*
/
ops.c: eliminate unneccesary static variable `y_append`
Björn Linse
2015-04-17
|
/
*
Eval: do not join a list if it's empty anyway #2441
Marco Hinz
2015-04-16
*
eval: learn serverstart, list, and close().
Scott Prager
2015-04-14
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
memory: Replace klib memory pools by malloc/free
Thiago de Arruda
2015-04-12
*
eval: Fix memory deallocation of JobEvent
Thiago de Arruda
2015-04-12
*
eval: Fix `jobwait()`
Thiago de Arruda
2015-04-11
*
eval: Fix segfault caused by passing invalid callback to jobstart
Thiago de Arruda
2015-04-11
*
Remove unused 'if_[language].txt': Clean up
Michael Reed
2015-04-10
*
eval: do not assume a vval.v_string is nonnull.
Scott Prager
2015-04-08
*
system(): Return an empty string if no output.
Scott Prager
2015-04-08
*
Fix warnings: eval.c: f_termopen(): Use-after-free: MI.
Eliseo Martínez
2015-04-07
*
Fix warnings: eval.c: f_jobstart(): Np dereference: FP.
Eliseo Martínez
2015-04-07
*
eval: Ensure all job callbacks are invoked by `jobwait()`
Thiago de Arruda
2015-04-02
*
eval: Add internal_refcount field to dict_T
Thiago de Arruda
2015-04-02
*
os_scandir: fname_case -> path_fix_case
Scott Prager
2015-03-31
*
Create new mode() value for terminal-mode ('t') #2287
Harm te Hennepe
2015-03-27
*
eval: Improve validation of ids passed to job functions
Thiago de Arruda
2015-03-29
*
eval: Implement `jobclose()` vimscript function
Thiago de Arruda
2015-03-29
*
eval: Implement `jobwait()` vimscript function
Thiago de Arruda
2015-03-29
*
eval: Refactor vimscript job control API
Thiago de Arruda
2015-03-29
*
eval: Refactor `call_func` and `func_unref`
Thiago de Arruda
2015-03-29
[next]