From c3a3e654282e774ff400443cbfcbe78630fe4206 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Tue, 26 Oct 2021 12:52:49 +0200 Subject: refactor(api): break out vim_to_object/object_to_vim to own file --- src/nvim/context.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/context.c') 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" -- cgit