You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ?re? is a valid prefix which searches backward
* Tested against GNU and OpenBSD versions
* test1: ?perl?n ---> search for previous instance of "perl" then run command n
* test2: ??l ---> search for previous instance of saved pattern "perl" then run command l
* test3: ?\??p ---> search backwards for literal "?" then run command p
* test4: ?\/\/? ---> search backward for literal "//" then show result
0 commit comments