1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Add comment to easily find where to put the next command

This commit is contained in:
Michael Vetter 2020-07-15 11:04:55 +02:00
parent 0d8b62c9a2
commit d674250977

View File

@ -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