about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarie-Helene Burle <msb2@sfu.ca>2019-06-01 10:40:40 -0700
committertoonn <toonn@toonn.io>2019-12-30 21:16:38 +0100
commit6dd43b8854affba979b75783d84b06aa15ca915b (patch)
treec72b53417849db7d87ebae79b528ce5c72e861ab
parent42a5cff42021b75f3a9efd4ad126dba5add9c4a9 (diff)
downloadranger-6dd43b8854affba979b75783d84b06aa15ca915b.tar.gz
Fix minor comment inconsistency
-rwxr-xr-xranger/data/scope.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh
index 56ec51fb..bad000a3 100755
--- a/ranger/data/scope.sh
+++ b/ranger/data/scope.sh
@@ -83,6 +83,7 @@ handle_extension() {
         odt|ods|odp|sxw)
             ## Preview as text conversion
             odt2txt "${FILE_PATH}" && exit 5
+	    # Preview as markdown conversion
 	    pandoc -s -t markdown "${FILE_PATH}" && exit 5
             exit 1;;