Code style fix
This commit is contained in:
parent
68f0bcb1c1
commit
d3874ebb65
@ -185,7 +185,7 @@ class ClangCompleter( Completer ):
|
||||
def DebugInfo( self ):
|
||||
filename = vim.current.buffer.name
|
||||
flags = self.flags.FlagsForFile( filename )
|
||||
return 'Flags for {0}:\n{1}'.format( filename, list(flags) )
|
||||
return 'Flags for {0}:\n{1}'.format( filename, list( flags ) )
|
||||
|
||||
|
||||
# TODO: make these functions module-local
|
||||
|
Loading…
x
Reference in New Issue
Block a user