diff options
| author | Björn Linse <bjorn.linse@gmail.com> | 2015-03-01 16:36:10 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-08 21:54:57 -0400 |
| commit | 4f92178a7597f0478f306086933a163109ee894c (patch) | |
| tree | ff9663b78d4015159dbfffb39b27b4441fd225cf /src/nvim/ex_cmds2.c | |
| parent | d2e13d3b3dab18555fa319db4960b8acdb09d6ae (diff) | |
| download | rneovim-4f92178a7597f0478f306086933a163109ee894c.tar.gz rneovim-4f92178a7597f0478f306086933a163109ee894c.tar.bz2 rneovim-4f92178a7597f0478f306086933a163109ee894c.zip | |
config: split out versiondef.h from config.h
This avoids recompiling every c file after comitting.
Diffstat (limited to 'src/nvim/ex_cmds2.c')
| -rw-r--r-- | src/nvim/ex_cmds2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c index ffafe3cffb..44cb2d48a2 100644 --- a/src/nvim/ex_cmds2.c +++ b/src/nvim/ex_cmds2.c @@ -21,7 +21,7 @@ #ifdef HAVE_LOCALE_H # include <locale.h> #endif -#include "nvim/version_defs.h" +#include "nvim/version.h" #include "nvim/ex_cmds2.h" #include "nvim/buffer.h" #include "nvim/charset.h" |