main: Highlight path after globbing checks

Closes #468.
This commit is contained in:
Matthew Martin
2017-12-25 00:03:51 -06:00
parent 2181247ae1
commit df0f448586
3 changed files with 48 additions and 9 deletions

View File

@@ -33,6 +33,6 @@ BUFFER=': * \*'
expected_region_highlight=(
'1 1 builtin' # :
'3 3 globbing "issue #468"' # *
'3 3 globbing' # *
'5 6 path' # \*
)