summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-30 12:41:46 -0400
committerpommicket <pommicket@gmail.com>2025-09-30 12:41:46 -0400
commitf7993d24a0dfd4762f84378722bd39b07c0fe405 (patch)
tree0bedeb9afcd54c8c5b09f5cd64c46148626b3845 /command.h
parent13143e9d1a78c8e0135336bbfcc922ef28c0196a (diff)
Use a cursor for code actions
Diffstat (limited to 'command.h')
-rw-r--r--command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.h b/command.h
index 2f60a7a..7a141a7 100644
--- a/command.h
+++ b/command.h
@@ -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,