diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-10-25 22:29:02 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2021-10-25 22:33:40 +0200 |
commit | c8882ca7e75e2f085ec2e0943d5afa09efc9c8ca (patch) | |
tree | 19317872a166dc5bf3a0f50490281d8b4a2fc1b4 /src/nvim/api/deprecated.c | |
parent | 09e96fe6096f07365eb65b51bb7f2fd0f1b043b0 (diff) | |
download | rneovim-c8882ca7e75e2f085ec2e0943d5afa09efc9c8ca.tar.gz rneovim-c8882ca7e75e2f085ec2e0943d5afa09efc9c8ca.tar.bz2 rneovim-c8882ca7e75e2f085ec2e0943d5afa09efc9c8ca.zip |
refactor(api): move extmark API to its own file
Diffstat (limited to 'src/nvim/api/deprecated.c')
-rw-r--r-- | src/nvim/api/deprecated.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |