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
*
vim-patch:7.4.327 #1010
André Twupack
2014-08-13
*
vim-patch:7.4.323 #967
André Twupack
2014-08-07
*
Refactor vim_feedkeys and f_feedkeys
Rui Abreu Ferreira
2014-08-07
*
Remove FEAT_TAG_ANYWHITE
Pavel Platto
2014-08-02
*
eval: re-add has('mac') and has('macunix') #976
Nicolas Hillegeer
2014-07-30
*
eval: re-remove USE_CR #1002
Nicolas Hillegeer
2014-07-30
*
Remove FEAT_MOUSE_JSB
Fredrik Fornwall
2014-07-29
*
Remove unused arg 'defer' in 'job_start' #1000
oni-link
2014-07-29
*
eval: reimplement f_system() on top of os_system()
Nicolas Hillegeer
2014-07-27
*
viml: re-add sha256() function
Nicolas Hillegeer
2014-07-21
*
startuptime: always enable startuptime
Nicolas Hillegeer
2014-07-20
*
provider: Add support for python commands/functions
Thiago de Arruda
2014-07-17
*
provider: Add support functions for calling external interpreters
Thiago de Arruda
2014-07-17
*
provider: New module used to expose extension points for core services
Thiago de Arruda
2014-07-17
*
job: No longer free the job data. It's now done by the exit callback
Thiago de Arruda
2014-07-17
*
wstream: Pass WBuffer refcount as a constructor parameter
Thiago de Arruda
2014-07-17
*
profiling: implement on top of os_hrtime()
Nicolas Hillegeer
2014-07-16
*
Extract `tempfile` module from fileio
Pavel Platto
2014-07-14
*
Refactor vim_tempname
Pavel Platto
2014-07-14
*
Use strict function prototypes #945
Pavel Platto
2014-07-14
*
os_open: impl mch_open with libuv. ref #133
Justin M. Keyes
2014-07-14
*
move defines from vim.h
Brandon Coleman
2014-07-12
*
vim-patch:7.4.306 #842
Will Stamper
2014-07-11
*
c99: remove vim_round #909
Nicolas Hillegeer
2014-07-11
*
move errno.h include out of vim.h
Brandon Coleman
2014-07-09
*
move stdarg.h include out of vim.h
Brandon Coleman
2014-07-09
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move locale.h include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
remove stdbool.h include from vim.h and globals.h
Brandon Coleman
2014-07-09
*
Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645
Klemen Košir
2014-07-08
*
Replace int with bool in some files. #654
Klemen Košir
2014-07-08
*
Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()
Felipe Oliveira Carvalho
2014-06-30
*
Introduce GA_APPEND()
Felipe Oliveira Carvalho
2014-06-30
*
libcall: remove libcall ifdefs
Nicolas Hillegeer
2014-06-28
*
os: implement VimL libcall with {mch,os}_libcall
Nicolas Hillegeer
2014-06-28
*
channel/msgpack_rpc: Refactor to better split functions across modules
Thiago de Arruda
2014-06-24
*
channel: Implement the 'channel_send_call' function
Thiago de Arruda
2014-06-24
*
job: Add a `maxmem` parameter to job_start
Thiago de Arruda
2014-06-24
*
job: Fix vimscript wrapper by returning when an invalid id is passed
Thiago de Arruda
2014-06-24
*
vim-patch:7.4.298 #815
oni-link
2014-06-20
*
coverity/68215: removed failed variable + dead code from f_readfile #860
Will Stamper
2014-06-18
*
spatch to drop check after alloc/lalloc/xmalloc #690
Nikolay Orlyuk
2014-06-18
*
api: Change type of event data to `Object` from `typval_T`
Thiago de Arruda
2014-06-18
*
job: Refactor job_write to receive WBuffer instances.
Thiago de Arruda
2014-06-18
*
job: Add defer flag and setter method
Thiago de Arruda
2014-06-18
*
job: Refactor to use pointers instead of ids
Thiago de Arruda
2014-06-18
*
Remove unnecessary comments and unnecessary return
Felipe Oliveira Carvalho
2014-06-16
*
No OOM for list_alloc()
Felipe Oliveira Carvalho
2014-06-16
*
Fix some "out of memory" comments and few cosmetics
Felipe Oliveira Carvalho
2014-06-16
[next]