Add quotes to expansions example

This commit is contained in:
Jason Felice 2018-12-21 15:19:53 -05:00
parent 6f9e297def
commit 66cec1533a

View File

@ -109,7 +109,7 @@ back the original values. For example, if you want to process the contents
of each selection, you can do something like: of each selection, you can do something like:
---- ----
eval set -- $kak_selections eval set -- "$kak_selections"
while [ $# -gt 0 ]; do while [ $# -gt 0 ]; do
# ... do a thing with $1 ... # ... do a thing with $1 ...
shift shift