mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
version: don't use NVIM_VERSION_* directly outside version.c
This avoids recompiles after commiting.
This commit is contained in:

committed by
Justin M. Keyes

parent
4f92178a75
commit
e0f8eea9f1
@@ -967,10 +967,6 @@ EXTERN int wild_menu_showing INIT(= 0);
|
||||
|
||||
EXTERN char breakat_flags[256]; /* which characters are in 'breakat' */
|
||||
|
||||
/* these are in version.c */
|
||||
extern char *Version;
|
||||
extern char *longVersion;
|
||||
|
||||
/*
|
||||
* Some file names are stored in pathdef.c, which is generated from the
|
||||
* Makefile to make their value depend on the Makefile.
|
||||
|
Reference in New Issue
Block a user