mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-25 10:32:19 +03:00
Small style tweak
This commit is contained in:
parent
75a2adb3e5
commit
0d20e57e29
@ -164,7 +164,7 @@ const DisplayBuffer& Window::update_display_buffer(const Context& context)
|
||||
}
|
||||
|
||||
m_display_buffer.compute_range();
|
||||
BufferRange range{{0,0}, buffer().end_coord()};
|
||||
const BufferRange range{{0,0}, buffer().end_coord()};
|
||||
for (auto pass : { HighlightPass::Wrap, HighlightPass::Move, HighlightPass::Colorize })
|
||||
m_builtin_highlighters.highlight({context, setup, pass, {}}, m_display_buffer, range);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user