From a1508c9f6d81177918c366bd9fa0aa5dd12e60a2 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Wed, 2 Sep 2020 19:49:30 +0200 Subject: nvim__screenshot --- src/nvim/api/ui_events.in.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nvim/api/ui_events.in.h') diff --git a/src/nvim/api/ui_events.in.h b/src/nvim/api/ui_events.in.h index ab31db39e9..ef5e90bf5c 100644 --- a/src/nvim/api/ui_events.in.h +++ b/src/nvim/api/ui_events.in.h @@ -36,6 +36,8 @@ void set_title(String title) FUNC_API_SINCE(3); void set_icon(String icon) FUNC_API_SINCE(3); +void screenshot(String path) + FUNC_API_SINCE(7) FUNC_API_REMOTE_IMPL; void option_set(String name, Object value) FUNC_API_SINCE(4) FUNC_API_BRIDGE_IMPL; // Stop event is not exported as such, represented by EOF in the msgpack stream. -- cgit