mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +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:
@@ -41,7 +41,7 @@ typedef struct {
|
||||
// for Map(K, V)
|
||||
#include "nvim/map.h"
|
||||
// for kvec
|
||||
#include "nvim/lib/kvec.h"
|
||||
#include "klib/kvec.h"
|
||||
// for marktree
|
||||
#include "nvim/marktree.h"
|
||||
|
||||
|
Reference in New Issue
Block a user