making sure that float window is not modifiable inside nvim
This commit is contained in:
parent
f60b259dbc
commit
04a5e889f9
2 changed files with 2 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ class VariablesView( object ):
|
|||
|
||||
def _DrawEval(self):
|
||||
with utils.RestoreCursorPosition():
|
||||
with utils.ModifiableScratchBuffer( self._variable_eval_view.buf ):
|
||||
utils.ClearBuffer( self._variable_eval_view.buf )
|
||||
icon = '+' if self._variable_eval.IsExpandable() and not self._variable_eval.IsExpanded() else '-'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue