Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Release 0.5.5
Browse files Browse the repository at this point in the history
* Added `-R' option to reverse the output
* Added tcsh support
* More compatible zsh completion setup
* Added `$_FASD_NOSAVE` option
* Escape bash completion results instead of quoting
* Cover more corner cases involving different locales and sed versions
* Documentation improvements
  • Loading branch information
Wei Dai committed Jun 21, 2012
1 parent 781138a commit 2fd03e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fasd
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ $(fasd --backend $each)"
while [ "$1" ]; do case "$1" in
--complete) [ "$2" = "--" ] && shift; set -- $(echo $2); local lst=1 r=r;;
--query|--add|--delete|-A|-D) fasd "$@"; return $?;;
--version) echo "0.5.4"; return 0;;
--version) echo "0.5.5"; return 0;;
--) while [ "$2" ]; do shift; fnd="$fnd$1 "; last="$1"; done;;
-*) local o="${1#-}"; while [ "$o" ]; do case "$o" in
s*) local show=1;;
Expand Down

0 comments on commit 2fd03e4

Please sign in to comment.