home/doc
Bruno Heridet b40eeae6e3 doc: add precision about -buffer switch on eval/exec
Relevant filter in the code:
```
        if (*bufnames == "*")
        {
            for (auto&& buffer : BufferManager::instance()
                               | transform(&std::unique_ptr<Buffer>::get)
                               | filter([](Buffer* buf) { return not (buf->flags() & Buffer::Flags::Debug); })
                               | gather<Vector<SafePtr<Buffer>>>()) // gather as we might be mutating the buffer list in the loop.
                context_wrap_for_buffer(*buffer);
        }

```
2019-03-26 19:34:23 +01:00
..
pages doc: add precision about -buffer switch on eval/exec 2019-03-26 19:34:23 +01:00
autoedit.asciidoc
coding-style.asciidoc
design.asciidoc doc: Fix spelling error in design.asciidoc: pipping -> piping 2018-05-11 05:58:13 +07:00
interfacing.asciidoc expansions.asciidoc: Rewrite to make Kakoune syntax the primary reference. 2018-09-25 18:31:29 +10:00
json_ui.asciidoc Replace the Exclusive face attribute with Final 2018-09-23 23:27:14 +10:00
kak.1 doc/kak.1: Mention other sources of information about Kakoune. 2019-01-24 09:09:07 +11:00
kakoune_logo.svg
screenshot-i3.gif
screenshot-tmux.gif
writing_scripts.asciidoc