'main': Fix issue #677, concerning multiline aliases.
The fix is to exempt such aliases from the empty commands sanity check.
This commit is contained in:
committed by
Daniel Shahaf
parent
8211a95421
commit
ade4b28d2d
@@ -33,5 +33,5 @@ alias x=$'# foo\npwd'
|
||||
BUFFER='x'
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 1 alias "issue #677"' # x
|
||||
'1 1 alias' # x
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user