Minor code style changes
This commit is contained in:
parent
1027de73fb
commit
c9b4e9ed3a
@ -72,9 +72,9 @@ class JediCompleter( ThreadedCompleter ):
|
|||||||
for completion in script.completions() ]
|
for completion in script.completions() ]
|
||||||
|
|
||||||
def DefinedSubcommands( self ):
|
def DefinedSubcommands( self ):
|
||||||
return [ "GoToDefinition",
|
return [ 'GoToDefinition',
|
||||||
"GoToDeclaration",
|
'GoToDeclaration',
|
||||||
"GoToDefinitionElseDeclaration" ]
|
'GoToDefinitionElseDeclaration' ]
|
||||||
|
|
||||||
|
|
||||||
def OnUserCommand( self, arguments, request_data ):
|
def OnUserCommand( self, arguments, request_data ):
|
||||||
|
Loading…
Reference in New Issue
Block a user