Remove unloaded_buffer parameter

This commit is contained in:
micbou 2016-10-26 00:24:08 +02:00
parent ffbe7b032f
commit f6ffe1f1a6
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 2 additions and 5 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit fbc28d2e17af4c843b75bb4659baaab7a23d1d9c
Subproject commit c3daaacd28decaf8250ee7feaa956d0519eaa52d