'main': Try the "non-command word" codepath when a word may be either a command word or a non-command word.
Fixes #231. Fixes #330.
This commit is contained in:
@@ -32,5 +32,5 @@ BUFFER='A=(hello world) ls'
|
||||
expected_region_highlight=(
|
||||
"1 3 assign" # A=(
|
||||
"15 15 assign" # )
|
||||
"17 18 command 'issue #330'" # ls
|
||||
"17 18 command" # ls
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user