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
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
refactor(source): remove unnecessary concatenation with Lua (#28499)
zeertzjq
2024-04-25
*
fix(lua): only free luarefs when returning from API (#28373)
zeertzjq
2024-04-17
*
feat(lua): pass keys before mapping to vim.on_key() callback (#28098)
zeertzjq
2024-03-31
*
test: add a bit more testing for vim.on_key() (#28095)
zeertzjq
2024-03-29
*
refactor(treesitter): redesign query iterating
Lewis Russell
2024-03-19
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
refactor: use ml_get_buf_len() in API code (#27825)
zeertzjq
2024-03-12
*
refactor(metadata): generate all metadata in lua
bfredl
2024-02-28
*
refactor(fileio): remove API shell layer encouraging unnecessary allocations
bfredl
2024-02-25
*
refactor(api): use an arena for mappings
bfredl
2024-02-18
*
refactor(eval): use arena when converting typvals to Object
bfredl
2024-02-15
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
feat(ex_cmds): no error on :lua with {range} and {code} (#27290)
luukvbaal
2024-02-02
*
fix(lua): avoid internal error when :luado deletes lines (#27262)
zeertzjq
2024-01-30
*
docs(lua): update ":{range}lua" docs + error message #27231
Justin M. Keyes
2024-01-27
*
feat(ex_cmds): ranged :lua #27167
luukvbaal
2024-01-26
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: remove os_errmsg and os_msg functions
dundargoc
2023-12-23
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
fix(lua): memory leak when using invalid syntax with exists() (#26530)
zeertzjq
2023-12-12
*
feat(eval): exists() function supports checking v:lua functions (#26485)
Raphael
2023-12-12
*
vim-patch:8.2.3695: confusing error for missing key (#26420)
zeertzjq
2023-12-06
*
refactor: change event_create() to a macro (#26343)
zeertzjq
2023-12-01
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
docs: small fixes (#26154)
dundargoc
2023-11-27
*
fix(lua): disallow vim.wait() in fast contexts
Lewis Russell
2023-11-27
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
build: bump uncrustify version
dundargoc
2023-11-19
*
fix(lua): only disable vim.schedule() when closing main loop (#26090)
zeertzjq
2023-11-17
*
fix(lua): do not schedule events if Nvim is exiting
Gregory Anders
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
fix(f_wait): flush UI before blocking (#25962)
zeertzjq
2023-11-10
*
fix: flush UI state before blocking in vim.wait (#25938)
Gregory Anders
2023-11-08
*
refactor: move defaults into separate module (#25929)
Gregory Anders
2023-11-08
*
refactor: the long goodbye
dundargoc
2023-11-05
*
fix(ui): empty line before the next message after :silent command
nwounkn
2023-10-14
*
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
zeertzjq
2023-10-02
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
*
build: download busted from own neovim/deps repository
dundargoc
2023-09-03
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
fix(treesitter): logger memory leak
Lewis Russell
2023-08-13
*
docs: also change "vimL" and "viml" to "Vimscript" (#24414)
zeertzjq
2023-07-21
*
refactor: rename _meta.lua to _options.lua
Lewis Russell
2023-07-17
[next]