Skip to content

Commit

Permalink
remove quotes from completions for now
Browse files Browse the repository at this point in the history
closes #46
  • Loading branch information
rupa committed Apr 14, 2012
1 parent ac62d7c commit 771c584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z.sh
Expand Up @@ -104,7 +104,7 @@ _z() {
} else {
for( i in fnd ) $1 !~ fnd[i] && $1 = ""
}
if( $1 ) print "\"" $1 "\""
if( $1 ) print $1
}
' "$datafile" 2>/dev/null

Expand Down

0 comments on commit 771c584

Please sign in to comment.