def _UpdateLocationLists(self): vimsupport.SetLocationListsForBuffer( self._bufnr, vimsupport.ConvertDiagnosticsToQfList(self._diagnostics))
def _UpdateLocationLists( self, open_on_edit = False ): vimsupport.SetLocationListsForBuffer( self._bufnr, vimsupport.ConvertDiagnosticsToQfList( self._diagnostics ), open_on_edit )