Browse Source

Remove unloaded_buffer parameter

micbou 8 years ago
parent
commit
f6ffe1f1a6
2 changed files with 2 additions and 5 deletions
  1. 1 4
      python/ycm/youcompleteme.py
  2. 1 1
      third_party/ycmd

+ 1 - 4
python/ycm/youcompleteme.py

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

+ 1 - 1
third_party/ycmd

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