Remove unloaded_buffer parameter
This commit is contained in:
parent
ffbe7b032f
commit
f6ffe1f1a6
@ -318,10 +318,7 @@ class YouCompleteMe( object ):
|
||||
def OnBufferUnload( self, deleted_buffer_file ):
|
||||
if not self.IsServerAlive():
|
||||
return
|
||||
SendEventNotificationAsync(
|
||||
'BufferUnload',
|
||||
filepath = deleted_buffer_file,
|
||||
extra_data = { 'unloaded_buffer': deleted_buffer_file } )
|
||||
SendEventNotificationAsync( 'BufferUnload', filepath = deleted_buffer_file )
|
||||
|
||||
|
||||
def OnBufferVisit( self ):
|
||||
|
2
third_party/ycmd
vendored
2
third_party/ycmd
vendored
@ -1 +1 @@
|
||||
Subproject commit fbc28d2e17af4c843b75bb4659baaab7a23d1d9c
|
||||
Subproject commit c3daaacd28decaf8250ee7feaa956d0519eaa52d
|
Loading…
Reference in New Issue
Block a user