aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/edit.h')
-rw-r--r--src/nvim/edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/edit.h b/src/nvim/edit.h
index 3ab0f1ba59..152373590e 100644
--- a/src/nvim/edit.h
+++ b/src/nvim/edit.h
@@ -1,7 +1,7 @@
#ifndef NEOVIM_EDIT_H
#define NEOVIM_EDIT_H
-#include "vim.h"
+#include "nvim/vim.h"
/*
* Array indexes used for cptext argument of ins_compl_add().