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 408bfbe..97a7c43 100644
--- a/command.h
+++ b/command.h
@@ -46,6 +46,8 @@ typedef enum {
CMD_END_OF_FILE,
/// go to previous position
CMD_PREVIOUS_POSITION,
+ /// move cursor to matching bracket
+ CMD_MATCHING_BRACKET,
CMD_SELECT_START_OF_FILE,
CMD_SELECT_END_OF_FILE,
/// select entire buffer