mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
feat(terminal): parse current buffer contents in nvim_open_term() (#33720)
When nvim_open_term() is called with a non-empty buffer, the buffer contents are piped into the PTY.
This commit is contained in:
@@ -879,6 +879,7 @@ def CheckIncludes(filename, lines, error):
|
||||
"mpack/mpack_core.h",
|
||||
"mpack/object.h",
|
||||
"nvim/func_attr.h",
|
||||
"nvim/strings.h",
|
||||
"termkey/termkey.h",
|
||||
"vterm/vterm.h",
|
||||
"xdiff/xdiff.h",
|
||||
|
Reference in New Issue
Block a user