mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
config: split out versiondef.h from config.h
This avoids recompiling every c file after comitting.
This commit is contained in:

committed by
Justin M. Keyes

parent
d2e13d3b3d
commit
4f92178a75
@@ -351,7 +351,6 @@ typedef enum {
|
||||
* The reason to use this table anyway is for very quick access to the
|
||||
* variables with the VV_ defines.
|
||||
*/
|
||||
#include "nvim/version_defs.h"
|
||||
|
||||
/* values for vv_flags: */
|
||||
#define VV_COMPAT 1 /* compatible, also used without "v:" */
|
||||
|
Reference in New Issue
Block a user