'main': Don't highlight bare '$foo' as a filename, as it's a parameter expansion.
Fixes #474.
This commit is contained in:
committed by
Daniel Shahaf
parent
382be9096d
commit
03692831ad
@@ -33,6 +33,6 @@ BUFFER=': $foo \$foo'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 1 builtin' # :
|
||||
'3 6 default "issue #474"' # $foo - if we add a "unquoted parameter expansion" style then this expectation should change
|
||||
'3 6 default' # $foo - if we add a "unquoted parameter expansion" style then this expectation should change
|
||||
'8 12 path' # \$foo
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user