mirror of
https://github.com/neovim/neovim.git
synced 2026-03-30 20:32:08 +00:00
Group up to 15 vimpatch numbers in 1 line to guard against 'make formatc'. 1-liner for vim_versions, num_patches. Automate '*Version' to remove version.h macros. '-V1 -v' lists merged Vim versions.
15 lines
315 B
C
15 lines
315 B
C
#pragma once
|
|
|
|
#include "nvim/api/private/defs.h" // IWYU pragma: keep
|
|
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
|
|
#include "nvim/macros_defs.h"
|
|
|
|
// defined in version.c
|
|
extern char *Versions[];
|
|
extern char *longVersion;
|
|
#ifndef NDEBUG
|
|
extern char *version_cflags;
|
|
#endif
|
|
|
|
#include "version.h.generated.h"
|