diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-17 13:11:20 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-17 13:11:20 +0100 |
commit | 42fc0e02b094ef3b19dae115276a0a33116af6d5 (patch) | |
tree | 57c3400e9847b0e0231029fcc734913214b386a9 /fish/fish.h | |
parent | 4e5327187d6474e81241dd2b6f5418be2387a0cb (diff) | |
download | libguestfs-42fc0e02b094ef3b19dae115276a0a33116af6d5.tar.gz libguestfs-42fc0e02b094ef3b19dae115276a0a33116af6d5.tar.xz libguestfs-42fc0e02b094ef3b19dae115276a0a33116af6d5.zip |
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.
Diffstat (limited to 'fish/fish.h')
-rw-r--r-- | fish/fish.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/fish.h b/fish/fish.h index 06b8de5a..5856b8ef 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 * |