Fix flaky syntax highlighting toggling on/off
This commit is contained in:
parent
64f2c8eb01
commit
672ac78fef
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ class VariablesView( object ):
|
|||
with utils.ModifiableScratchBuffer( view.buf ):
|
||||
utils.ClearBuffer( view.buf )
|
||||
# FIXME: This probably doesn't work reliably
|
||||
view.syntax = utils.SetSyntax( view.syntax,
|
||||
view.syntax = utils.SetSyntax( None,
|
||||
self._current_syntax,
|
||||
view.buf )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue