Skip to content

Commit

Permalink
Specify the correct regex type
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Mar 15, 2016
1 parent b9cc038 commit dbdb3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/expand:match.fish
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function expand:match -d 'Matches a pattern against the current word' -a pattern
commandline -t | grep -q $pattern
commandline -t | grep -E -q "$pattern"
end

0 comments on commit dbdb3dc

Please sign in to comment.