diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-28 00:09:33 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-28 00:09:33 -0400 |
commit | 81e0874a54de2213af13dda385b2c2d46cec14ae (patch) | |
tree | b91196a7482673679909b981128764f4adbd0611 | |
parent | 860a0194a4bf699afbf07e85ddeac72a946cf23f (diff) | |
download | rneovim-81e0874a54de2213af13dda385b2c2d46cec14ae.tar.gz rneovim-81e0874a54de2213af13dda385b2c2d46cec14ae.tar.bz2 rneovim-81e0874a54de2213af13dda385b2c2d46cec14ae.zip |
option.c: include header for completeopt_was_set
-rw-r--r-- | src/nvim/option.c | 1 |
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" |