summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'command.h')
-rw-r--r--command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/command.h b/command.h
index b2da2c5..39f861d 100644
--- a/command.h
+++ b/command.h
@@ -56,6 +56,7 @@ ENUM_U16 {
CMD_RELOAD_ALL, // reload all buffers from file
CMD_QUIT,
+ CMD_SET_LANGUAGE,
CMD_AUTOCOMPLETE,
CMD_AUTOCOMPLETE_BACK,
@@ -143,6 +144,7 @@ static CommandName const command_names[] = {
{"save-all", CMD_SAVE_ALL},
{"reload-all", CMD_RELOAD_ALL},
{"quit", CMD_QUIT},
+ {"set-language", CMD_SET_LANGUAGE},
{"command-selector", CMD_COMMAND_SELECTOR},
{"open-config", CMD_OPEN_CONFIG},
{"undo", CMD_UNDO},