mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
build(deps): vendor libvterm at v0.3.3
Problem: Adding support for modern Nvim features (reflow, OSC 8, full utf8/emoji support) requires coupling libvterm to Nvim internals (e.g., utf8proc). Solution: Vendor libvterm at v0.3.3.
This commit is contained in:
@@ -880,6 +880,7 @@ def CheckIncludes(filename, lines, error):
|
||||
"mpack/object.h",
|
||||
"nvim/func_attr.h",
|
||||
"termkey/termkey.h",
|
||||
"vterm/vterm.h",
|
||||
]
|
||||
|
||||
for i in check_includes_ignore:
|
||||
|
Reference in New Issue
Block a user