aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-04-28 00:09:33 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-04-28 00:09:33 -0400
commit81e0874a54de2213af13dda385b2c2d46cec14ae (patch)
treeb91196a7482673679909b981128764f4adbd0611
parent860a0194a4bf699afbf07e85ddeac72a946cf23f (diff)
downloadrneovim-81e0874a54de2213af13dda385b2c2d46cec14ae.tar.gz
rneovim-81e0874a54de2213af13dda385b2c2d46cec14ae.tar.bz2
rneovim-81e0874a54de2213af13dda385b2c2d46cec14ae.zip
option.c: include header for completeopt_was_set
-rw-r--r--src/nvim/option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c
index df271e9eb5..402da42912 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -32,6 +32,7 @@
#include "nvim/vim.h"
#include "nvim/ascii.h"
+#include "nvim/edit.h"
#include "nvim/option.h"
#include "nvim/buffer.h"
#include "nvim/charset.h"