version: don't use NVIM_VERSION_* directly outside version.c

This avoids recompiles after commiting.
This commit is contained in:
Björn Linse
2015-03-01 16:59:24 +01:00
committed by Justin M. Keyes
parent 4f92178a75
commit e0f8eea9f1
9 changed files with 28 additions and 72 deletions

View File

@@ -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.
//