diff options
Diffstat (limited to 'debian/bash_completion/contrib/harbour')
-rw-r--r-- | debian/bash_completion/contrib/harbour | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/bash_completion/contrib/harbour b/debian/bash_completion/contrib/harbour new file mode 100644 index 0000000..ccb0b83 --- /dev/null +++ b/debian/bash_completion/contrib/harbour @@ -0,0 +1,8 @@ +# harbour completion by Dave Pearson <davep@davep.org> +# http://www.harbour-project.org/ +# +# $Id: harbour,v 1.3 2003/12/31 08:22:37 ianmacd Exp $ + +complete -f -X '!*.@([Pp][Rr][Gg]|[Cc][Ll][Pp])' harbour gharbour hbpp +complete -f -X '!*.[Hh][Rr][Bb]' hbrun + |