mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
refactor: move klib out of src/nvim/ #20341
It's confusing to mix vendored dependencies with neovim source code. A clean separation is simpler to keep track of and simpler to document.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <msgpack.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "klib/kvec.h"
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/charset.h" // vim_str2nr
|
||||
#include "nvim/eval.h"
|
||||
@@ -11,7 +12,6 @@
|
||||
#include "nvim/eval/encode.h"
|
||||
#include "nvim/eval/typval.h"
|
||||
#include "nvim/globals.h"
|
||||
#include "nvim/lib/kvec.h"
|
||||
#include "nvim/macros.h"
|
||||
#include "nvim/message.h"
|
||||
#include "nvim/vim.h" // OK, FAIL
|
||||
|
Reference in New Issue
Block a user