mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
paste: WIP #4448
This commit is contained in:
@@ -72,12 +72,6 @@
|
||||
# define VIMRC_FILE ".nvimrc"
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
kNone = -1,
|
||||
kFalse = 0,
|
||||
kTrue = 1,
|
||||
} TriState;
|
||||
|
||||
EXTERN struct nvim_stats_s {
|
||||
int64_t fsync;
|
||||
int64_t redraw;
|
||||
|
Reference in New Issue
Block a user