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
Commit message (
Expand
)
Author
Age
...
|
*
|
|
eval.c: Rename msgpack-rpc functions for consistency
Thiago de Arruda
2014-09-13
|
*
|
|
eval.c: Rename jobwrite to jobsend
Thiago de Arruda
2014-09-13
|
*
|
|
server: Rename address environment variable
Thiago de Arruda
2014-09-13
|
/
/
/
*
|
|
Merge pull request #1167 from atwupack/fix-issue-1164
Justin M. Keyes
2014-09-13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ex_cmds2.c:fix for issue #1164
André Twupack
2014-09-13
|
/
/
*
|
Merge pull request #1162 from atwupack/vp-7.4.357
Justin M. Keyes
2014-09-12
|
\
\
|
*
|
vim-patch:7.4.376
André Twupack
2014-09-12
|
/
/
*
|
Merge PR #1130 'Update to the experimental msgpack v5 branch'
Thiago de Arruda
2014-09-12
|
\
\
|
*
|
build/test: install vroom/python-client from the master branch
Thiago de Arruda
2014-09-12
|
*
|
api metadata: Allow typed container information in api functions
Thiago de Arruda
2014-09-12
|
*
|
api/msgpack-rpc: Refactor metadata object construction
Thiago de Arruda
2014-09-12
|
*
|
api: Implement `vim_report_error` function
Thiago de Arruda
2014-09-12
|
*
|
api: initialize capacity in the array_dict_macro
Thiago de Arruda
2014-09-12
|
*
|
runtime: Add script for bootstrapping the python host
Thiago de Arruda
2014-09-12
|
*
|
provider: Major refactor
Thiago de Arruda
2014-09-12
|
*
|
api/msgpack-rpc: Implement `channel_close` and expose to vimscript
Thiago de Arruda
2014-09-12
|
*
|
wstream: Fix close/free
Thiago de Arruda
2014-09-12
|
*
|
job: Fix crash when passing a non-executable path to job_start
Thiago de Arruda
2014-09-12
|
*
|
api/msgpack-rpc: Expose channel_from_job to vimscript as api_spawn
Thiago de Arruda
2014-09-12
|
*
|
main: Rename --embedded-mode and --api-msgpack-metadata options
Thiago de Arruda
2014-09-12
|
*
|
api/msgpack-rpc: Refactor msgpack_rpc_helpers.{c,h}
Thiago de Arruda
2014-09-12
|
*
|
api/msgpack-rpc: Remove Position type, using arrays instead.
Thiago de Arruda
2014-09-12
|
*
|
api/msgpack-rpc: Use EXT type to serialize Buffer/Window/Tabpage
Thiago de Arruda
2014-09-12
|
*
|
api/msgpack-rpc: Parse type information from api/private/defs.h
Thiago de Arruda
2014-09-12
|
*
|
api/msgpack-rpc: Remove specialized array types
Thiago de Arruda
2014-09-12
|
*
|
msgpack-rpc: Remove the `msgpack_rpc_unpack` function
Thiago de Arruda
2014-09-12
|
*
|
memory: Use i18n messages for memory-related errors
Thiago de Arruda
2014-09-12
|
*
|
msgpack-rpc: Remove support for integer ids in methods
Thiago de Arruda
2014-09-12
|
*
|
msgpack-rpc: Refactor API metadata discovery method
Thiago de Arruda
2014-09-12
|
*
|
msgpack-rpc: Move handle_missing_method to msgpack_rpc.c
Thiago de Arruda
2014-09-12
|
*
|
msgpack-rpc: Refactor initializer and dispatcher
Thiago de Arruda
2014-09-12
|
*
|
map/msgpack-rpc: Declare/define maps rpc method handlers
Thiago de Arruda
2014-09-12
|
*
|
deps: Update to the experimental msgpack v5 branch
Thiago de Arruda
2014-09-12
|
/
/
*
|
Merge pull request #1098 from fwalch/update-busted
Justin M. Keyes
2014-09-12
|
\
\
|
*
|
Update busted to 2.0.rc3.
Florian Walch
2014-09-11
*
|
|
Merge pull request #1037 from fwalch/automatic-deps-paths
Justin M. Keyes
2014-09-12
|
\
\
\
|
*
|
|
Travis: Add subdirectories to dependency paths.
Florian Walch
2014-09-11
|
|
/
/
*
|
|
Merge pull request #1161 from atwupack/vp-7.4.349
Justin M. Keyes
2014-09-11
|
\
\
\
|
*
|
|
vim-patch:7.4.349
André Twupack
2014-09-11
|
/
/
/
*
|
|
Merge pull request #1160 from atwupack/vp-7.4.348
Justin M. Keyes
2014-09-11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vim-patch:7.4.348
André Twupack
2014-09-11
|
/
/
*
|
Merge #1033 'Automatic dependency rebuilding: Pass CMAKE_C_COMPILER_ARG1 to d...
John Szakmeister
2014-09-11
|
\
\
|
*
|
CMake: Use CMAKE_C_COMPILER_ARG1 when building dependencies.
Florian Walch
2014-09-11
|
/
/
*
|
Merge pull request #1144 from justinmk/fixtests
Justin M. Keyes
2014-09-11
|
\
\
|
*
|
unit tests: initialize everything
Justin M. Keyes
2014-09-11
|
*
|
unit tests: avoid global scope; add missing cimports
Justin M. Keyes
2014-09-11
|
*
|
unit tests: helpers.lua: hack to avoid empty popen() result
Justin M. Keyes
2014-09-11
|
/
/
*
|
Merge pull request #1143 from mkwork/readme
Justin M. Keyes
2014-09-10
|
\
\
|
*
|
README.md: link to libuv
Maxim Kot
2014-09-07
*
|
|
Merge pull request #1159 from atwupack/vp-7.4.345
Justin M. Keyes
2014-09-10
|
\
\
\
[prev]
[next]