index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
nvim
/
lua
/
executor.c
Age
Commit message (
Expand
)
Author
Files
2024-11-01
feat(lua): allow vim.on_key() callback to consume the key (#30939)
errael
1
2024-10-12
fix(lua): avoid recursive vim.on_key() callback (#30753)
zeertzjq
1
2024-08-26
feat(treesitter): add support for wasm parsers
Lewis Russell
1
2024-07-13
fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677)
zeertzjq
1
2024-07-06
fix(lua): don't include text after cursor in completion pattern (#29587)
zeertzjq
1
2024-06-18
refactor(lua): remove unnecessary strlen() in nlua_expand_pat() (#29388)
zeertzjq
1
2024-06-18
fix(lua): find length of completion prefix earlier (#29384)
zeertzjq
1
2024-06-01
refactor: move shared messages to errors.h #26214
Justin M. Keyes
1
2024-04-25
refactor(source): remove unnecessary concatenation with Lua (#28499)
zeertzjq
1
2024-04-17
fix(lua): only free luarefs when returning from API (#28373)
zeertzjq
1
2024-03-31
feat(lua): pass keys before mapping to vim.on_key() callback (#28098)
zeertzjq
1
2024-03-29
test: add a bit more testing for vim.on_key() (#28095)
zeertzjq
1
2024-03-19
refactor(treesitter): redesign query iterating
Lewis Russell
1
2024-03-13
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
1
2024-03-12
refactor: use ml_get_buf_len() in API code (#27825)
zeertzjq
1
2024-02-28
refactor(metadata): generate all metadata in lua
bfredl
1
2024-02-25
refactor(fileio): remove API shell layer encouraging unnecessary allocations
bfredl
1
2024-02-18
refactor(api): use an arena for mappings
bfredl
1
2024-02-15
refactor(eval): use arena when converting typvals to Object
bfredl
1
2024-02-13
refactor(lua): use Arena when converting from lua stack to API args
bfredl
1
2024-02-02
feat(ex_cmds): no error on :lua with {range} and {code} (#27290)
luukvbaal
1
2024-01-30
fix(lua): avoid internal error when :luado deletes lines (#27262)
zeertzjq
1
2024-01-27
docs(lua): update ":{range}lua" docs + error message #27231
Justin M. Keyes
1
2024-01-26
feat(ex_cmds): ranged :lua #27167
luukvbaal
1
2024-01-11
refactor(IWYU): fix headers
dundargoc
1
2023-12-30
refactor: follow style guide
dundargoc
1
2023-12-23
refactor: remove os_errmsg and os_msg functions
dundargoc
1
2023-12-21
refactor: run IWYU on entire repo
dundargoc
1
2023-12-20
refactor: eliminate cyclic includes
dundargoc
1
2023-12-17
refactor: move non-symbols to defs.h headers
dundargoc
1
2023-12-12
fix(lua): memory leak when using invalid syntax with exists() (#26530)
zeertzjq
1
2023-12-12
feat(eval): exists() function supports checking v:lua functions (#26485)
Raphael
1
2023-12-06
vim-patch:8.2.3695: confusing error for missing key (#26420)
zeertzjq
1
2023-12-01
refactor: change event_create() to a macro (#26343)
zeertzjq
1
2023-11-28
refactor: fix headers with IWYU
dundargoc
1
2023-11-27
build(IWYU): fix includes for undo_defs.h
dundargoc
1
2023-11-27
docs: small fixes (#26154)
dundargoc
1
2023-11-27
fix(lua): disallow vim.wait() in fast contexts
Lewis Russell
1
2023-11-20
refactor: enable formatting for ternaries
dundargoc
1
2023-11-19
build: bump uncrustify version
dundargoc
1
2023-11-17
fix(lua): only disable vim.schedule() when closing main loop (#26090)
zeertzjq
1
2023-11-13
fix(lua): do not schedule events if Nvim is exiting
Gregory Anders
1
2023-11-12
build: remove PVS
dundargoc
1
2023-11-10
fix(f_wait): flush UI before blocking (#25962)
zeertzjq
1
2023-11-08
fix: flush UI state before blocking in vim.wait (#25938)
Gregory Anders
1
2023-11-08
refactor: move defaults into separate module (#25929)
Gregory Anders
1
2023-11-05
refactor: the long goodbye
dundargoc
1
2023-10-14
fix(ui): empty line before the next message after :silent command
nwounkn
1
2023-10-02
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
zeertzjq
1
2023-09-30
refactor: reorganize option header files (#25437)
zeertzjq
1
[prev]
[next]