mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 07:53:41 +03:00
Merge remote-tracking branch 'Screwtapello/document-file-expansion'
This commit is contained in:
commit
e509a8e9cd
@ -171,6 +171,13 @@ Kakoune uses a shell command, such as the `|`, `!` or `$` normal mode commands
|
||||
Expansions with the type `file` will expand to the content of the filename
|
||||
given in argument as read from the host filesystem.
|
||||
|
||||
For example, this command stores the entire content of `/etc/passwd` into the
|
||||
`a` register.
|
||||
|
||||
----
|
||||
set-register a %file{/etc/passwd}
|
||||
----
|
||||
|
||||
== Value expansions
|
||||
|
||||
Expansions with the type `val` give access to Kakoune internal data that is
|
||||
|
Loading…
Reference in New Issue
Block a user