taskwarrior/scripts
Michal Koutný 3248437326
Fix fish completion (#3068)
* Fix fish completions

As per [1] printf in fish does not support '--' as a delimiter of format
string and args.
It used to work (accidentally) earlier (fish 3.5, glibc 2.31) but it is
broken (fish 3.6, glibc 2.36) nowadays.
Fix it by using the simple form of printf invocation with no argument
escaping.

Fixes: #3048

[1] https://fishshell.com/docs/current/cmds/printf.html#description

* Fix fish completions with older fish

Older versions (fish 3.5) cannot cope with '-' in printf format hence
add a workaround for these.
2023-07-25 15:29:50 -04:00
..
add-ons meta: Adjust copyright headers 2021-09-05 12:02:07 -04:00
bash meta: Adjust copyright headers 2021-09-05 12:02:07 -04:00
fish Fix fish completion (#3068) 2023-07-25 15:29:50 -04:00
hooks Hooks readme : mention task diagnotics debug 2021-03-18 21:59:42 -04:00
vim Change "client key" to "client id" (#3130) 2023-07-11 22:13:53 -04:00
zsh Truely remove priority from hardcoded attrributes 2021-10-02 21:27:10 -04:00
CMakeLists.txt Install zsh completer to site-functions 2020-03-12 10:43:34 -04:00
reproduce-dockerfile Sync against taskchampion-sync-server (#3118) 2023-07-08 10:27:33 -04:00
review-dockerfile Sync against taskchampion-sync-server (#3118) 2023-07-08 10:27:33 -04:00