summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/vyconf.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/vyconf.proto b/data/vyconf.proto
index fbc7f2d..f45792a 100644
--- a/data/vyconf.proto
+++ b/data/vyconf.proto
@@ -185,6 +185,10 @@ message Request {
optional int32 dummy = 1;
}
+ message ConfigUnsaved {
+ optional string file = 1;
+ }
+
oneof msg {
Prompt prompt = 1;
@@ -224,6 +228,7 @@ message Request {
ResetEditLevel reset_edit_level = 35;
GetEditLevel get_edit_level = 36;
EditLevelRoot edit_level_root = 37;
+ ConfigUnsaved config_unsaved = 38;
}
}