diff --git a/bash_completion b/bash_completion index eb6d15ed..3cacea74 100644 --- a/bash_completion +++ b/bash_completion @@ -367,7 +367,7 @@ __get_cword4() cur=${cur:$word_start} printf "%s" "$cur" -} # _get_cword4() +} # __get_cword4() # This function performs file and directory completion. It's better than