From 8cef1932a00dc1bcfd8af829a829e979b835ccfb Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 29 Aug 2017 10:04:50 +0700 Subject: [PATCH] Fix shell expand example in README Fixes #1528 --- README.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 86d56b54..39aef0f1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -820,9 +820,9 @@ variable will not work. For example, you can print informations on the current file in the status line using: -------------------------------- -:echo %sh{ ls -l $kak_bufname } -------------------------------- +------------------------------------ +:echo -- "%sh{ ls -l $kak_bufname }" +------------------------------------ Markup strings ^^^^^^^^^^^^^^