_command_offset: Fall back to _minimal instead of _filedir for oddball cases.

master
Ville Skyttä 2011-10-26 20:46:00 +03:00
parent 22f88858ee
commit 79ac9b5921
1 changed files with 1 additions and 1 deletions

View File

@ -1647,7 +1647,7 @@ _command_offset()
COMPREPLY=( $( eval compgen "$cspec" -- "$cur" ) )
fi
elif [ ${#COMPREPLY[@]} -eq 0 ]; then
_filedir
_minimal
fi
fi
}