summaryrefslogtreecommitdiff
path: root/test/normal/keep-cmd/cmd
diff options
context:
space:
mode:
authordahlbaek <30782351+dahlbaek@users.noreply.github.com>2018-06-22 20:35:36 +0200
committerdahlbaek <30782351+dahlbaek@users.noreply.github.com>2018-06-22 20:35:36 +0200
commit28637cec9e0f238de98d65cdbdec876333c2cb68 (patch)
tree8030560520c84f58012f40c2dc123085cd6e3321 /test/normal/keep-cmd/cmd
parent16b6c1772420705f962973598e57f36cbead898e (diff)
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.
Diffstat (limited to 'test/normal/keep-cmd/cmd')
-rw-r--r--test/normal/keep-cmd/cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/normal/keep-cmd/cmd b/test/normal/keep-cmd/cmd
index 66bc8431..5320605d 100644
--- a/test/normal/keep-cmd/cmd
+++ b/test/normal/keep-cmd/cmd
@@ -1 +1 @@
-%<a-s>H$grep "foo\|bar"<ret>
+%<a-s>H$egrep "foo|bar"<ret>