'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:
Daniel Shahaf
2020-03-15 17:42:25 +00:00
committed by Daniel Shahaf
parent 8211a95421
commit ade4b28d2d
3 changed files with 16 additions and 3 deletions

View File

@@ -33,5 +33,5 @@ alias x=$'# foo\npwd'
BUFFER='x'
expected_region_highlight=(
'1 1 alias "issue #677"' # x
'1 1 alias' # x
)