mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 18:28:19 +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
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/version_defs.h"
|
||||
#include "nvim/version.h"
|
||||
#include "nvim/misc1.h"
|
||||
#include "nvim/charset.h"
|
||||
#include "nvim/cursor.h"
|
||||
|
Reference in New Issue
Block a user