aboutsummaryrefslogtreecommitdiff
path: root/src/klib/klist.h
Commit message (Collapse)AuthorAge
* refactor: remove use of reserved c++ keywordsii142023-04-06
| | | | | | libnvim couldn't be easily used in C++ due to the use of reserved keywords. Additionally, add explicit casts to *alloc function calls used in inline functions, as C++ doesn't allow implicit casts from void pointers.
* 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.