From d242ff18082bf94a14eba32a63efce9627784cc7 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Thu, 7 Nov 2019 23:17:15 +0100 Subject: [PATCH] Add description for automatic fish_update_completions job See #6269 --- share/functions/__fish_config_interactive.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index af03801cf..96ff9d0ef 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -111,7 +111,8 @@ function __fish_config_interactive -d "Initializations that should be performed set -l update_args -B $__fish_data_dir/tools/create_manpage_completions.py --manpath --cleanup-in '~/.config/fish/completions' --cleanup-in '~/.config/fish/generated_completions' for py in python{3,2,} if command -sq $py - $py $update_args >/dev/null 2>&1 & + set -l c $py $update_args + $c (: fish_update_completions: generating completions from man pages) >/dev/null 2>&1 & break end end