aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authortimeyyy <timeyyy_da_man@hotmail.com>2017-01-18 13:20:07 +0100
committerBjörn Linse <bjorn.linse@gmail.com>2019-11-11 19:43:15 +0100
commita9065a50518ef59351f9d0d32041a991a751653f (patch)
tree4448b4895b8977fcb09b8d87060cfa20fb8058b9 /src/nvim/api/vim.c
parente757f4d5363125e242f1e680d1f5bb53e8014b06 (diff)
downloadrneovim-a9065a50518ef59351f9d0d32041a991a751653f.tar.gz
rneovim-a9065a50518ef59351f9d0d32041a991a751653f.tar.bz2
rneovim-a9065a50518ef59351f9d0d32041a991a751653f.zip
nsmarks: initial commit
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index e587df5384..10f7dd1a7b 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -39,6 +39,7 @@
#include "nvim/ops.h"
#include "nvim/option.h"
#include "nvim/state.h"
+#include "nvim/mark_extended.h"
#include "nvim/syntax.h"
#include "nvim/getchar.h"
#include "nvim/os/input.h"