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
/
converter.c
Commit message (
Expand
)
Author
Age
*
fix(api): check type in nlua_pop_keydict (#15940)
virchau13
2021-10-08
*
refactor(api): handle option dicts properly
Björn Linse
2021-10-03
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
refactor: format with uncrustify #15722
dundargoc
2021-09-19
*
feat(nlua): convert Blobs to strings
Sean Dewar
2021-09-15
*
vim-patch:8.1.0735: cannot handle binary data
Sean Dewar
2021-09-15
*
perf(api): avoid spurious allocations when converting small objects
Björn Linse
2021-08-28
*
luaref: simplify handling of table callables and fix leak in vim.fn.call(table)
Björn Linse
2021-04-03
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
lua: cleanup naming conventions of executor functions
Björn Linse
2020-09-10
*
lua: Add ability to pass tables with __call
TJ DeVries
2020-07-10
*
lua: Add ability to pass lua functions directly to vimL
TJ DeVries
2020-07-10
*
vim-patch:8.2.0111: VAR_SPECIAL is also used for booleans
Billy Su
2020-06-06
*
lua: metatable for empty dict value
Björn Linse
2020-01-01
*
doc: fix typos
Brian Wignall
2019-11-27
*
lua: vim.rpcrequest, vim.rpcnotify, vim.NIL
Björn Linse
2019-11-10
*
lua: add vim.fn.{func} for direct access to vimL function
Björn Linse
2019-10-27
*
api/lua: make nvim_execute_lua use native lua floats, not special tables
Björn Linse
2019-07-01
*
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
2019-06-04
*
build/MSVC: fix "C4003: not enough actual parameters for macro"
Justin M. Keyes
2018-03-18
*
*: 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
*
lua: Add PVS comment to lua/*.c
ZyX
2017-05-20
*
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: Move files from src/nvim/viml/executor to src/nvim/lua
ZyX
2017-04-11