about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-05-09 20:00:05 +0200
committerMichael Vetter <jubalh@iodoru.org>2023-05-10 09:34:52 +0200
commita7159c5954c71efcf750c76f8861f19821d5e9b8 (patch)
tree27455cd6bb60f555272ae2c8b1ec1953136b8192 /src
parent8075b32ebc6311d7985e94c780fafecc4e8def9f (diff)
downloadprofani-tty-a7159c5954c71efcf750c76f8861f19821d5e9b8.tar.gz
Add vcard_photo to /executable autocompletion
Was forgotten in f934c5b59.
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_ac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c
index deda8abe..17d08888 100644
--- a/src/command/cmd_ac.c
+++ b/src/command/cmd_ac.c
@@ -1115,6 +1115,7 @@ cmd_ac_init(void)
     autocomplete_add(executable_ac, "urlopen");
     autocomplete_add(executable_ac, "urlsave");
     autocomplete_add(executable_ac, "editor");
+    autocomplete_add(executable_ac, "vcard_photo");
 
     intype_ac = autocomplete_new();
     autocomplete_add(intype_ac, "console");