Fix shell expand example in README

Fixes #1528
This commit is contained in:
Maxime Coste 2017-08-29 10:04:50 +07:00
parent 1709886873
commit 8cef1932a0

View File

@ -820,9 +820,9 @@ variable will not work.
For example, you can print informations on the current file in the status For example, you can print informations on the current file in the status
line using: line using:
------------------------------- ------------------------------------
:echo %sh{ ls -l $kak_bufname } :echo -- "%sh{ ls -l $kak_bufname }"
------------------------------- ------------------------------------
Markup strings Markup strings
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^