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
/
eval.c
Commit message (
Expand
)
Author
Age
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15
*
API: Implement vim_eval
Thiago de Arruda
2014-05-12
*
Fix jumps depending on unitialized values
Thiago de Arruda
2014-05-12
*
replaced some mch_lstat()
Stefan Hoffmann
2014-05-09
*
replaced some mch_stat() with os_get_file_info()
Stefan Hoffmann
2014-05-09
*
implemented os_file_get_size()
Stefan Hoffmann
2014-05-09
*
use os_getperm() in f_getfperm()
Stefan Hoffmann
2014-05-09
*
Merge pull request #644 from philix/log
Justin M. Keyes
2014-05-06
|
\
|
*
Introduce os_localtime_r() and os_get_local_time()
Felipe Oliveira Carvalho
2014-05-06
*
|
replaced `vim_free()` calls with `free()` calls
Matthias Beyer
2014-05-05
|
/
*
revert #652
Justin M. Keyes
2014-05-01
*
vim-patch:7.4.272
Marco Hinz
2014-04-30
*
Remove NUL macro
Marco Hinz
2014-04-29
*
vim-patch:7.4.268
Marco Hinz
2014-04-29
*
Cleanup
oni-link
2014-04-29
*
Call to rettv_list_alloc cannot fail.
oni-link
2014-04-29
*
Call to list_append_tv cannot fail.
oni-link
2014-04-29
*
Call to list_append_number cannot fail.
oni-link
2014-04-29
*
Test and refactor `shorten_fname` and `shorten_fname1`
John
2014-04-29
*
vim-patch:7.4.241
oni-link
2014-04-28
*
vim-patch:7.4.265
Klemen Košir
2014-04-28
*
vim-patch:7.4.264
Marco Hinz
2014-04-28
*
Use portable format specifiers: Clarify some casted expressions.
Eliseo Martínez
2014-04-28
*
Call to list_append_string cannot fail.
oni-link
2014-04-28
*
Call to list_append_dict cannot fail.
oni-link
2014-04-28
*
Remove code and checks for unsupported systems.
Chris Watkins
2014-04-28
*
Remove `alloc_clear`
John Schmidt
2014-04-28
*
vim-patch:7.4.260
Marco Hinz
2014-04-25
*
Add cast to unsigned to improve div by 2 in find_internal_func()
Felipe Oliveira Carvalho
2014-04-24
*
Use /2 and 2* instead of >>1 and <<1 which are tricky with signed types
Felipe Oliveira Carvalho
2014-04-24
*
No OOM error conditions in some functions of window.c
Felipe Oliveira Carvalho
2014-04-24
*
vim-patch:7.4.237
oni-link
2014-04-24
*
Use portable format specifiers: Case %ld - localized - N_.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %ld - plain - EMSGN.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %ld - localized - smsg.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %ld - plain - sprintf.
Eliseo Martínez
2014-04-23
*
vim-patch:7.4.236
oni-link
2014-04-19
*
Remove unnecessary cleanup label from `job_start`
Thiago de Arruda
2014-04-18
*
Refactor job control to use RStream events
Thiago de Arruda
2014-04-18
*
Remove modelines
Marco Hinz
2014-04-16
*
Refactor job control module to use RStream class
Thiago de Arruda
2014-04-16
*
vim-patch:7.4.234
Marco Hinz
2014-04-16
*
vim-patch:7.4.229
Marco Hinz
2014-04-16
*
vim-patch:7.4.218
Marco Hinz
2014-04-16
*
vim-patch:7.4.191
oni-link
2014-04-14
*
vim-patch:7.4.192
oni-link
2014-04-11
*
removed vim_mkdir macro
Stefan Hoffmann
2014-04-11
*
removed mch_remove macro
Stefan Hoffmann
2014-04-11
*
Remove OOM error handling code after ga_grow() calls
Felipe Oliveira Carvalho
2014-04-11
*
Move exe functions back to os/fs.c
John Schmidt
2014-04-08
[next]