Files
neovim/third-party
Justin M. Keyes 4e39eee13c deps: upgrade libvterm
New feature: `VTermState->mode.bracketpaste`
  Enabled by default, but note that `vterm_state_reset()` disables it.
  https://github.com/neovim/libvterm/commit/03981def6baedf459ff1539531f8a389520038fa
References #3476

New feature: `vterm_state_set_unrecognised_fallbacks`
  https://github.com/neovim/libvterm/commit/acf7f19713587df91ab9bb26c84a2c9a22ba8745

Oh, and terminal reflow works now.
Closes #2514 (but not #3864, that's a bit more tricky)
2016-03-04 20:13:46 -05:00
..
2016-01-16 18:34:31 -05:00
2016-03-04 20:13:46 -05:00
2014-03-21 15:22:00 -04:00

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.