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
*
eval: Use proper refcount of msgpack type lists
ZyX
2015-08-05
*
Merge pull request #3034 from ZyX-I/msgpack-eval
Justin M. Keyes
2015-08-03
|
\
|
*
eval: Call list_append_allocated_string from list_append_string
ZyX
2015-08-02
|
*
vim_to_msgpack: Silence -Werror=unitialized compiler error
ZyX
2015-08-02
|
*
eval: Remove most of msgpack* functions limitations
ZyX
2015-08-02
|
*
eval: Add msgpackparse and msgpackdump functions
ZyX
2015-08-02
*
|
os/fs: Move mkdir_recurse from eval.c to os/fs.c
ZyX
2015-07-26
*
|
eval.c: Only inline float_op_wrapper on non-i386 #3072
Wander Nauta
2015-07-21
*
|
Implement API function to call functions #2979
Sebastian Witte
2015-07-19
*
|
synIDattr(): true color awareness
Marco Hinz
2015-07-18
*
|
eval: Fix duplicate code in trig/math functions #3035
Wander Nauta
2015-07-18
*
|
Macro cleanup: FEAT_SHORTCUT, replace with WIN32
Hettomei
2015-07-17
*
|
Macro cleanup: USE_FILE_CHOOSER
Hettomei
2015-07-17
*
|
Macro cleanup: FEAT_GUI_MOTIF
Hettomei
2015-07-17
*
|
Macro cleanup: FEAT_GUI_W32
Hettomei
2015-07-17
|
/
*
job: Replace by a better process abstraction layer
Thiago de Arruda
2015-07-17
*
rstream/wstream: Unify structures and simplify API
Thiago de Arruda
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
vim-patch:7.4.688 #2941
Felipe Morales
2015-07-14
*
rbuffer: Reimplement as a ring buffer and decouple from rstream
Thiago de Arruda
2015-07-01
*
completion: Initialize v:completed_item #2839
Shougo Matsushita
2015-06-20
*
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
|
/
[next]