Use grep -E
as OpenBSD grep does not like |
in regexp otherwise
This commit is contained in:
parent
02f9db616c
commit
7c8595c5ee
|
@ -1 +1 @@
|
|||
set-register a %{grep 'foo\|bar'}
|
||||
set-register a %{grep -E 'foo|bar'}
|
||||
|
|
|
@ -1 +1 @@
|
|||
%<a-s>H$grep 'foo\|bar'<ret>
|
||||
%<a-s>H$grep -E 'foo|bar'<ret>
|
||||
|
|
Loading…
Reference in New Issue
Block a user