-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ed: basic support for inverted global search (v) (#770)
* Implement inverted global command 'v' with the same limitations as 'g' command * Document the 'v' command in pod, and remove old comment suggesting to add it * Avoid incorrectly printing $Prompt when running 'g' command (found when running P before g) * Global search should not proceed from the current line (found when testing against GNU ed) * Bump version * test1: "v/include/n" --> list lines not matching "include", starting from line 1 * test2: jump to line 5 then repeat test1 --> search items are displayed in the same order as before, irrespective of current line position
- Loading branch information
Showing
1 changed file
with
24 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters