diff options
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |