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
/
os
/
time_defs.h
blob: 9b71a6764dd1b94689ddf7959179a6b10436dd2b (
plain
) (
blame
)
1
2
3
4
#pragma once
#include <stdint.h>
typedef
uint64_t
Timestamp
;