mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +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:
@@ -49,8 +49,8 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "klib/kvec.h"
|
||||
#include "nvim/garray.h"
|
||||
#include "nvim/lib/kvec.h"
|
||||
#include "nvim/marktree.h"
|
||||
|
||||
#define T MT_BRANCH_FACTOR
|
||||
|
Reference in New Issue
Block a user