-
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.
de: basic support for mark (k) command (#812)
* Mark is a standard feature in ed and it's not very much code to support it * Resolving a mark that doesn't exist results in Invalid Address error * 1,2kx ---> mark x as 2 * 1kx ---> mark x as 1 * kx ---> mark x as CurrentLine (default) * 'x,$n ---> run n command from marked line x to end of buffer
- Loading branch information
Showing
1 changed file
with
25 additions
and
3 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