refactor: move ga_loaded to runtime.c (#22626)

This commit is contained in:
zeertzjq
2023-03-11 17:58:05 +08:00
committed by GitHub
parent a1edbd3564
commit 402c31a82d
3 changed files with 84 additions and 79 deletions

View File

@@ -22,7 +22,6 @@
#include "nvim/api/private/helpers.h"
#include "nvim/ascii.h"
#include "nvim/buffer_defs.h"
#include "nvim/eval.h"
#include "nvim/eval/typval.h"
#include "nvim/eval/typval_defs.h"
#include "nvim/ex_eval.h"
@@ -38,6 +37,7 @@
#include "nvim/memory.h"
#include "nvim/pos.h"
#include "nvim/regexp.h"
#include "nvim/runtime.h"
#include "nvim/types.h"
#include "nvim/vim.h"