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
/
lua
Commit message (
Expand
)
Author
Age
*
api/lua: add on_detach to nvim_buf_attach
Björn Linse
2019-06-15
*
lua: introduce vim.loop (expose libuv event-loop) #10123
George Zhao
2019-06-10
*
lua: docs and tests for vim.schedule
Björn Linse
2019-06-05
*
lua: add vim.schedule(cb)
Andrey Popp
2019-06-05
*
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
2019-06-04
*
messages: use proper multiline error message for rpcrequest and API wrappers
Björn Linse
2019-05-26
*
lua/shared: share trim() impl
Justin M. Keyes
2019-05-20
*
Merge #9709 'fileio: use os_copy to create backups'
Justin M. Keyes
2019-05-20
|
\
*
|
lua/shared: share more stuff
Justin M. Keyes
2019-05-19
*
|
lua/shared: share deepcopy() with test/*
Justin M. Keyes
2019-05-19
*
|
gen_vimdoc.py: support lua/shared.lua module [ci skip]
Justin M. Keyes
2019-05-19
*
|
Document the vim.lua functions
KillTheMule
2019-05-18
*
|
lua/stdlib: Introduce vim.shared
Justin M. Keyes
2019-05-18
*
|
Merge #9686 'win/Lua: monkey-patch os.getenv()'
Justin M. Keyes
2019-03-16
|
\
\
|
|
/
|
/
|
|
*
Fix os.getenv of lua on Windows
erw7
2019-03-07
|
/
*
cleanup: reduce some duplicate code, avoid function pointers for a condition
Björn Linse
2019-01-23
*
message.c: add msg_echo_attr functions, use it for lua error messages
Alexandre Dubray
2019-01-22
*
lua: expose full interface of vim.inspect and add test
Björn Linse
2019-01-14
*
lua/stdlib: Load runtime modules on-demand
Justin M. Keyes
2019-01-14
*
lua/stdlib: vim.inspect, string functions
KillTheMule
2019-01-14
*
add func_attr_printf in :
MichaHoffmann
2018-09-24
*
API: Remove path prefix from command name in nvim_get_proc()
Lucas Hoffmann
2018-08-18
*
API: Use `ps -o comm` in nvim_get_proc()
Lucas Hoffmann
2018-08-15
*
Merge #8107 'jobs: separate process-group'
Justin M. Keyes
2018-03-18
|
\
|
*
API: nvim_get_proc()
Justin M. Keyes
2018-03-18
|
*
nvim_get_proc_children: fallback to shell
Justin M. Keyes
2018-03-16
*
|
build/MSVC: fix "C4003: not enough actual parameters for macro"
Justin M. Keyes
2018-03-18
|
/
*
lua/executor: Remove all places where lightuserdata is used
ZyX
2018-01-21
*
*: Provide list length when allocating lists
ZyX
2018-01-14
*
eval,lua/converter: Fix problems spotted in review
ZyX
2017-12-31
*
*: Remove most calls to tv_list_item_alloc
ZyX
2017-12-24
*
*: Hide list implementation in other files as well
ZyX
2017-12-10
*
*: Start hiding list implementation
ZyX
2017-12-10
*
doc
Justin M. Keyes
2017-11-06
*
Merge #7165 'lua: Move stricmp to vim module'
Justin M. Keyes
2017-10-22
|
\
|
*
lua/executor: Fix crash when first string contains NUL and second not
ZyX
2017-08-15
|
*
lua/executor: Move stricmp to vim “module” and document it
ZyX
2017-08-15
|
*
lua/executor: Make stricmp function work with strings with NULs
ZyX
2017-08-15
|
/
*
lua/executor: Fix crash when printing empty string (#7157)
Nikolai Aleksandrovich Pavlov
2017-08-13
*
Merge #6789 from ZyX-I/lua-path
Justin M. Keyes
2017-06-27
|
\
|
*
lua: Use automatic determining of suffixes only for package.cpath
ZyX
2017-05-28
|
*
lua: Add paths from &runtimepath to package.path and package.cpath
ZyX
2017-05-25
*
|
lint: fix indentation of FUNC_ATTR lines
Björn Linse
2017-06-03
|
/
*
lua: Add PVS comment to lua/*.c
ZyX
2017-05-20
*
api: execute lua directly from the remote api
Björn Linse
2017-05-13
*
lua/converter: Fix typo in assert condition (#6708)
Nikolai Aleksandrovich Pavlov
2017-05-10
*
Merge branch 'master' into luaviml'/lua
ZyX
2017-05-08
*
lua/converter: Remove useless macros
ZyX
2017-04-11
*
lua: Fix header guards
ZyX
2017-04-11
*
lua: Move files from src/nvim/viml/executor to src/nvim/lua
ZyX
2017-04-11