aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-03-08 21:54:57 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-03-08 21:54:57 -0400
commit927ff6f32647592988b2eae6d99e7e49a89948f4 (patch)
treece6c4318f8c909d77597c616469159d0902e3fda /src/nvim/buffer.c
parentd2e13d3b3dab18555fa319db4960b8acdb09d6ae (diff)
parente0f8eea9f103370be7fd8faefae78482c654cb06 (diff)
downloadrneovim-927ff6f32647592988b2eae6d99e7e49a89948f4.tar.gz
rneovim-927ff6f32647592988b2eae6d99e7e49a89948f4.tar.bz2
rneovim-927ff6f32647592988b2eae6d99e7e49a89948f4.zip
Merge #2081 'avoid spurious rebuilds from git operations'
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r--src/nvim/buffer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c
index fa25b68641..c4abcd77b1 100644
--- a/src/nvim/buffer.c
+++ b/src/nvim/buffer.c
@@ -70,6 +70,7 @@
#include "nvim/syntax.h"
#include "nvim/ui.h"
#include "nvim/undo.h"
+#include "nvim/version.h"
#include "nvim/window.h"
#include "nvim/os/os.h"
#include "nvim/os/time.h"
@@ -4033,8 +4034,6 @@ void do_modelines(int flags)
--entered;
}
-#include "nvim/version_defs.h" /* for version number */
-
/*
* chk_modeline() - check a single line for a mode string
* Return FAIL if an error encountered.