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
*
fix(api): correctly pass f-args for nvim_create_user_command (#18098)
Gregory Anders
2022-04-13
*
fix(api, lua): return NIL on failure to find converted function (#17779)
zeertzjq
2022-03-20
*
Merge pull request #17459 from rktjmp/lua-error-tostring
bfredl
2022-03-18
|
\
|
*
feat: call __tostring on lua errors if possible before reporting to user
Oliver Marriott
2022-02-25
*
|
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(uncrustify): format all c files
Dundar Göc
2022-03-10
*
|
chore(lgtm): fix "empty block without comment" warnings
Dundar Göc
2022-03-09
*
|
fix(lua): don't use nlua_error when exiting early
bfredl
2022-03-07
*
|
refactor(lua): move only runtime lua file in src/ to runtime/lua
bfredl
2022-03-04
*
|
refactor(lua): reorganize builtin modules, phase 1
bfredl
2022-03-03
*
|
Merge pull request #15079 from shadmansaleh/feat/verbose_lua
bfredl
2022-03-01
|
\
\
|
*
|
fix: anonymous sid not working
shadmansaleh
2022-02-28
|
*
|
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
|
|
feat(lua): add missing changes to autocmds lost in the rebase
TJ DeVries
2022-02-28
|
/
/
*
|
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27
*
|
feat(lua): add <f-args> to user commands callback (#17522)
Javier Lopez
2022-02-27
*
|
refactor(lua): cleanup and docs for threads
bfredl
2022-02-26
*
|
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(lua): call loadfile internally
Lewis Russell
2022-02-18
*
fix: autoload variables not loaded with vim.g & nvim_get_var
shadmansaleh
2022-02-13
*
fix(lua): restore priority of the preloader
Lewis Russell
2022-02-05
*
fix(diff): make algorithm work for vim.diff (#17300)
Lewis Russell
2022-02-05
*
vim-patch:8.2.4241: some type casts are redundant
Dundar Göc
2022-01-30
*
feat(ts): expose minimum language version to lua (#17186)
Thomas Vigouroux
2022-01-27
*
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
*
feat(treesitter): set allocator when possible
Thomas Vigouroux
2022-01-09
*
fix(lua): print multiple return values with =expr (#16933)
Shadman
2022-01-06
*
feat(lua): add notify_once() (#16956)
Gregory Anders
2022-01-06
*
feat(lua): add vim.keymap
shadmansaleh
2022-01-04
*
feat: filetype.lua (#16600)
Gregory Anders
2022-01-04
*
feat(lua): make =expr print result of expr
shadmansaleh
2022-01-04
*
fix(lua): stricter type check when calling API function (#16745)
dundargoc
2022-01-03
*
refactor(PVS/V009): add special comment at top of file required by PVS
Dundar Göc
2022-01-01
*
Merge pull request #16752 from gpanders/lua-user-commands
Björn Linse
2021-12-28
|
\
|
*
feat(api): implement nvim_{add,del}_user_command
Gregory Anders
2021-12-28
*
|
chore: fix typos (#16506)
dundargoc
2021-12-28
|
/
*
feat(lua): add vim.spell (#16620)
Lewis Russell
2021-12-25
*
perf: pre-compile embedded Lua source into bytecode (#16631)
Gregory Anders
2021-12-16
*
Merge pull request #16666 from mjlbach/fix/bad-cast
Michael Lingelbach
2021-12-15
|
\
|
*
chore: improve naming consistency in str_utf_start
Michael Lingelbach
2021-12-15
|
*
fix: do not cast offset to char_u
Michael Lingelbach
2021-12-15
*
|
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
|
/
*
fix: check for interrupt in nvim_echo, write_msg and nlua_print (#16537)
ii14
2021-12-08
*
Merge pull request #16411 from dundargoc/refactor/upgrade-uncrustify
Björn Linse
2021-12-04
|
\
|
*
refactor: upgrade uncrustify config version to 0.74.0
Dundar Göc
2021-11-23
*
|
docs(lsp): add annotations for private functions
Gregory Anders
2021-11-30
*
|
chore: fix typos
ii14
2021-11-30
[next]