mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-27 12:16:22 +03:00
Style tweak
This commit is contained in:
parent
33bde3e067
commit
248c1bda02
@ -63,9 +63,10 @@ void register_env_vars()
|
||||
String res;
|
||||
for (auto& buf : BufferManager::instance())
|
||||
{
|
||||
res += buf->display_name() + ":";
|
||||
if (not res.empty())
|
||||
res += ":";
|
||||
res += buf->display_name();
|
||||
}
|
||||
res.pop_back();
|
||||
return res; }
|
||||
}, {
|
||||
"timestamp",
|
||||
|
Loading…
Reference in New Issue
Block a user