From c8882ca7e75e2f085ec2e0943d5afa09efc9c8ca Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Mon, 25 Oct 2021 22:29:02 +0200 Subject: refactor(api): move extmark API to its own file --- src/nvim/api/deprecated.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/api/deprecated.c') diff --git a/src/nvim/api/deprecated.c b/src/nvim/api/deprecated.c index 907d09e5b7..815dd70a52 100644 --- a/src/nvim/api/deprecated.c +++ b/src/nvim/api/deprecated.c @@ -8,6 +8,7 @@ #include "nvim/api/buffer.h" #include "nvim/api/deprecated.h" +#include "nvim/api/extmark.h" #include "nvim/api/private/defs.h" #include "nvim/api/private/helpers.h" #include "nvim/api/vim.h" -- cgit