Use egrep instead of grep for ERE
Some implementations of grep do not support extended regular expressions (ERE). Using egrep instead seems to be more portable.
This commit is contained in:
parent
16b6c17724
commit
28637cec9e
|
@ -1 +1 @@
|
|||
%<a-s>H$grep "foo\|bar"<ret>
|
||||
%<a-s>H$egrep "foo|bar"<ret>
|
||||
|
|
Loading…
Reference in New Issue
Block a user