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
/
executor.c
Commit message (
Expand
)
Author
Age
*
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
*
|
refactor(uncrustify): format all c files
Dundar Göc
2022-03-10
*
|
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): 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
*
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
*
fix(lua): print multiple return values with =expr (#16933)
Shadman
2022-01-06
*
feat: filetype.lua (#16600)
Gregory Anders
2022-01-04
*
feat(lua): make =expr print result of expr
shadmansaleh
2022-01-04
*
feat(api): implement nvim_{add,del}_user_command
Gregory Anders
2021-12-28
*
perf: pre-compile embedded Lua source into bytecode (#16631)
Gregory Anders
2021-12-16
*
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
*
refactor: reduce number of explicit char casts (#16077)
dundargoc
2021-11-16
*
feat(lua): enable stack traces in error output (#16228)
Gregory Anders
2021-11-06
*
vim-patch:8.1.0779: argument for message functions is inconsistent
James McCoy
2021-11-01
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: split executor.c into two files
Dundar Göc
2021-10-26
*
feat: add vim.str_utf_pos function
Michael Lingelbach
2021-10-24
*
fix(runtime): don't use regexes inside lua require'mod'
Björn Linse
2021-10-17
*
refactor: format with uncrustify #15842
dundargoc
2021-10-02
*
feat(lua): expose lua-cjson as vim.json
Michael Lingelbach
2021-09-26
*
refactor: format with uncrustify #15722
dundargoc
2021-09-19
*
docs: third-party licenses, TEST_COLORS, system() #15665
Justin M. Keyes
2021-09-14
*
feat(lua): make vim.mpack support vim.NIL and vim.empty_dict()
Björn Linse
2021-09-09
*
feat(lua): add vim.mpack for msgpack support in lua
Björn Linse
2021-09-09
*
feat(lua)!: register_keystroke_callback => on_key
Justin M. Keyes
2021-09-09
*
fix(lua): make core vim module not dependent on $VIMRUNTIME functions
Björn Linse
2021-08-30
*
Merge #15293 Vimscript "method" syntax
Justin M. Keyes
2021-08-26
|
\
|
*
vim-patch:8.1.1800: function call functions have too many arguments
Sean Dewar
2021-08-12
*
|
refactor(map): remove extra-allocating map_new/map_free functions
Björn Linse
2021-08-22
*
|
Merge pull request #15451 from bfredl/metamap
Björn Linse
2021-08-22
|
\
\
|
*
|
refactor(api): remove unneccesary indirection around handles
Björn Linse
2021-08-22
|
|
/
*
/
feat(api): add lua C bindings for xdiff (#14536)
Lewis Russell
2021-08-22
|
/
*
refactor(lua): initialize lua state at startup instead of dynamically
Björn Linse
2021-07-19
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
BugFix: Fix inconsistent verbose message
shadmansaleh
2021-06-21
*
refactor(source): Move lua file detection to do_source
shadmansaleh
2021-06-11
*
lua: use proper conversion of vim.g values
Björn Linse
2021-05-19
[next]