-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
WithCoord
parameter parsing for argv
This moves the parameter parsing for the `+<line>:<column>` switch of the commandline to the `ParametersParser`. The position switch now respects the `--` separator between switches and files. The manpage does not document the old behaviour of `+:[column]`. `+:[column]` works exactly like `+`. This is compatible with the previously documented behaviour for `+:`. The help message is does not mention that omitting the line or column moves the cursor to the last line or column. The explanation in the manpage should suffice.
- Loading branch information
Showing
2 changed files
with
15 additions
and
42 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
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