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
/
test
/
functional
/
fixtures
/
lua
/
test_plug
/
submodule_empty
/
health.lua
blob: d2cf86e4f079656685eb45743dc316a8b6150d82 (
plain
) (
blame
)
1
2
3
4
5
6
7
local
M
= {}
M
.
check
=
function
()
return
{}
end
return
M