mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +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
@@ -1,6 +1,11 @@
|
||||
#ifndef NVIM_VERSION_H
|
||||
#define NVIM_VERSION_H
|
||||
|
||||
// defined in version.c
|
||||
extern char* Version;
|
||||
extern char* mediumVersion;
|
||||
extern char* longVersion;
|
||||
|
||||
//
|
||||
// Vim version number, name, etc. Patchlevel is defined in version.c.
|
||||
//
|
||||
|
Reference in New Issue
Block a user