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
/
includes
/
pre
/
sys
/
errno.h
blob: 0b8934d33e777b34d1432070a9efce25a532e5cc (
plain
) (
blame
)
1
2
3
4
#include <sys/errno.h>
static const int
kENOENT
=
ENOENT
;
static const int
kEEXIST
=
EEXIST
;