From c699ce9a26554ef1dd79a0a5d92fe5c10faef9fe Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 17 Mar 2020 03:09:25 +0000 Subject: [PATCH] changelog: Fix markup. --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 21c6b2a..544c92a 100644 --- a/changelog.md +++ b/changelog.md @@ -20,13 +20,13 @@ - Support parameter elision in command position (e.g., `$foo ls` where `$foo` is unset or empty) [#667] -- 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 [#678] - Don't look up absolute directory names in $cdpath [2cc2583f8f12, part of #669] -- Fix "exec 2>&1;" being highlighted as an error. +- Fix `exec 2>&1;` being highlighted as an error. [#676] # Changes in version 0.7.1