mirror of
https://github.com/neovim/neovim.git
synced 2026-03-25 10:00:51 +00:00
* Add sha256.c/h to clint-files.txt. * Add sha256.c to CONV_SRCS in src/nvim/CMakeLists.txt. * Use size_t for lengths and const for read-only parameters. * Use restrict keyword. * Refine #includes.