aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/context.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-10-26 12:52:49 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2021-10-29 15:52:28 +0200
commitc3a3e654282e774ff400443cbfcbe78630fe4206 (patch)
treefe25a069ca7dd58fcd4210851e6576ea605fff8d /src/nvim/context.c
parentd1c470957b49380ec5ceba603dbd85a14f60f09b (diff)
downloadrneovim-c3a3e654282e774ff400443cbfcbe78630fe4206.tar.gz
rneovim-c3a3e654282e774ff400443cbfcbe78630fe4206.tar.bz2
rneovim-c3a3e654282e774ff400443cbfcbe78630fe4206.zip
refactor(api): break out vim_to_object/object_to_vim to own file
Diffstat (limited to 'src/nvim/context.c')
-rw-r--r--src/nvim/context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/context.c b/src/nvim/context.c
index 1db7938ef4..911139dfdf 100644
--- a/src/nvim/context.c
+++ b/src/nvim/context.c
@@ -3,6 +3,7 @@
// Context: snapshot of the entire editor state as one big object/map
+#include "nvim/api/private/converter.h"
#include "nvim/api/private/helpers.h"
#include "nvim/api/vim.h"
#include "nvim/context.h"