'main': Support the non-precommand flags of sudo(8) and ssh-agent(1).

Uses the infrastructure added in the previous commit.

Fixes #678.
This commit is contained in:
Daniel Shahaf
2020-03-16 19:21:31 +00:00
parent c73153c6e8
commit 20d250d618
2 changed files with 5 additions and 5 deletions

View File

@@ -35,5 +35,5 @@ BUFFER='sudo -e /does/not/exist'
expected_region_highlight=(
'1 4 precommand' # sudo
'6 7 single-hyphen-option' # -e
'9 23 default "issue #678"' # /does/not/exist
'9 23 default' # /does/not/exist
)