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
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
fix(api): revert unintended change of optional bool params
bfredl
2023-08-09
*
feat(lua): specific error messages for type checking `opts` params
bfredl
2023-08-07
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
fix(messages): use "Vimscript" instead of "VimL" #24111
Justin M. Keyes
2023-06-22
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
refactor(typval): change FC_CFUNC abstraction into FC_LUAREF
bfredl
2022-09-07
*
refactor: replace char_u with char
Dundar Göc
2022-09-06
*
refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)
zeertzjq
2022-08-11
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-05
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
fix(api, lua): return NIL on failure to find converted function (#17779)
zeertzjq
2022-03-20
*
feat(api, lua): support converting nested Funcref back to LuaRef (#17749)
zeertzjq
2022-03-17
*
refactor: fix clint warnings (#17682)
dundargoc
2022-03-13
*
refactor(lua): use references directly on main thread
Björn Linse
2022-02-26
*
feat(lua): add proper support of luv threads
erw7
2022-02-26
*
refactor(coverity/345583): assert fp is non-NULL
James McCoy
2022-01-19
*
feat(api, lua): more conversions between LuaRef and Vim Funcref
zeertzjq
2022-01-13
*
fix(lua): stricter type check when calling API function (#16745)
dundargoc
2022-01-03
*
refactor: upgrade uncrustify config version to 0.74.0
Dundar Göc
2021-11-23
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
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
[next]