diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-05-09 20:00:05 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2023-05-10 09:34:52 +0200 |
commit | a7159c5954c71efcf750c76f8861f19821d5e9b8 (patch) | |
tree | 27455cd6bb60f555272ae2c8b1ec1953136b8192 /src | |
parent | 8075b32ebc6311d7985e94c780fafecc4e8def9f (diff) | |
download | profani-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.c | 1 |
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"); |