main: Run the entirety of aliases through the state machine
Fixes #540 #544 #552 #554 #555
This commit is contained in:
@@ -33,8 +33,9 @@ f() {}
|
||||
BUFFER='a;f;'
|
||||
|
||||
expected_region_highlight=(
|
||||
"1 1 alias" # f
|
||||
"1 1 alias" # a
|
||||
"1 1 builtin" # a (:)
|
||||
"2 2 commandseparator" # ;
|
||||
"3 3 function" # g
|
||||
"3 3 function" # f
|
||||
"4 4 commandseparator" # ;
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user