zsh completions: Remove leftover comment from development

It really works as a sequence, thanks to the compset trick.
This commit is contained in:
ivan tkachenko
2022-12-27 22:15:23 +03:00
parent 53c3839e60
commit b7bf395622

View File

@@ -54,7 +54,6 @@ function _konsole_profile_properties() {
case "$service" in
(konsoleprofile)
# XXX: this doesn't really work as a sequence. any ideas?
_arguments \
'1:properties:_konsole_profile_properties'
;;