mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-28 09:07:19 +03:00
b40eeae6e3
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); } ``` |
||
---|---|---|
.. | ||
buffers.asciidoc | ||
changelog.asciidoc | ||
command-parsing.asciidoc | ||
commands.asciidoc | ||
execeval.asciidoc | ||
expansions.asciidoc | ||
faces.asciidoc | ||
faq.asciidoc | ||
highlighters.asciidoc | ||
hooks.asciidoc | ||
keymap.asciidoc | ||
keys.asciidoc | ||
mapping.asciidoc | ||
modes.asciidoc | ||
options.asciidoc | ||
regex.asciidoc | ||
registers.asciidoc | ||
scopes.asciidoc |