about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-15 11:04:55 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-15 11:04:55 +0200
commitd67425097710734f6e6691daddd1eb93c1f56331 (patch)
tree9449f428b7aced2e3cab699a1fc1e6cea96c6e06 /src/command/cmd_defs.c
parent0d8b62c9a29d539889939150ed4da4f33407fa0e (diff)
downloadprofani-tty-d67425097710734f6e6691daddd1eb93c1f56331.tar.gz
Add comment to easily find where to put the next command
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 1d2bb588..c2a6ad18 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2539,6 +2539,8 @@ static struct cmd_t command_defs[] = {
               "/url open https://profanity-im.github.io",
               "/url save https://profanity-im.github.io/guide/latest/userguide.html /home/user/Download/")
     },
+
+    // NEXT-COMMAND (search helper)
 };
 
 // clang-format on