mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 07:53:41 +03:00
Add quotes to expansions example
This commit is contained in:
parent
6f9e297def
commit
66cec1533a
@ -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:
|
||||
|
||||
----
|
||||
eval set -- $kak_selections
|
||||
eval set -- "$kak_selections"
|
||||
while [ $# -gt 0 ]; do
|
||||
# ... do a thing with $1 ...
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user