aboutsummaryrefslogtreecommitdiff
path: root/src/klib/kvec.h
Commit message (Collapse)AuthorAge
* refactor: replace char_u with charDundar Göc2022-11-26
| | | | Work on https://github.com/neovim/neovim/issues/459
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
It's confusing to mix vendored dependencies with neovim source code. A clean separation is simpler to keep track of and simpler to document.