nvim__screenshot

This commit is contained in:
Björn Linse
2020-09-02 19:49:30 +02:00
parent 7b1b271f43
commit a1508c9f6d
4 changed files with 46 additions and 3 deletions

View File

@@ -2627,3 +2627,9 @@ void nvim__put_attr(Integer id, Integer start_row, Integer start_col,
decorations_add_luahl_attr(attr, (int)start_row, (colnr_T)start_col,
(int)end_row, (colnr_T)end_col);
}
void nvim__screenshot(String path)
FUNC_API_FAST
{
ui_call_screenshot(path);
}