'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:
Daniel Shahaf
2016-06-03 04:16:13 +00:00
parent fccf92402b
commit 7fb6f99791
4 changed files with 9 additions and 4 deletions

View File

@@ -32,5 +32,5 @@ BUFFER='(A=1)'
expected_region_highlight=(
"1 1 reserved-word" # (
"2 4 assign" # A=1
"5 5 reserved-word 'issue #231'" # )
"5 5 reserved-word" # )
)