refactor(api): move extmark API to its own file

This commit is contained in:
Björn Linse
2021-10-25 22:29:02 +02:00
parent 09e96fe609
commit c8882ca7e7
17 changed files with 917 additions and 894 deletions

View File

@@ -8,7 +8,7 @@
#include <stdbool.h>
#include <string.h>
#include "nvim/api/vim.h"
#include "nvim/api/extmark.h"
#include "nvim/context.h"
#include "nvim/decoration.h"
#include "nvim/eval.h"
@@ -679,7 +679,7 @@ void free_all_mem(void)
}
eval_clear();
api_vim_free_all_mem();
api_extmark_free_all_mem();
ctx_free_all();
// Free all buffers. Reset 'autochdir' to avoid accessing things that