mirror of
https://github.com/mawww/kakoune.git
synced 2025-01-03 17:28:32 +03:00
Merge remote-tracking branch 'Delapouite/status-debug'
This commit is contained in:
commit
863ab20808
@ -136,6 +136,8 @@ String generate_context_info(const Context& context)
|
||||
s += "[no-hooks]";
|
||||
if (context.buffer().flags() & Buffer::Flags::Fifo)
|
||||
s += "[fifo]";
|
||||
if (context.buffer().flags() & Buffer::Flags::Debug)
|
||||
s += "[debug]";
|
||||
return s;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user