A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/commit/505c12cb9c65ef82f217db25e4d93bffe9783306 below:

nvim__set_hl_ns causes extra redraws · neovim/neovim@505c12c · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -169,7 +169,7 @@ void nvim__set_hl_ns(Integer ns_id, Error *err)

169 169

// event path for redraws caused by "fast" events. This could tie in with

170 170

// better throttling of async events causing redraws, such as non-batched

171 171

// nvim_buf_set_extmark calls from async contexts.

172 -

if (!provider_active && !ns_hl_changed) {

172 +

if (!provider_active && !ns_hl_changed && must_redraw < NOT_VALID) {

173 173

multiqueue_put(main_loop.events, on_redraw_event, 0);

174 174

}

175 175

ns_hl_changed = true;

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4