Commit Diff


commit - 77a485296d2490cd094103c9fb5cfafae83ddd0f
commit + a671711020e5e6ebd5585a118a03801c79136a4d
blob - fc7484ba7bcc79961838ef5568f1d9e9a6226e43
blob + f82f8aba82053b4344b19225585199aa6957a462
--- compl.c
+++ compl.c
@@ -19,6 +19,9 @@
 #include "compl.h"
 #include "telescope.h"
 
+/*
+ * Provide completions for execute-extended-command (eecmd).
+ */
 const char *
 compl_eecmd(void **data, void **ret)
 {
@@ -34,6 +37,9 @@ compl_eecmd(void **data, void **ret)
 	return (*state)++->cmd;
 }
 
+/*
+ * Provide completions for tab-select.
+ */
 const char *
 compl_ts(void **data, void **ret)
 {