diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-10-06 10:44:56 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-10-06 10:44:56 +1000 |
| commit | 0d20e57e29567ba3db09e098c2cb4a2dce8c2df5 (patch) | |
| tree | 86f8b602b43f4771ac8d24264611b757fa2d0b87 /src | |
| parent | 75a2adb3e533d32f06ba09f4fbca4d0850897417 (diff) | |
Small style tweak
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cc b/src/window.cc index 52279c15..de5a1b2a 100644 --- a/src/window.cc +++ b/src/window.cc @@ -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); |
