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
* If I search for a pattern with "/hi" or "?bye" I want to repeat the search without re-entering the pattern (it might be much longer than "hi")
* Allow typing a single "/" or "?" to repeat search down or up respectively (this will fail if a previous search was not performed)
* GNU ed also supports repeating search with empty pattern typed as "//" or "??" but that is not supported here for now
0 commit comments