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); } ``` |
||
---|---|---|
.. | ||
pages | ||
autoedit.asciidoc | ||
coding-style.asciidoc | ||
design.asciidoc | ||
interfacing.asciidoc | ||
json_ui.asciidoc | ||
kak.1 | ||
kakoune_logo.svg | ||
screenshot-i3.gif | ||
screenshot-tmux.gif | ||
writing_scripts.asciidoc |