kakoune/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 doc: Fix some issues in spelling, grammar and punctuation 2017-04-21 13:59:38 +03:00
coding-style.asciidoc coding-style.asciidoc: Update to C++14 and add a few more guidelines 2018-04-03 09:45:08 +10:00
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 Add logo proposal. 2015-03-22 14:09:32 +01:00
screenshot-i3.gif Add some screenshots to README 2015-05-07 00:34:50 +01:00
screenshot-tmux.gif Add some screenshots to README 2015-05-07 00:34:50 +01:00
writing_scripts.asciidoc writing_scripts.asciidoc: remove reference to hidden command leading underscore 2018-04-08 18:44:47 +10:00