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 6e1a221 commit c699ce9Copy full SHA for c699ce9
changelog.md
@@ -20,13 +20,13 @@
20
- Support parameter elision in command position (e.g., `$foo ls` where `$foo` is unset or empty)
21
[#667]
22
23
-- Don't consider the filename in «sudo -e /path/to/file» to be a command position
+- Don't consider the filename in `sudo -e /path/to/file` to be a command position
24
[#678]
25
26
- Don't look up absolute directory names in $cdpath
27
[2cc2583f8f12, part of #669]
28
29
-- Fix "exec 2>&1;" being highlighted as an error.
+- Fix `exec 2>&1;` being highlighted as an error.
30
[#676]
31
32
# Changes in version 0.7.1
0 commit comments