diff options
| author | Bruno Heridet <delapouite@gmail.com> | 2019-03-25 16:44:34 +0100 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2019-03-26 19:34:23 +0100 |
| commit | b40eeae6e373d7d8bda5e18b09e2dabde76b3644 (patch) | |
| tree | d45239d104ad253fca6a085e567becb2dba65076 /rc/tools/python | |
| parent | b531bab1cef58fcebc6c786bd63d6217a135204d (diff) | |
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);
}
```
Diffstat (limited to 'rc/tools/python')
0 files changed, 0 insertions, 0 deletions
