From 42fc0e02b094ef3b19dae115276a0a33116af6d5 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 17 Apr 2010 13:11:20 +0100 Subject: [PATCH] fish: Autocomplete 'sparse' command (RHBZ#582899). I also rechecked the list of built-in commands against the actual commands to make sure no others were omitted. --- fish/fish.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/fish.h b/fish/fish.h index 06b8de5..5856b8e 100644 --- a/fish/fish.h +++ b/fish/fish.h @@ -125,6 +125,7 @@ extern char *try_tilde_expansion (char *path); "glob", \ "more", "less", \ "reopen", \ + "sparse", \ "time" static inline char * -- 1.8.3.1