mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
fd23d588fe
Changes since 1.1.4 (from [1]): 1.1.5 2015-07-17: - doc/unibi_{get,set}_ext_*_name: Fix man's “can't break line” warnings - Merge pull request #12 from Debian/manpage-warnings - fix variable name parsing in %g/%P (gh #14) 1.1.6 2015-07-23: - neatify formatting - factor out TAP pseudo-library - regenerate static tests - add screen-256color sanity test - make ok() accept printf varargs - regenerate static tests - mark test functions as potentially unused - more test stuff - use note for annotations instead of diag - regenerate static tests - fix nested conditionals - add ansi-pfkey test because why not 1.2.0 2015-08-14: - add helper functions for unibi_var_t manipulation - document semantics of zero-initializing unibi_var_t [1] https://github.com/mauke/unibilium/compare/v1.1.4...v1.2.0 |
||
---|---|---|
.. | ||
cmake | ||
CMakeLists.txt | ||
README.md |
Third party dependencies for neovim
This directory contains the recipes to build any third party dependencies for neovim which, for one reason or another, we cannot rely on the system to supply.
Most of the details are captured in the CMakeLists.txt
, but we have a
dedicated directory in case any of the dependencies requires patching and other
support.