Skip to content

Commit 4e92449

Browse files
committed
changelog: Document #670 as a known issue.
1 parent b73853d commit 4e92449

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,13 @@ Known issues include:
7171
for examples and workarounds.
7272
[#677]
7373

74+
- Use of a simple parameter expansion (`${foo}` with nothing but a parameter
75+
name inside the braces) in command position, when the value of the parameter
76+
looks like an assignment (such as after `foo='bar=$(ls)'`), may result in
77+
incorrect highlighting and "BUG" messages. As a workaround, the expansion
78+
may be nested (`${${foo}}`).
79+
[#670]
80+
7481

7582
# Changes in version 0.6.0
7683

0 commit comments

Comments
 (0)