We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73853d commit 4e92449Copy full SHA for 4e92449
changelog.md
@@ -71,6 +71,13 @@ Known issues include:
71
for examples and workarounds.
72
[#677]
73
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
+
81
82
# Changes in version 0.6.0
83
0 commit comments