summaryrefslogtreecommitdiff
path: root/doc/interfacing.asciidoc
AgeCommit message (Collapse)Author
2019-04-17Change completions option docstring element to be an arbitrary commandMaxime Coste
We can have the previous behaviour by just passing the docstring to `info -placement menu`.
2018-09-25expansions.asciidoc: Rewrite to make Kakoune syntax the primary reference.Tim Allen
Also, moved the "Markup strings" section to faces.asciidoc, since it wasn't anything to do with expansions, and updated various hyperlinks to point at the new location.
2018-08-25doc interfacing: Fix minor issues in examples, grammarFrank LENORMAND
2018-07-05Do not reparse %sh{...} stringsMaxime Coste
Automatic reparsing of %sh{...}, while convenient in many cases, can be surprising as well, and can lead to security problems: 'echo %sh{ printf "foo\necho bar" }' runs 'echo foo', then 'echo bar'. we make this danger explicit, and we fix the 'nop %sh{...}' pattern. To reparse %sh{...} strings, they can be passed to evaluate-commands, which has been fixed to work in every cases where %sh{...} reparsing was used..
2018-03-01interfacing.asciidoc: Fix some errors in the interactive sampleMaxime Coste
Fixes #1891
2017-04-21doc: Fix some issues in spelling, grammar and punctuationFrank LENORMAND
2016-08-17Improve documentation for completions optionsMaxime Coste
2016-08-17Update completion documentationMartin Chaine
2015-11-01Fix a few out of date informations in interfacing.asciidocMaxime Coste
2015-05-07Update interfacing.asciidocMaxime Coste
2015-04-02Fix interfacing.asciidoc wrong redirectionsMaxime Coste
2014-03-02Update documentationMaxime Coste
2013-10-30Remove setg/setb/setw and use set <scope>Maxime Coste
(with scope a prefix of global,buffer or window)
2013-10-11Fixes in interfacing.asciidocMaxime Coste
2013-07-24update interfacing.asciidocMaxime Coste
2013-05-29Add interfacing.asciidoc describing how to interact with external programsMaxime Coste