diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-07-15 11:04:55 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-07-15 11:04:55 +0200 |
commit | d67425097710734f6e6691daddd1eb93c1f56331 (patch) | |
tree | 9449f428b7aced2e3cab699a1fc1e6cea96c6e06 /src | |
parent | 0d8b62c9a29d539889939150ed4da4f33407fa0e (diff) | |
download | profani-tty-d67425097710734f6e6691daddd1eb93c1f56331.tar.gz |
Add comment to easily find where to put the next command
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
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 |