Fix errors when values contain '
This commit is contained in:
parent
040746409b
commit
a5ee534c98
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ class VariablesView( object ):
|
|||
|
||||
def handler( message ):
|
||||
vim.eval( "balloon_show( '{0}' )".format(
|
||||
message[ 'body' ][ 'result' ] ) )
|
||||
utils.Escape( message[ 'body' ][ 'result' ] ) ) )
|
||||
|
||||
self._connection.DoRequest( handler, {
|
||||
'command': 'evaluate',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue