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
Commit message (
Expand
)
Author
Age
...
*
|
|
|
|
|
Merge pull request #17583 from zeertzjq/test-old-missing
zeertzjq
2022-03-03
|
\
\
\
\
\
\
|
*
|
|
|
|
|
test(old): add more missing test files and run more tests alone
zeertzjq
2022-03-03
|
/
/
/
/
/
/
*
|
|
|
|
|
feat(diagnostic): add "code" to the diagnostic structure (#17510)
David Shen
2022-03-02
*
|
|
|
|
|
Merge pull request #17579 from zeertzjq/ci-win-fail
James McCoy
2022-03-02
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ci: show failed message on Windows
zeertzjq
2022-03-03
*
|
|
|
|
|
|
Merge pull request #17571 from zeertzjq/pvs-autocmd
zeertzjq
2022-03-03
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
refactor(clang): dead assignment buflocal_nr = 0
zeertzjq
2022-03-02
|
*
|
|
|
|
|
refactor(PVS/V547): aucmd.type == CALLABLE_NONE is always false
zeertzjq
2022-03-02
|
*
|
|
|
|
|
refactor(PVS/V560): ap == NULL is always false
zeertzjq
2022-03-02
*
|
|
|
|
|
|
Merge pull request #17578 from zeertzjq/test-warning-poke
zeertzjq
2022-03-03
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
test: mention poke_eventloop() instead of wait()
zeertzjq
2022-03-02
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
fix(lsp): respect all of 'fixeol', 'eol', and 'binary' applying edits (#17574)
Tim Pope
2022-03-02
*
|
|
|
|
|
|
Merge pull request #17575 from zeertzjq/pty-did-eof
James McCoy
2022-03-02
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
revert: "ci(windows): skip oldtest on windows until failing tests are fixed"
zeertzjq
2022-03-02
|
*
|
|
|
|
|
|
fix(pty_process_win/wait_eof_timer_cb): also check for proc->out.did_eof
zeertzjq
2022-03-02
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #17572 from bfredl/testfix
bfredl
2022-03-02
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
fix(test): only use buffer completion in popupmenu timer test
bfredl
2022-03-02
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #16804 from zeertzjq/ui-aucmd-docs
zeertzjq
2022-03-02
|
\
\
\
\
\
\
|
*
|
|
|
|
|
docs: clarify UIEnter and UILeave docs
zeertzjq
2021-12-27
*
|
|
|
|
|
|
Merge pull request #17570 from zeertzjq/pvs-autocmd-header
zeertzjq
2022-03-02
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
chore(PVS): add PVS header to api/autocmd.c
zeertzjq
2022-03-02
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #17569 from zeertzjq/test-mapping
zeertzjq
2022-03-02
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
test: move two mapping tests to ex_cmds/map_spec.lua
zeertzjq
2022-03-02
|
/
/
/
/
/
/
*
|
|
|
|
|
fix: enable filetype detection and syntax highlighting with --clean (#17566)
Gregory Anders
2022-03-01
*
|
|
|
|
|
Merge pull request #17542 from dundargoc/ci/skip-oldtest-on-windows
James McCoy
2022-03-01
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
ci(windows): skip oldtest on windows until failing tests are fixed
Dundar Göc
2022-03-01
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #17556 from zeertzjq/remove-unused-k-aucmd-special
bfredl
2022-03-01
|
\
\
\
\
\
|
*
|
|
|
|
refactor: remove unused K_AUCMD_SPECIAL
zeertzjq
2022-03-01
*
|
|
|
|
|
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
*
|
|
|
|
|
|
fix(api): include event in get_autocmds (#17553)
Christian Clason
2022-03-01
*
|
|
|
|
|
|
Merge pull request #17557 from zeertzjq/clarify-plug
zeertzjq
2022-03-01
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
docs: clarify actual behavior of <Plug>
zeertzjq
2022-03-01
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #17551 from bfredl/lua_autocmd_rebase
bfredl
2022-02-28
|
\
\
\
\
\
\
|
*
|
|
|
|
|
feat(lua): add missing changes to autocmds lost in the rebase
TJ DeVries
2022-02-28
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #17529 from seandewar/api-string-oopsie
bfredl
2022-02-28
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fix(api): convert blob to NUL-terminated API string
Sean Dewar
2022-02-26
*
|
|
|
|
|
|
Merge pull request #17476 from dundargoc/test/emmylua
zeertzjq
2022-02-28
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
test: correct emmylua annotations
Dundar Göc
2022-02-20
*
|
|
|
|
|
|
Merge pull request #17544 from r0x0d/update-readme-for-fedora-link
zeertzjq
2022-02-28
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
docs: fix fedora broken link in readme
Rodolfo Olivieri
2022-02-27
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #14661 from tjdevries/tjdevries/lua_autocmd_v2
bfredl
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
*
|
|
|
|
|
|
Merge pull request #16969 from shadmansaleh/enhance/ingore_nore_on_plug_keymaps
bfredl
2022-02-27
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
chore: remove <Plug> detection from vim.keymap
shadmansaleh
2022-02-27
|
*
|
|
|
|
|
|
feat: ignore nore on <Plug> maps
shadmansaleh
2022-02-27
*
|
|
|
|
|
|
|
Merge pull request #17540 from jamessan/luv-bump-fix
James McCoy
2022-02-27
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
ci(lint): re-add building of third-party
James McCoy
2022-02-27
[prev]
[next]