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
*
ui: Remove redundant ui.h includes
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
*
ui: Remove ui_inchar/ui_char_avail
Thiago de Arruda
2014-11-27
*
Add Boolean argument escape_csi to vim_feedkeys
Rui Abreu Ferreira
2014-11-27
*
Add missing refcount increment for systemlist()
Rui Abreu Ferreira
2014-11-25
*
Fix warnings: eval.c: f_rpcrequest(): Garbage value: MI.
Eliseo Martínez
2014-11-18
*
Fix warnings: eval.c: do_return(): Np dereference: FP.
Eliseo Martínez
2014-11-18
*
Fix warnings: eval.c: add_nr_var(): Out of bounds: FP.
Eliseo Martínez
2014-11-18
*
Fix warnings: eval.c: call_user_func(): Out of bounds: FP.
Eliseo Martínez
2014-11-18
*
Fix warnings: eval.c: get_user_func_name(): Np dereference: FP.
Eliseo Martínez
2014-11-18
*
Fix warnings: eval.c: clear_tv(): Bad free: RI.
Eliseo Martínez
2014-11-18
*
Fix warnings: eval.c: item_compare(): Garbage value: MI.
Eliseo Martínez
2014-11-18
*
Fix warnings: eval.c: dictitem_alloc(): Out-of-bounds access: FP.
Eliseo Martínez
2014-11-18
*
Fix warnings: eval.c: set_var_lval(): Np dereference: FP.
Eliseo Martínez
2014-11-18
*
Remove os/provider.{c,h} and all of its references
Thiago de Arruda
2014-11-18
*
eval/ex_cmds2/ops: Implement providers with eval_call_provider
Thiago de Arruda
2014-11-18
*
eval: Add eval_call_provider/eval_has_provider functions
Thiago de Arruda
2014-11-18
*
Merge pull request #1471 from splinterofchaos/fix-jobstart
Justin M. Keyes
2014-11-15
|
\
|
*
jobstart: Check prg arguments for NULL.
Scott Prager
2014-11-13
*
|
vim-patch:7.4.419
Scott Prager
2014-11-11
|
/
*
eval: Return an empty list from systemlist() when there's no output
Thiago de Arruda
2014-11-10
*
job: Let vimL jobsend() accept a list.
Scott Prager
2014-11-07
*
job: Make v:job_data[2] a list.
Scott Prager
2014-11-07
*
job: Read job data line-wise.
Scott Prager
2014-11-07
*
Remove long_u: eval: Replace with size_t.
Eliseo Martínez
2014-11-06
*
iconv: re-enable
Nicolas Hillegeer
2014-11-06
*
event: Reintroduce the immediate event queue
Thiago de Arruda
2014-11-02
*
job: Let job_start callers to selectively ignore stdio
Thiago de Arruda
2014-10-31
*
Merge pull request #1312 from GokuITA/coverity1289
Justin M. Keyes
2014-10-30
|
\
|
*
coverity/71507: Unchecked return value (CHECKED_RETURN)
Victor Fonseca
2014-10-20
*
|
api: Implement vim_command_output function
Thiago de Arruda
2014-10-28
*
|
job/valgrind: Fix invalid reads/missing free.
Scott Prager
2014-10-28
*
|
eval: Defer execution of JobActivity autocommands
Thiago de Arruda
2014-10-21
*
|
msgpack-rpc: Create subdirectory for msgpack-rpc modules
Thiago de Arruda
2014-10-21
|
/
*
rstream: Extract some RStream functionality to RBuffer
Thiago de Arruda
2014-10-18
*
Merge pull request #1208 from war1025/dev/remove_for_all_windows
Justin M. Keyes
2014-10-03
|
\
|
*
Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)
Wayne Rowcliffe
2014-09-24
*
|
eval: Fix `save_tv_as_string` to handle non-string types
Thiago de Arruda
2014-10-01
*
|
Implement save_tv_as_string to assist in #1176.
Scott Prager
2014-09-30
*
|
Fix system() output truncation bug.
Scott Prager
2014-09-30
*
|
vim-patch:7.4.256
Scott Prager
2014-09-30
*
|
Return list from rettv_list_alloc.
Scott Prager
2014-09-30
*
|
vim-patch:7.4.248
Scott Prager
2014-09-30
*
|
vim-patch:7.4.247
Scott Prager
2014-09-30
*
|
vim-patch:7.4.411
André Twupack
2014-09-22
|
/
*
FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWS
Wayne Rowcliffe
2014-09-22
*
FOR_ALL_TABS helper
Wayne Rowcliffe
2014-09-22
*
Merge pull request #1197 from Shougo/vim-patch-7.4.392
Justin M. Keyes
2014-09-20
|
\
|
*
vim-patch:7.4.392
Shougo Matsushita
2014-09-18
[next]