summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-04-16 15:22:05 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2021-04-16 15:22:05 -0400
commit2a3bbb6674fe3b0e4ff996cae750a6e2880315ef (patch)
tree12c946157ef5b247bb3606f5cdfe8de82e35ce58 /command.c
parent77cfc38b57626e2c5a0b3549407c13acecb62d20 (diff)
regenerate tags if tag not found
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index 7f54a68..e1c2ee3 100644
--- a/command.c
+++ b/command.c
@@ -364,7 +364,7 @@ void command_execute(Ted *ted, Command c, i64 argument) {
}
} break;
case CMD_GENERATE_TAGS:
- tags_generate(ted);
+ tags_generate(ted, true);
break;
case CMD_GOTO_DEFINITION: