Merge branch 'remove-quote-in-expansion' of http://github.com/contrun/kakoune into master

This commit is contained in:
Maxime Coste 2020-11-08 15:06:11 +11:00
commit e6c598dec4

View File

@ -48,9 +48,9 @@ for full details). For example:
* `echo "x%val{session}x"` echoes the current session ID, surrounded by `x`
* `echo %{%val{session}}"` echoes the the literal text `%val{session}`
* `echo %{%val{session}}` echoes the the literal text `%val{session}`
* `echo %sh{ echo %val{session} }"` echoes the literal text `%val{session}`
* `echo %sh{ echo %val{session} }` echoes the literal text `%val{session}`
Like "variable expansion" and "command substitution" in shell programming,
Kakoune expansions can expand to multiple "words" - that is, separate