mirror of
https://github.com/neovim/neovim.git
synced 2025-12-24 07:09:05 +00:00
remove stdbool.h include from vim.h and globals.h
This commit is contained in:
committed by
Nicolas Hillegeer
parent
e3db636546
commit
a4f441e547
@@ -11,9 +11,6 @@
|
||||
#include "nvim/memory.h"// for xstrlcpy
|
||||
#include "nvim/types.h"
|
||||
|
||||
/* Included when ported to cmake */
|
||||
/* This is needed to replace TRUE/FALSE macros by true/false from c99 */
|
||||
#include <stdbool.h>
|
||||
/* Some defines from the old feature.h */
|
||||
#define SESSION_FILE "Session.vim"
|
||||
#define MAX_MSG_HIST_LEN 200
|
||||
|
||||
Reference in New Issue
Block a user