mirror of
https://github.com/neovim/neovim.git
synced 2026-03-16 13:57:25 +00:00
Implement a generic string->pointer associative array on top of the khash macro library, providing a nice API for simple hash table requirements. (khash gives lot of control with a not-so-friendly API, which is unnecessary on most cases)