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
...
|
*
|
vim-patch:7.4.358
André Twupack
2014-09-13
|
*
|
vim-patch:7.4.351
André Twupack
2014-09-13
|
*
|
vim-patch:7.4.347
André Twupack
2014-09-13
|
*
|
vim-patch:7.4.341
André Twupack
2014-09-13
*
|
|
Merge pull request #1177 from NOLFXceptMe/vp-7.4.387
Justin M. Keyes
2014-09-15
|
\
\
\
|
*
|
|
vim-patch:7.4.387
Naveen Kumar Molleti
2014-09-15
*
|
|
|
Merge PR #1175 'Some fixes to nvim initial documentation'
Thiago de Arruda
2014-09-15
|
\
\
\
\
|
*
|
|
|
runtime: Make python_setup.vim compatible with python 2.6
Thiago de Arruda
2014-09-15
|
*
|
|
|
runtime: Some nvim documentation fixes pointed by @oni-link
Thiago de Arruda
2014-09-15
|
*
|
|
|
eval.c: Rename has('neovim') feature to has('nvim')
Thiago de Arruda
2014-09-15
|
/
/
/
/
*
|
|
|
Merge pull request #1169 from splinterofchaos/arglistid
Justin M. Keyes
2014-09-15
|
\
\
\
\
|
*
|
|
|
vim-patch:7.4.312
Scott Prager
2014-09-13
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1173 from jszakmeister/build-portability-fix
Justin M. Keyes
2014-09-14
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
third-party: avoid using `rm` in the install command
John Szakmeister
2014-09-14
|
/
/
/
*
|
|
Merge pull request #1165 from splinterofchaos/fix-patch-371
Justin M. Keyes
2014-09-14
|
\
\
\
|
*
|
|
7.4.371
Scott Prager
2014-09-14
|
|
/
/
*
|
|
Merge PR #1163 'Initial documentation of nvim features'
Thiago de Arruda
2014-09-13
|
\
\
\
|
*
|
|
runtime: Document python interface, clipboard and add intro doc
Thiago de Arruda
2014-09-13
|
*
|
|
runtime: Document 'unnamedclip'
Thiago de Arruda
2014-09-13
|
*
|
|
runtime: Update python_setup.vim to the new rpc function names
Thiago de Arruda
2014-09-13
|
*
|
|
runtime: Add highlighting for new functions/events
Thiago de Arruda
2014-09-13
|
*
|
|
runtime: Initial job control documentation
Thiago de Arruda
2014-09-13
|
*
|
|
runtime: Initial msgpack-rpc documentation
Thiago de Arruda
2014-09-13
|
*
|
|
runtime: Enhance help.vim to highlight Nvim/NVIM
Thiago de Arruda
2014-09-13
|
*
|
|
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
[prev]
[next]