diff options
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ typedef enum { CMD_FIND_USAGES, CMD_RENAME_SYMBOL, CMD_CODE_ACTION, + CMD_CODE_ACTION_PREV, /// "go to definition of..." menu CMD_GOTO_DEFINITION, |