aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/keysets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/api/keysets.h')
-rw-r--r--src/nvim/api/keysets.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nvim/api/keysets.h b/src/nvim/api/keysets.h
index 429826f231..18f6d5368b 100644
--- a/src/nvim/api/keysets.h
+++ b/src/nvim/api/keysets.h
@@ -197,6 +197,11 @@ typedef struct {
} Dict(get_highlight);
typedef struct {
+ OptionalKeys is_set__get_ns_;
+ Window winid;
+} Dict(get_ns);
+
+typedef struct {
OptionalKeys is_set__win_text_height_;
Integer start_row;
Integer end_row;