fix: allow idle_actions to run in all open splits
This commit is contained in:
parent
77946e51f6
commit
79ec85de22
1 changed files with 1 additions and 0 deletions
|
|
@ -6941,6 +6941,7 @@ pub const EditorWidget = struct {
|
|||
},
|
||||
.highlight_references => self.idle_highlight_references(),
|
||||
};
|
||||
return false;
|
||||
} else if (try m.match(.{ "whitespace_mode", tp.extract(&whitespace_mode) })) {
|
||||
self.editor.render_whitespace = whitespace_mode;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue