This website requires JavaScript.
Explore
Help
Sign In
mawww
/
kakoune
Watch
1
Star
1
Fork
0
You've already forked kakoune
mirror of
https://github.com/mawww/kakoune.git
synced
2025-01-05 02:12:27 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
1574748d4e
kakoune
/
test
/
normal
/
keep-cmd
/
cmd
2 lines
29 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2018-06-22 21:35:36 +03:00
%<a-s>H$egrep "foo|bar"<ret>
Reference in New Issue
Copy Permalink