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: 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
*
fix(api, lua): make blank lines in a message work properly (#24244)
zeertzjq
2023-07-04
*
fix(messages): use "Vimscript" instead of "VimL" #24111
Justin M. Keyes
2023-06-22
*
fix: vim.loop in luv threads (#23924)
Lewis Russell
2023-06-05
*
feat(lua): rename vim.loop -> vim.uv (#22846)
Lewis Russell
2023-06-03
*
refactor: fix clang/PVS warnings (#23731)
zeertzjq
2023-05-23
*
refactor(vim.secure): move to lua/secure.c
Lewis Russell
2023-05-22
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
fix(heredoc): allow missing end marker for scripts
zeertzjq
2023-04-29
*
refactor: uncrustify
dundargoc
2023-04-26
*
build: update uncrustify to 0.76
Lewis Russell
2023-04-19
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: add const and remove unnecessary casts (#22841)
ii14
2023-04-01
*
refactor: do more in TRY_WRAP
Lewis Russell
2023-03-22
*
feat(lua): allow `:=expr` as a shorter version of `:lua =expr`
bfredl
2023-03-22
*
refactor(completion): don't add and remove '^' for Lua (#22702)
zeertzjq
2023-03-17
*
refactor!: rename vim.pretty_print => vim.print
Justin M. Keyes
2023-03-13
*
vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)
zeertzjq
2023-03-11
*
Merge pull request #13834 from bfredl/omnilua
bfredl
2023-03-07
|
\
|
*
feat(lua): omnifunc for builting lua interpreter
Björn Linse
2023-03-06
*
|
feat(lua): add semver api
Kelly Lin
2023-03-06
|
/
*
fix(luado): get old_line length before executing Lua code
zeertzjq
2023-03-04
*
refactor: reduce scope of locals as per the style guide (#22211)
dundargoc
2023-02-11
*
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
refactor(exit): pass error message to preserve_exit() (#22097)
zeertzjq
2023-02-04
*
fix(test): fix issues detected by running unittests in ASAN/UBSAN
bfredl
2023-01-31
*
feat(lua): low-level interpreter mode (nvim -ll)
bfredl
2023-01-31
[next]