2016-03-03 06:12:47,868 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1, b'vim_get_api_info', ()] 2016-03-03 06:12:47,868 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x01\xc4\x10vim_get_api_info\x90'' 2016-03-03 06:12:47,869 [DEBUG @ base.py:run:138] 68422 - Entering event loop 2016-03-03 06:12:47,869 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,869 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [0, 1, b'poll', []] 2016-03-03 06:12:47,869 [DEBUG @ async_session.py:_on_request:86] 68422 - received request: b'poll', [] 2016-03-03 06:12:47,869 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,869 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,869 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,870 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1, None, [1, {b'error_types': {b'Exception': {b'id': 0}, b'Validation': {b'id': 1}}, b'types': {b'Tabpage': {b'id': 2}, b'Window': {b'id': 1}, b'Buffer': {b'id': 0}}, b'functions': [{b'can_fail': True, b'async': False, b'return_type': b'ArrayOf(Window)', b'parameters': [[b'Tabpage', b'tabpage']], b'name': b'tabpage_get_windows'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name']], b'name': b'tabpage_get_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name'], [b'Object', b'value']], b'name': b'tabpage_set_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Window', b'parameters': [[b'Tabpage', b'tabpage']], b'name': b'tabpage_get_window'}, {b'async': False, b'return_type': b'Boolean', b'parameters': [[b'Tabpage', b'tabpage']], b'name': b'tabpage_is_valid'}, {b'can_fail': True, b'async': False, b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'name': b'buffer_line_count'}, {b'can_fail': True, b'async': False, b'return_type': b'String', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index']], b'name': b'buffer_get_line'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index'], [b'String', b'line']], b'name': b'buffer_set_line'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index']], b'name': b'buffer_del_line'}, {b'can_fail': True, b'async': False, b'return_type': b'ArrayOf(String)', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'include_start'], [b'Boolean', b'include_end']], b'name': b'buffer_get_line_slice'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'include_start'], [b'Boolean', b'include_end'], [b'ArrayOf(String)', b'replacement']], b'name': b'buffer_set_line_slice'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'name': b'buffer_get_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'name': b'buffer_set_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'name': b'buffer_get_option'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'name': b'buffer_set_option'}, {b'can_fail': True, b'async': False, b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'name': b'buffer_get_number'}, {b'can_fail': True, b'async': False, b'return_type': b'String', b'parameters': [[b'Buffer', b'buffer']], b'name': b'buffer_get_name'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'name': b'buffer_set_name'}, {b'async': False, b'return_type': b'Boolean', b'parameters': [[b'Buffer', b'buffer']], b'name': b'buffer_is_valid'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'lnum'], [b'ArrayOf(String)', b'lines']], b'name': b'buffer_insert'}, {b'can_fail': True, b'async': False, b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'name': b'buffer_get_mark'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'str']], b'name': b'vim_command'}, {b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'keys'], [b'String', b'mode'], [b'Boolean', b'escape_csi']], b'name': b'vim_feedkeys'}, {b'async': True, b'return_type': b'Integer', b'parameters': [[b'String', b'keys']], b'name': b'vim_input'}, {b'async': False, b'return_type': b'String', b'parameters': [[b'String', b'str'], [b'Boolean', b'from_part'], [b'Boolean', b'do_lt'], [b'Boolean', b'special']], b'name': b'vim_replace_termcodes'}, {b'can_fail': True, b'async': False, b'return_type': b'String', b'parameters': [[b'String', b'str']], b'name': b'vim_command_output'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'str']], b'name': b'vim_eval'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'fname'], [b'Array', b'args']], b'name': b'vim_call_function'}, {b'can_fail': True, b'async': False, b'return_type': b'Integer', b'parameters': [[b'String', b'str']], b'name': b'vim_strwidth'}, {b'async': False, b'return_type': b'ArrayOf(String)', b'parameters': [], b'name': b'vim_list_runtime_paths'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'dir']], b'name': b'vim_change_directory'}, {b'can_fail': True, b'async': False, b'return_type': b'String', b'parameters': [], b'name': b'vim_get_current_line'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'line']], b'name': b'vim_set_current_line'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [], b'name': b'vim_del_current_line'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'name': b'vim_get_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'name': b'vim_set_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'name': b'vim_get_vvar'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'name': b'vim_get_option'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'name': b'vim_set_option'}, {b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'str']], b'name': b'vim_out_write'}, {b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'str']], b'name': b'vim_err_write'}, {b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'str']], b'name': b'vim_report_error'}, {b'async': False, b'return_type': b'ArrayOf(Buffer)', b'parameters': [], b'name': b'vim_get_buffers'}, {b'async': False, b'return_type': b'Buffer', b'parameters': [], b'name': b'vim_get_current_buffer'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer']], b'name': b'vim_set_current_buffer'}, {b'async': False, b'return_type': b'ArrayOf(Window)', b'parameters': [], b'name': b'vim_get_windows'}, {b'async': False, b'return_type': b'Window', b'parameters': [], b'name': b'vim_get_current_window'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Window', b'window']], b'name': b'vim_set_current_window'}, {b'async': False, b'return_type': b'ArrayOf(Tabpage)', b'parameters': [], b'name': b'vim_get_tabpages'}, {b'async': False, b'return_type': b'Tabpage', b'parameters': [], b'name': b'vim_get_current_tabpage'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Tabpage', b'tabpage']], b'name': b'vim_set_current_tabpage'}, {b'receives_channel_id': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'event']], b'name': b'vim_subscribe'}, {b'receives_channel_id': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'event']], b'name': b'vim_unsubscribe'}, {b'async': False, b'return_type': b'Integer', b'parameters': [[b'String', b'name']], b'name': b'vim_name_to_color'}, {b'async': False, b'return_type': b'Dictionary', b'parameters': [], b'name': b'vim_get_color_map'}, {b'receives_channel_id': True, b'async': True, b'return_type': b'Array', b'parameters': [], b'name': b'vim_get_api_info'}, {b'can_fail': True, b'async': False, b'return_type': b'Buffer', b'parameters': [[b'Window', b'window']], b'name': b'window_get_buffer'}, {b'can_fail': True, b'async': False, b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'name': b'window_get_cursor'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'ArrayOf(Integer, 2)', b'pos']], b'name': b'window_set_cursor'}, {b'can_fail': True, b'async': False, b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'name': b'window_get_height'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'height']], b'name': b'window_set_height'}, {b'can_fail': True, b'async': False, b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'name': b'window_get_width'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'width']], b'name': b'window_set_width'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'name': b'window_get_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'name': b'window_set_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'name': b'window_get_option'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'name': b'window_set_option'}, {b'can_fail': True, b'async': False, b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'name': b'window_get_position'}, {b'can_fail': True, b'async': False, b'return_type': b'Tabpage', b'parameters': [[b'Window', b'window']], b'name': b'window_get_tabpage'}, {b'async': False, b'return_type': b'Boolean', b'parameters': [[b'Window', b'window']], b'name': b'window_is_valid'}]}]] 2016-03-03 06:12:47,870 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [1, {b'error_types': {b'Exception': {b'id': 0}, b'Validation': {b'id': 1}}, b'types': {b'Tabpage': {b'id': 2}, b'Window': {b'id': 1}, b'Buffer': {b'id': 0}}, b'functions': [{b'can_fail': True, b'async': False, b'return_type': b'ArrayOf(Window)', b'parameters': [[b'Tabpage', b'tabpage']], b'name': b'tabpage_get_windows'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name']], b'name': b'tabpage_get_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name'], [b'Object', b'value']], b'name': b'tabpage_set_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Window', b'parameters': [[b'Tabpage', b'tabpage']], b'name': b'tabpage_get_window'}, {b'async': False, b'return_type': b'Boolean', b'parameters': [[b'Tabpage', b'tabpage']], b'name': b'tabpage_is_valid'}, {b'can_fail': True, b'async': False, b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'name': b'buffer_line_count'}, {b'can_fail': True, b'async': False, b'return_type': b'String', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index']], b'name': b'buffer_get_line'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index'], [b'String', b'line']], b'name': b'buffer_set_line'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index']], b'name': b'buffer_del_line'}, {b'can_fail': True, b'async': False, b'return_type': b'ArrayOf(String)', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'include_start'], [b'Boolean', b'include_end']], b'name': b'buffer_get_line_slice'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'include_start'], [b'Boolean', b'include_end'], [b'ArrayOf(String)', b'replacement']], b'name': b'buffer_set_line_slice'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'name': b'buffer_get_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'name': b'buffer_set_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'name': b'buffer_get_option'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'name': b'buffer_set_option'}, {b'can_fail': True, b'async': False, b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'name': b'buffer_get_number'}, {b'can_fail': True, b'async': False, b'return_type': b'String', b'parameters': [[b'Buffer', b'buffer']], b'name': b'buffer_get_name'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'name': b'buffer_set_name'}, {b'async': False, b'return_type': b'Boolean', b'parameters': [[b'Buffer', b'buffer']], b'name': b'buffer_is_valid'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'lnum'], [b'ArrayOf(String)', b'lines']], b'name': b'buffer_insert'}, {b'can_fail': True, b'async': False, b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'name': b'buffer_get_mark'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'str']], b'name': b'vim_command'}, {b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'keys'], [b'String', b'mode'], [b'Boolean', b'escape_csi']], b'name': b'vim_feedkeys'}, {b'async': True, b'return_type': b'Integer', b'parameters': [[b'String', b'keys']], b'name': b'vim_input'}, {b'async': False, b'return_type': b'String', b'parameters': [[b'String', b'str'], [b'Boolean', b'from_part'], [b'Boolean', b'do_lt'], [b'Boolean', b'special']], b'name': b'vim_replace_termcodes'}, {b'can_fail': True, b'async': False, b'return_type': b'String', b'parameters': [[b'String', b'str']], b'name': b'vim_command_output'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'str']], b'name': b'vim_eval'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'fname'], [b'Array', b'args']], b'name': b'vim_call_function'}, {b'can_fail': True, b'async': False, b'return_type': b'Integer', b'parameters': [[b'String', b'str']], b'name': b'vim_strwidth'}, {b'async': False, b'return_type': b'ArrayOf(String)', b'parameters': [], b'name': b'vim_list_runtime_paths'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'dir']], b'name': b'vim_change_directory'}, {b'can_fail': True, b'async': False, b'return_type': b'String', b'parameters': [], b'name': b'vim_get_current_line'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'line']], b'name': b'vim_set_current_line'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [], b'name': b'vim_del_current_line'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'name': b'vim_get_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'name': b'vim_set_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'name': b'vim_get_vvar'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'name': b'vim_get_option'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'name': b'vim_set_option'}, {b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'str']], b'name': b'vim_out_write'}, {b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'str']], b'name': b'vim_err_write'}, {b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'str']], b'name': b'vim_report_error'}, {b'async': False, b'return_type': b'ArrayOf(Buffer)', b'parameters': [], b'name': b'vim_get_buffers'}, {b'async': False, b'return_type': b'Buffer', b'parameters': [], b'name': b'vim_get_current_buffer'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer']], b'name': b'vim_set_current_buffer'}, {b'async': False, b'return_type': b'ArrayOf(Window)', b'parameters': [], b'name': b'vim_get_windows'}, {b'async': False, b'return_type': b'Window', b'parameters': [], b'name': b'vim_get_current_window'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Window', b'window']], b'name': b'vim_set_current_window'}, {b'async': False, b'return_type': b'ArrayOf(Tabpage)', b'parameters': [], b'name': b'vim_get_tabpages'}, {b'async': False, b'return_type': b'Tabpage', b'parameters': [], b'name': b'vim_get_current_tabpage'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Tabpage', b'tabpage']], b'name': b'vim_set_current_tabpage'}, {b'receives_channel_id': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'event']], b'name': b'vim_subscribe'}, {b'receives_channel_id': True, b'async': False, b'return_type': b'void', b'parameters': [[b'String', b'event']], b'name': b'vim_unsubscribe'}, {b'async': False, b'return_type': b'Integer', b'parameters': [[b'String', b'name']], b'name': b'vim_name_to_color'}, {b'async': False, b'return_type': b'Dictionary', b'parameters': [], b'name': b'vim_get_color_map'}, {b'receives_channel_id': True, b'async': True, b'return_type': b'Array', b'parameters': [], b'name': b'vim_get_api_info'}, {b'can_fail': True, b'async': False, b'return_type': b'Buffer', b'parameters': [[b'Window', b'window']], b'name': b'window_get_buffer'}, {b'can_fail': True, b'async': False, b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'name': b'window_get_cursor'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'ArrayOf(Integer, 2)', b'pos']], b'name': b'window_set_cursor'}, {b'can_fail': True, b'async': False, b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'name': b'window_get_height'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'height']], b'name': b'window_set_height'}, {b'can_fail': True, b'async': False, b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'name': b'window_get_width'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'width']], b'name': b'window_set_width'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'name': b'window_get_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'name': b'window_set_var'}, {b'can_fail': True, b'async': False, b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'name': b'window_get_option'}, {b'can_fail': True, b'async': False, b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'name': b'window_set_option'}, {b'can_fail': True, b'async': False, b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'name': b'window_get_position'}, {b'can_fail': True, b'async': False, b'return_type': b'Tabpage', b'parameters': [[b'Window', b'window']], b'name': b'window_get_tabpage'}, {b'async': False, b'return_type': b'Boolean', b'parameters': [[b'Window', b'window']], b'name': b'window_is_valid'}]}] 2016-03-03 06:12:47,870 [DEBUG @ base.py:stop:149] 68422 - Stopped event loop 2016-03-03 06:12:47,871 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,871 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,871 [DEBUG @ base.py:run:140] 68422 - Exited event loop 2016-03-03 06:12:47,875 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 2, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:47,875 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x02\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:47,875 [DEBUG @ base.py:run:138] 68422 - Entering event loop 2016-03-03 06:12:47,875 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,875 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 2, None, b'utf-8'] 2016-03-03 06:12:47,875 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:47,875 [DEBUG @ base.py:stop:149] 68422 - Stopped event loop 2016-03-03 06:12:47,875 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,875 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,876 [DEBUG @ base.py:run:140] 68422 - Exited event loop 2016-03-03 06:12:47,882 [DEBUG @ session.py:_on_request:193] 68422 - received rpc request, greenlet will handle it 2016-03-03 06:12:47,882 [DEBUG @ host.py:_on_request:65] 68422 - calling request handler for "poll", args: "[]" 2016-03-03 06:12:47,882 [DEBUG @ host.py:_on_request:67] 68422 - request handler for 'poll []' returns: ok 2016-03-03 06:12:47,882 [DEBUG @ session.py:handler:183] 68422 - greenlet finished executing, sending ok as response 2016-03-03 06:12:47,882 [DEBUG @ async_session.py:send:133] 68422 - sending response to request 1: [1, 1, None, 'ok'] 2016-03-03 06:12:47,883 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [1, 1, None, 'ok'] 2016-03-03 06:12:47,883 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x01\x01\xc0\xa2ok'' 2016-03-03 06:12:47,883 [DEBUG @ session.py:handler:189] 68422 - greenlet is now dying... 2016-03-03 06:12:47,883 [DEBUG @ base.py:run:138] 68422 - Entering event loop 2016-03-03 06:12:47,883 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,883 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [0, 2, b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete.py:function:_deoplete', [[]]] 2016-03-03 06:12:47,883 [DEBUG @ async_session.py:_on_request:86] 68422 - received request: b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete.py:function:_deoplete', [[]] 2016-03-03 06:12:47,883 [DEBUG @ session.py:_on_request:193] 68422 - received rpc request, greenlet will handle it 2016-03-03 06:12:47,884 [DEBUG @ host.py:_on_request:65] 68422 - calling request handler for "/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete.py:function:_deoplete", args: "[[]]" 2016-03-03 06:12:47,884 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 3, 'vim_set_var', ('deoplete#_channel_id', 1)] 2016-03-03 06:12:47,884 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x03\xabvim_set_var\x92\xb4deoplete#_channel_id\x01'' 2016-03-03 06:12:47,884 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:47,884 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,884 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,884 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,884 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 3, None, None] 2016-03-03 06:12:47,885 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, None 2016-03-03 06:12:47,885 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:47,885 [DEBUG @ host.py:_on_request:67] 68422 - request handler for '/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete.py:function:_deoplete [[]]' returns: None 2016-03-03 06:12:47,885 [DEBUG @ session.py:handler:183] 68422 - greenlet finished executing, sending None as response 2016-03-03 06:12:47,885 [DEBUG @ async_session.py:send:133] 68422 - sending response to request 2: [1, 2, None, None] 2016-03-03 06:12:47,885 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [1, 2, None, None] 2016-03-03 06:12:47,885 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x01\x02\xc0\xc0'' 2016-03-03 06:12:47,885 [DEBUG @ session.py:handler:189] 68422 - greenlet is now dying... 2016-03-03 06:12:47,885 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,885 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,889 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,889 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' ', b'complete_str': b'', b'changedtick': 5, b'position': [0, 26, 5, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:47,889 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' ', b'complete_str': b'', b'changedtick': 5, b'position': [0, 26, 5, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:47,889 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:47,889 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 5, b'input': b' ', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 5, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:47,889 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 4, 'vim_get_current_window', ()] 2016-03-03 06:12:47,889 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x04\xb6vim_get_current_window\x90'' 2016-03-03 06:12:47,890 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:47,890 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,890 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,890 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,890 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 4, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:47,890 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:47,890 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:47,890 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 5, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:47,891 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x05\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:47,891 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:47,891 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,891 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,891 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,891 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 5, None, [26, 4]] 2016-03-03 06:12:47,891 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 4] 2016-03-03 06:12:47,891 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:47,891 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 6, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:47,892 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x06\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:47,892 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:47,892 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,892 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,892 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,892 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 6, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:47,892 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:47,892 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:47,892 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 7, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:47,893 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x07\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:47,893 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:47,893 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,893 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,893 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,893 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 7, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:47,893 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:47,893 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:47,893 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 8, 'vim_call_function', ('globpath', ['/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/', 'rplugin/python3/deoplete/sources/base.py', 1, 1])] 2016-03-03 06:12:47,894 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x08\xb1vim_call_function\x92\xa8globpath\x94\xda\x01\x8f/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/\xd9(rplugin/python3/deoplete/sources/base.py\x01\x01'' 2016-03-03 06:12:47,894 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:47,894 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,894 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,894 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,894 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 8, None, [b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/base.py']] 2016-03-03 06:12:47,894 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/base.py'] 2016-03-03 06:12:47,895 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:47,895 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 9, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:47,895 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\t\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:47,895 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:47,895 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,895 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,895 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,895 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 9, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:47,895 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:47,896 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:47,896 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 10, 'vim_call_function', ('globpath', ['/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/', 'rplugin/python3/deoplete/sources/*.py', 1, 1])] 2016-03-03 06:12:47,896 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\n\xb1vim_call_function\x92\xa8globpath\x94\xda\x01\x8f/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/\xd9%rplugin/python3/deoplete/sources/*.py\x01\x01'' 2016-03-03 06:12:47,896 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:47,896 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,896 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,897 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,897 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 10, None, [b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/base.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/buffer.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/dictionary.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/file.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/member.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/omni.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/tag.py', b'/usr/home/tony/.vim/bundle/deoplete-jedi/rplugin/python3/deoplete/sources/deoplete_jedi.py']] 2016-03-03 06:12:47,897 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/base.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/buffer.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/dictionary.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/file.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/member.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/omni.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/sources/tag.py', b'/usr/home/tony/.vim/bundle/deoplete-jedi/rplugin/python3/deoplete/sources/deoplete_jedi.py'] 2016-03-03 06:12:47,897 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:47,900 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 11, 'vim_call_function', ('deoplete#util#set_default', ['g:deoplete#file#enable_buffer_path', 0])] 2016-03-03 06:12:47,900 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x0b\xb1vim_call_function\x92\xb9deoplete#util#set_default\x92\xd9"g:deoplete#file#enable_buffer_path\x00'' 2016-03-03 06:12:47,900 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:47,900 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,900 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:47,900 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:47,900 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 11, None, 0] 2016-03-03 06:12:47,900 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:47,901 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,101 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 12, 'vim_get_var', ('deoplete#sources#jedi#statement_length',)] 2016-03-03 06:12:48,101 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x0c\xabvim_get_var\x91\xd9&deoplete#sources#jedi#statement_length'' 2016-03-03 06:12:48,101 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,102 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,102 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,102 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,102 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 12, None, 50] 2016-03-03 06:12:48,102 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 50 2016-03-03 06:12:48,102 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,102 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 13, 'vim_get_buffers', ()] 2016-03-03 06:12:48,102 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\r\xafvim_get_buffers\x90'' 2016-03-03 06:12:48,103 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,103 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,103 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,103 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,103 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 13, None, [ExtType(code=0, data=b'\x02')]] 2016-03-03 06:12:48,103 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,103 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,103 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 14, 'buffer_get_name', (ExtType(code=0, data=b'\x02'),)] 2016-03-03 06:12:48,104 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x0e\xafbuffer_get_name\x91\xd4\x00\x02'' 2016-03-03 06:12:48,104 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,104 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,104 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,104 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,104 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 14, None, b'/usr/home/tony/work/django-website/git_pull/appz/models.py'] 2016-03-03 06:12:48,104 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/work/django-website/git_pull/appz/models.py' 2016-03-03 06:12:48,104 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,104 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 15, 'buffer_get_name', (ExtType(code=0, data=b'\x02'),)] 2016-03-03 06:12:48,105 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x0f\xafbuffer_get_name\x91\xd4\x00\x02'' 2016-03-03 06:12:48,105 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,105 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,105 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,105 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,105 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 15, None, b'/usr/home/tony/work/django-website/git_pull/appz/models.py'] 2016-03-03 06:12:48,105 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/work/django-website/git_pull/appz/models.py' 2016-03-03 06:12:48,105 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,105 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 16, 'buffer_get_name', (ExtType(code=0, data=b'\x02'),)] 2016-03-03 06:12:48,106 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x10\xafbuffer_get_name\x91\xd4\x00\x02'' 2016-03-03 06:12:48,106 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,106 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,106 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,106 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,106 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 16, None, b'/usr/home/tony/work/django-website/git_pull/appz/models.py'] 2016-03-03 06:12:48,106 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/work/django-website/git_pull/appz/models.py' 2016-03-03 06:12:48,106 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,107 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 17, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:48,107 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x11\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:48,107 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,107 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,107 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,107 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,107 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 17, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:48,107 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:48,108 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,108 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 18, 'vim_call_function', ('globpath', ['/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/', 'rplugin/python3/deoplete/filters/base.py', 1, 1])] 2016-03-03 06:12:48,108 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x12\xb1vim_call_function\x92\xa8globpath\x94\xda\x01\x8f/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/\xd9(rplugin/python3/deoplete/filters/base.py\x01\x01'' 2016-03-03 06:12:48,108 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,108 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,108 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,108 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,109 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 18, None, [b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/base.py']] 2016-03-03 06:12:48,109 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/base.py'] 2016-03-03 06:12:48,109 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,109 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 19, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:48,109 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x13\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:48,109 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,109 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,109 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,110 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,110 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 19, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:48,110 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:48,110 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,110 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 20, 'vim_call_function', ('globpath', ['/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/', 'rplugin/python3/deoplete/filters/*.py', 1, 1])] 2016-03-03 06:12:48,110 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x14\xb1vim_call_function\x92\xa8globpath\x94\xda\x01\x8f/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/\xd9%rplugin/python3/deoplete/filters/*.py\x01\x01'' 2016-03-03 06:12:48,110 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,110 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,110 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,111 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,111 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 20, None, [b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/base.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/converter_auto_delimiter.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/converter_auto_paren.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/converter_remove_overlap.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/converter_remove_paren.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/matcher_full_fuzzy.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/matcher_fuzzy.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/matcher_head.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/matcher_length.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/sorter_rank.py']] 2016-03-03 06:12:48,112 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/base.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/converter_auto_delimiter.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/converter_auto_paren.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/converter_remove_overlap.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/converter_remove_paren.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/matcher_full_fuzzy.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/matcher_fuzzy.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/matcher_head.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/matcher_length.py', b'/usr/home/tony/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete/filters/sorter_rank.py'] 2016-03-03 06:12:48,112 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,115 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 21, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:48,115 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x15\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:48,115 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,115 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,115 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,115 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,115 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 21, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:48,116 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:48,116 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,116 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 22, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,116 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x16\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,116 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,116 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,116 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,117 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,117 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 22, None, {}] 2016-03-03 06:12:48,117 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,117 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,117 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 23, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,117 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x17\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,117 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,118 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,118 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,118 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,118 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 23, None, {}] 2016-03-03 06:12:48,118 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,118 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,118 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 24, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,118 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x18\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,118 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,119 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,119 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,119 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,119 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 24, None, {}] 2016-03-03 06:12:48,119 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,119 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,119 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 25, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,119 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x19\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,120 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,120 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,120 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,120 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,120 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 25, None, {}] 2016-03-03 06:12:48,120 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,120 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,120 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 26, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,120 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x1a\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,121 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,121 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,121 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,121 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,121 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 26, None, {}] 2016-03-03 06:12:48,121 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,121 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,121 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 27, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,122 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x1b\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,122 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,122 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,122 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,122 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,122 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 27, None, {}] 2016-03-03 06:12:48,122 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,122 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,122 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 28, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,123 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x1c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,123 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,123 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,123 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,123 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,123 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 28, None, {}] 2016-03-03 06:12:48,123 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,123 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,123 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 29, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:48,124 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x1d\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:48,124 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,124 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,124 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,124 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,124 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 29, None, 0] 2016-03-03 06:12:48,124 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,124 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,125 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 30, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:48,125 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x1e\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:48,125 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,125 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,125 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,125 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,125 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 30, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:48,125 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:48,125 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,126 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 31, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,126 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x1f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,126 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,126 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,126 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,126 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,126 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 31, None, {}] 2016-03-03 06:12:48,126 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,126 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,127 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 32, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,127 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00 \xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,127 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,127 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,127 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,127 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,127 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 32, None, {}] 2016-03-03 06:12:48,127 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,128 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,128 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 33, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:48,128 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00!\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:48,128 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,128 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,128 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,128 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,128 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 33, None, 26] 2016-03-03 06:12:48,129 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:48,129 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,129 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 34, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:48,129 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00"\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:48,129 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,129 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,130 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,130 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,130 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 34, None, b''] 2016-03-03 06:12:48,130 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,130 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,130 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 35, 'vim_get_current_buffer', ()] 2016-03-03 06:12:48,130 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00#\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:48,130 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,130 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,131 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,131 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,131 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 35, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,131 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:48,131 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,131 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 36, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:48,131 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00$\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:48,131 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,132 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,132 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,132 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,132 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 36, None, b''] 2016-03-03 06:12:48,132 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,132 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,132 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 37, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,132 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00%\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,132 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,133 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,133 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,133 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,133 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 37, None, b'utf-8'] 2016-03-03 06:12:48,133 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,133 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,133 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 38, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,133 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00&\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,134 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,134 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,134 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,134 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,134 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 38, None, {}] 2016-03-03 06:12:48,134 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,134 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,134 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 39, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,134 [DEBUG @ base.py:send:113] 68422 - Sending 'b"\x94\x00'\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni"' 2016-03-03 06:12:48,135 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,135 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,135 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,135 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,135 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 39, None, {}] 2016-03-03 06:12:48,135 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,135 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,135 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 40, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,135 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00(\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,136 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,136 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,136 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,136 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,136 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 40, None, {}] 2016-03-03 06:12:48,136 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,136 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,136 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 41, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,137 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00)\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,137 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,137 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,137 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,137 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,137 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 41, None, {}] 2016-03-03 06:12:48,137 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,137 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,137 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 42, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,138 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00*\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,138 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,138 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,138 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,138 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,138 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 42, None, {}] 2016-03-03 06:12:48,138 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,138 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,139 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 43, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,139 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00+\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,139 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,139 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,139 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,139 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,139 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 43, None, {}] 2016-03-03 06:12:48,139 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,139 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,140 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 44, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,140 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00,\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,140 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,140 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,140 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,140 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,140 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 44, None, b'utf-8'] 2016-03-03 06:12:48,140 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,141 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,141 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 45, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,141 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00-\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,141 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,141 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,141 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,141 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,141 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 45, None, {}] 2016-03-03 06:12:48,141 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,142 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,142 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 46, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,142 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00.\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,142 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,142 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,142 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,142 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,142 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 46, None, {}] 2016-03-03 06:12:48,143 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,143 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,143 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 47, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,143 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00/\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,143 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,143 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,143 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,143 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,143 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 47, None, {}] 2016-03-03 06:12:48,144 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,144 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,144 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 48, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,144 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x000\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,144 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,144 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,144 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,144 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,144 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 48, None, {}] 2016-03-03 06:12:48,145 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,145 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,145 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 49, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,145 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x001\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,145 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,145 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,145 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,145 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,146 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 49, None, {}] 2016-03-03 06:12:48,146 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,146 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,146 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 50, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,146 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x002\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,146 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,146 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,146 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,146 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,147 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 50, None, {}] 2016-03-03 06:12:48,147 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,147 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,147 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 51, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,147 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x003\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,147 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,148 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,148 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,148 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,148 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 51, None, b'utf-8'] 2016-03-03 06:12:48,148 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,148 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,148 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 52, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,148 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x004\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,149 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,149 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,149 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,149 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,149 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 52, None, {}] 2016-03-03 06:12:48,149 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,149 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,149 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 53, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,149 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x005\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,150 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,150 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,150 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,150 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,150 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 53, None, {}] 2016-03-03 06:12:48,150 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,150 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,150 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 54, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,150 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x006\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,151 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,151 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,151 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,151 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,151 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 54, None, {}] 2016-03-03 06:12:48,151 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,151 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,151 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 55, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,152 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x007\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,152 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,152 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,152 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,152 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,152 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 55, None, {}] 2016-03-03 06:12:48,152 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,152 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,152 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 56, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,153 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x008\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,153 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,153 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,153 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,153 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,153 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 56, None, {}] 2016-03-03 06:12:48,153 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,154 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,154 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 57, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,154 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x009\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,154 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,154 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,154 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,154 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,154 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 57, None, b'utf-8'] 2016-03-03 06:12:48,155 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,155 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,155 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 58, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,155 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00:\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,155 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,155 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,155 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,155 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,155 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 58, None, {}] 2016-03-03 06:12:48,156 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,156 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,156 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 59, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,156 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00;\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,156 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,156 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,156 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,156 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,157 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 59, None, {}] 2016-03-03 06:12:48,157 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,157 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,157 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 60, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,157 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00<\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,157 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,157 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,157 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,157 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,158 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 60, None, {}] 2016-03-03 06:12:48,158 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,158 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,158 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 61, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,158 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00=\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,158 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,158 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,158 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,158 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,159 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 61, None, {}] 2016-03-03 06:12:48,159 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,159 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,159 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 62, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:48,159 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00>\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:48,159 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,159 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,159 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,160 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,160 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 62, None, {b'position': [0, 26, 5, 0]}] 2016-03-03 06:12:48,160 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 5, 0]} 2016-03-03 06:12:48,160 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,160 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:48,160 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:48,160 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,160 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,204 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,204 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' u', b'complete_str': b'', b'changedtick': 6, b'position': [0, 26, 6, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:48,204 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' u', b'complete_str': b'', b'changedtick': 6, b'position': [0, 26, 6, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:48,205 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:48,205 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 6, b'input': b' u', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 6, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:48,205 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 63, 'vim_get_current_window', ()] 2016-03-03 06:12:48,205 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00?\xb6vim_get_current_window\x90'' 2016-03-03 06:12:48,205 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,205 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,206 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,206 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,206 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 63, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:48,206 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:48,206 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,206 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 64, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:48,206 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00@\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:48,206 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,207 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,207 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,207 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,207 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 64, None, [26, 5]] 2016-03-03 06:12:48,207 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 5] 2016-03-03 06:12:48,207 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,207 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 65, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:48,207 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00A\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:48,207 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,208 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,208 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,208 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,208 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 65, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:48,208 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:48,208 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,208 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 66, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,208 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00B\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,209 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,209 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,209 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,209 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,209 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 66, None, {}] 2016-03-03 06:12:48,209 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,209 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,209 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 67, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,210 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00C\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,210 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,210 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,210 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,210 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,210 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 67, None, {}] 2016-03-03 06:12:48,210 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,210 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,210 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 68, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,211 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00D\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,211 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,211 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,211 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,211 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,211 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 68, None, {}] 2016-03-03 06:12:48,211 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,211 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,212 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 69, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,212 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00E\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,212 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,213 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,213 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,213 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,213 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 69, None, {}] 2016-03-03 06:12:48,213 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,213 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,213 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 70, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,213 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00F\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,214 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,214 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,214 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,214 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,214 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 70, None, {}] 2016-03-03 06:12:48,214 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,214 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,214 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 71, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,214 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00G\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,215 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,215 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,215 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,215 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,215 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 71, None, {}] 2016-03-03 06:12:48,215 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,215 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,215 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 72, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,216 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00H\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,216 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,216 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,216 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,216 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,216 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 72, None, {}] 2016-03-03 06:12:48,216 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,216 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,216 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 73, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:48,217 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00I\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:48,217 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,217 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,217 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,217 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,217 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 73, None, 0] 2016-03-03 06:12:48,217 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,217 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,217 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 74, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:48,218 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00J\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:48,218 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,218 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,218 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,218 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,218 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 74, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:48,218 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:48,218 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,219 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 75, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,219 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00K\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,219 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,219 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,219 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,219 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,219 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 75, None, {}] 2016-03-03 06:12:48,219 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,219 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,220 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 76, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,220 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00L\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,220 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,220 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,220 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,220 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,220 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 76, None, {}] 2016-03-03 06:12:48,220 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,220 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,221 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 77, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:48,221 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00M\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:48,221 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,221 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,221 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,221 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,221 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 77, None, 26] 2016-03-03 06:12:48,222 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:48,222 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,222 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 78, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:48,222 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00N\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:48,222 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,222 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,222 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,222 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,222 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 78, None, b''] 2016-03-03 06:12:48,223 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,223 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,223 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 79, 'vim_get_current_buffer', ()] 2016-03-03 06:12:48,223 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00O\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:48,223 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,223 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,223 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,223 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,224 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 79, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,224 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:48,224 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,224 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 80, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:48,224 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00P\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:48,224 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,224 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,225 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,225 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,225 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 80, None, b''] 2016-03-03 06:12:48,225 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,225 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,225 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 81, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,225 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00Q\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,225 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,226 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,226 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,226 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,226 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 81, None, b'utf-8'] 2016-03-03 06:12:48,226 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,226 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,226 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 82, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,226 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00R\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,226 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,227 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,227 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,227 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,227 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 82, None, {}] 2016-03-03 06:12:48,227 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,227 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,227 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 83, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,227 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00S\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,228 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,228 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,228 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,228 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,228 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 83, None, {}] 2016-03-03 06:12:48,228 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,228 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,228 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 84, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,228 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00T\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,229 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,229 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,229 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,229 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,229 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 84, None, {}] 2016-03-03 06:12:48,229 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,229 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,229 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 85, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,229 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00U\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,230 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,230 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,230 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,230 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,230 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 85, None, {}] 2016-03-03 06:12:48,230 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,230 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,230 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 86, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,230 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00V\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,231 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,231 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,231 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,231 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,231 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 86, None, {}] 2016-03-03 06:12:48,231 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,231 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,231 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 87, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,231 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00W\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,232 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,232 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,232 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,232 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,232 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 87, None, {}] 2016-03-03 06:12:48,232 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,232 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,232 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 88, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,233 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00X\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,233 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,233 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,233 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,233 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,233 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 88, None, b'utf-8'] 2016-03-03 06:12:48,233 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,233 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,233 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 89, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,234 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00Y\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,234 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,234 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,234 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,234 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,234 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 89, None, {}] 2016-03-03 06:12:48,234 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,234 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,234 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 90, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,235 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00Z\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,235 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,235 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,235 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,235 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,235 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 90, None, {}] 2016-03-03 06:12:48,235 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,235 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,235 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 91, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,236 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00[\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,236 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,236 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,236 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,236 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,236 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 91, None, {}] 2016-03-03 06:12:48,236 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,236 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,236 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 92, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,237 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\\\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,237 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,237 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,237 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,237 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,237 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 92, None, {}] 2016-03-03 06:12:48,237 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,237 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,237 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 93, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,238 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00]\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,238 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,238 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,238 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,238 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,238 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 93, None, {}] 2016-03-03 06:12:48,238 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,238 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,239 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 94, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,239 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00^\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,239 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,239 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,239 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,239 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,239 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 94, None, {}] 2016-03-03 06:12:48,239 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,239 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,240 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 95, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,240 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00_\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,240 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,240 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,240 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,240 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,240 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 95, None, b'utf-8'] 2016-03-03 06:12:48,240 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,240 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,241 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 96, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,241 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00`\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,241 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,241 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,241 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,241 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,241 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 96, None, {}] 2016-03-03 06:12:48,241 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,242 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,242 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 97, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,242 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00a\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,242 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,242 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,242 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,242 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,242 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 97, None, {}] 2016-03-03 06:12:48,242 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,243 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,243 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 98, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,243 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00b\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,243 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,243 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,243 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,243 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,243 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 98, None, {}] 2016-03-03 06:12:48,243 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,244 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,244 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 99, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,244 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,244 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,244 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,244 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,244 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,244 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 99, None, {}] 2016-03-03 06:12:48,244 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,245 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,245 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 100, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,245 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,245 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,245 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,245 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,245 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,245 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 100, None, {}] 2016-03-03 06:12:48,246 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,246 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,246 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 101, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,246 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00e\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,246 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,246 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,246 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,246 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,246 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 101, None, b'utf-8'] 2016-03-03 06:12:48,247 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,247 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,247 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 102, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,247 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,247 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,247 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,247 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,247 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,248 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 102, None, {}] 2016-03-03 06:12:48,248 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,248 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,248 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 103, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,248 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00g\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,248 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,248 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,248 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,248 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,249 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 103, None, {}] 2016-03-03 06:12:48,249 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,249 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,249 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 104, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,249 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00h\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,249 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,249 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,249 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,249 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,250 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 104, None, {}] 2016-03-03 06:12:48,250 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,250 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,250 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 105, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,250 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00i\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,250 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,250 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,250 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,250 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,251 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 105, None, {}] 2016-03-03 06:12:48,251 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,251 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,251 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 106, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,251 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00j\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,251 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,251 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,251 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,252 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,252 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 106, None, 0] 2016-03-03 06:12:48,252 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,252 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,252 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 107, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:48,252 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00k\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:48,252 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,252 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,252 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,253 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,253 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 107, None, 500000] 2016-03-03 06:12:48,253 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:48,253 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,253 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 108, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:48,253 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00l\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:48,253 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,253 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,253 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,254 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,254 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 108, None, 0] 2016-03-03 06:12:48,254 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,254 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,254 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 109, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:48,254 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00m\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:48,254 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,254 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,254 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,255 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,255 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 109, None, []] 2016-03-03 06:12:48,255 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:48,255 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,255 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 110, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:48,255 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00n\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:48,255 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,256 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,256 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,256 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,256 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 110, None, []] 2016-03-03 06:12:48,256 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:48,256 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,256 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 111, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,256 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00o\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,256 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,257 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,257 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,257 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,257 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 111, None, 0] 2016-03-03 06:12:48,257 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,257 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,257 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 112, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,257 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00p\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,257 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,258 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,258 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,258 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,258 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 112, None, {}] 2016-03-03 06:12:48,258 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,258 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,258 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 113, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,258 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00q\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,258 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,259 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,259 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,259 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,259 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 113, None, {}] 2016-03-03 06:12:48,259 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,259 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,259 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 114, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,259 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00r\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,259 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,260 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,260 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,260 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,260 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 114, None, {}] 2016-03-03 06:12:48,260 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,260 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,260 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 115, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,260 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00s\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,260 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,261 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,261 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,261 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,261 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 115, None, 0] 2016-03-03 06:12:48,261 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,261 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,261 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 116, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,261 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00t\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,262 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,262 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,262 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,263 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,263 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 116, None, 0] 2016-03-03 06:12:48,263 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,263 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,263 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 117, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,263 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00u\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,263 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,263 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,263 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,264 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,264 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 117, None, 0] 2016-03-03 06:12:48,264 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,264 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,264 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 118, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,264 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00v\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,265 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,265 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,265 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,265 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,265 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 118, None, 0] 2016-03-03 06:12:48,265 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,265 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,265 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 119, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,265 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00w\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,266 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,266 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,266 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,266 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,266 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 119, None, 0] 2016-03-03 06:12:48,266 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,266 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,266 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 120, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:48,266 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00x\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:48,267 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,267 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,267 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,267 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,267 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 120, None, {}] 2016-03-03 06:12:48,267 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,267 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,267 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 121, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,267 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00y\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,268 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,268 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,268 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,268 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,268 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 121, None, 0] 2016-03-03 06:12:48,268 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,268 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,268 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 122, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,268 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00z\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,269 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,269 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,269 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,269 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,269 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 122, None, 0] 2016-03-03 06:12:48,269 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,269 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,269 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 123, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,270 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00{\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,270 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,270 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,270 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,270 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,270 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 123, None, 0] 2016-03-03 06:12:48,270 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,270 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,270 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 124, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,271 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00|\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,271 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,271 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,271 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,271 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,271 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 124, None, 0] 2016-03-03 06:12:48,271 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,271 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,271 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 125, 'vim_get_current_buffer', ()] 2016-03-03 06:12:48,272 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00}\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:48,272 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,272 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,272 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,272 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,272 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 125, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,272 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:48,272 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,272 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 126, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:48,273 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00~\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:48,273 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,273 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,273 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,273 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,273 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 126, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:48,273 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:48,273 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,273 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:48,274 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 127, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,274 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\x7f\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,274 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,274 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,274 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,274 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,274 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 127, None, 0] 2016-03-03 06:12:48,274 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,274 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,275 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 128, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,275 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x80\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,275 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,275 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,275 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,275 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,275 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 128, None, {}] 2016-03-03 06:12:48,275 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,275 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,276 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 129, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,276 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x81\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,276 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,276 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,276 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,276 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,276 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 129, None, {}] 2016-03-03 06:12:48,276 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,276 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,277 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 130, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,277 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x82\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,277 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,277 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,277 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,277 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,277 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 130, None, {}] 2016-03-03 06:12:48,277 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,277 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,278 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 131, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,278 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x83\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,278 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,278 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,278 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,278 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,278 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 131, None, 0] 2016-03-03 06:12:48,278 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,278 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,279 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 132, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,279 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x84\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,279 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,279 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,279 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,279 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,279 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 132, None, 0] 2016-03-03 06:12:48,279 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,279 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,280 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 133, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,280 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x85\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,280 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,280 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,280 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,280 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,280 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 133, None, 0] 2016-03-03 06:12:48,280 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,280 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,281 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 134, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,281 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x86\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,281 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,281 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,281 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,281 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,281 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 134, None, 0] 2016-03-03 06:12:48,281 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,281 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,282 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 135, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,282 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x87\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,282 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,282 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,282 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,282 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,282 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 135, None, 0] 2016-03-03 06:12:48,282 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,283 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,283 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 136, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:48,283 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x88\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:48,283 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,283 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,283 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,283 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,283 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 136, None, {}] 2016-03-03 06:12:48,283 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,284 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,284 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 137, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,284 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x89\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,284 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,284 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,284 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,284 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,284 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 137, None, 0] 2016-03-03 06:12:48,284 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,285 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,285 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 138, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,285 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x8a\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,285 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,285 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,285 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,285 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,285 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 138, None, 0] 2016-03-03 06:12:48,285 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,286 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,286 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 139, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,286 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x8b\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,286 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,286 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,286 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,286 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,286 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 139, None, 0] 2016-03-03 06:12:48,286 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,287 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,287 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 140, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:48,287 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x8c\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:48,287 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,287 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,287 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,287 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,287 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 140, None, {b'position': [0, 26, 6, 0]}] 2016-03-03 06:12:48,287 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 6, 0]} 2016-03-03 06:12:48,288 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,288 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:48,288 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:48,288 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,288 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,324 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,324 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' ur', b'complete_str': b'', b'changedtick': 7, b'position': [0, 26, 7, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:48,324 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' ur', b'complete_str': b'', b'changedtick': 7, b'position': [0, 26, 7, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:48,324 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:48,324 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 7, b'input': b' ur', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 7, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:48,325 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 141, 'vim_get_current_window', ()] 2016-03-03 06:12:48,325 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x8d\xb6vim_get_current_window\x90'' 2016-03-03 06:12:48,325 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,325 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,325 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,325 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,325 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 141, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:48,325 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:48,326 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,326 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 142, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:48,326 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x8e\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:48,326 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,326 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,326 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,326 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,326 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 142, None, [26, 6]] 2016-03-03 06:12:48,326 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 6] 2016-03-03 06:12:48,327 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,327 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 143, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:48,327 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x8f\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:48,327 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,327 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,327 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,327 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,327 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 143, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:48,327 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:48,328 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,328 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 144, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,328 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x90\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,328 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,328 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,328 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,328 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,328 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 144, None, {}] 2016-03-03 06:12:48,328 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,329 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,329 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 145, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,329 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x91\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,329 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,329 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,329 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,329 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,329 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 145, None, {}] 2016-03-03 06:12:48,329 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,330 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,330 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 146, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,330 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x92\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,330 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,330 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,330 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,330 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,330 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 146, None, {}] 2016-03-03 06:12:48,330 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,331 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,331 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 147, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,331 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x93\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,331 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,331 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,331 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,331 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,331 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 147, None, {}] 2016-03-03 06:12:48,331 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,332 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,332 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 148, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,332 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x94\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,332 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,332 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,332 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,332 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,332 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 148, None, {}] 2016-03-03 06:12:48,332 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,333 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,333 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 149, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,333 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x95\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,333 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,333 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,333 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,333 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,333 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 149, None, {}] 2016-03-03 06:12:48,334 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,334 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,334 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 150, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,334 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x96\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,334 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,334 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,334 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,334 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,334 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 150, None, {}] 2016-03-03 06:12:48,335 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,335 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,335 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 151, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:48,335 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x97\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:48,335 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,335 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,335 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,335 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,335 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 151, None, 0] 2016-03-03 06:12:48,336 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,336 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,336 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 152, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:48,336 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x98\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:48,336 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,336 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,336 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,336 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,336 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 152, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:48,337 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:48,337 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,337 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 153, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,337 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x99\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,337 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,337 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,337 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,337 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,337 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 153, None, {}] 2016-03-03 06:12:48,338 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,338 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,338 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 154, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,338 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x9a\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,338 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,338 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,338 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,338 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,338 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 154, None, {}] 2016-03-03 06:12:48,339 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,339 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,339 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 155, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:48,339 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x9b\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:48,339 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,339 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,339 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,339 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,340 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 155, None, 26] 2016-03-03 06:12:48,340 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:48,340 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,340 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 156, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:48,340 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x9c\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:48,340 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,340 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,340 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,340 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,341 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 156, None, b''] 2016-03-03 06:12:48,341 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,341 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,341 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 157, 'vim_get_current_buffer', ()] 2016-03-03 06:12:48,341 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x9d\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:48,341 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,341 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,341 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,341 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,342 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 157, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,342 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:48,342 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,342 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 158, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:48,342 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x9e\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:48,342 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,342 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,342 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,342 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,343 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 158, None, b''] 2016-03-03 06:12:48,343 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,343 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,343 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 159, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,343 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\x9f\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,343 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,343 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,343 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,343 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,344 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 159, None, b'utf-8'] 2016-03-03 06:12:48,344 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,344 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,344 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 160, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,344 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xa0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,344 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,344 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,344 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,344 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,345 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 160, None, {}] 2016-03-03 06:12:48,345 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,345 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,345 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 161, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,345 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xa1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,346 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,346 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,346 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,346 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,346 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 161, None, {}] 2016-03-03 06:12:48,346 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,346 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,346 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 162, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,347 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xa2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,347 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,347 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,347 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,347 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,347 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 162, None, {}] 2016-03-03 06:12:48,347 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,347 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,347 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 163, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,348 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xa3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,348 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,348 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,348 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,348 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,348 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 163, None, {}] 2016-03-03 06:12:48,348 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,348 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,348 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 164, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,349 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xa4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,349 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,349 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,349 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,349 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,349 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 164, None, {}] 2016-03-03 06:12:48,349 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,349 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,349 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 165, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,350 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xa5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,350 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,350 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,350 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,350 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,350 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 165, None, {}] 2016-03-03 06:12:48,350 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,350 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,351 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 166, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,351 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xa6\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,351 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,351 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,351 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,351 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,351 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 166, None, b'utf-8'] 2016-03-03 06:12:48,351 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,351 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,352 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 167, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,352 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xa7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,352 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,352 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,352 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,352 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,352 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 167, None, {}] 2016-03-03 06:12:48,352 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,352 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,353 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 168, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,353 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xa8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,353 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,353 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,353 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,353 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,353 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 168, None, {}] 2016-03-03 06:12:48,353 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,353 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,354 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 169, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,354 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xa9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,354 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,354 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,354 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,354 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,354 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 169, None, {}] 2016-03-03 06:12:48,354 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,354 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,355 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 170, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,355 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xaa\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,355 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,355 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,355 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,355 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,355 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 170, None, {}] 2016-03-03 06:12:48,355 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,355 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,356 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 171, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,356 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xab\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,356 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,356 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,356 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,356 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,356 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 171, None, {}] 2016-03-03 06:12:48,356 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,356 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,357 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 172, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,357 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xac\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,357 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,357 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,357 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,357 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,357 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 172, None, {}] 2016-03-03 06:12:48,357 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,357 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,358 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 173, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,358 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xad\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,358 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,358 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,358 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,358 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,358 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 173, None, b'utf-8'] 2016-03-03 06:12:48,358 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,359 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,359 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 174, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,359 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xae\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,359 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,359 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,359 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,359 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,359 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 174, None, {}] 2016-03-03 06:12:48,359 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,360 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,360 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 175, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,360 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xaf\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,360 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,360 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,360 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,360 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,360 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 175, None, {}] 2016-03-03 06:12:48,360 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,361 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,361 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 176, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,361 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xb0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,361 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,361 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,361 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,361 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,361 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 176, None, {}] 2016-03-03 06:12:48,361 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,362 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,362 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 177, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,362 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xb1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,362 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,362 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,362 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,362 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,362 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 177, None, {}] 2016-03-03 06:12:48,362 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,363 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,363 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 178, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,363 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xb2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,363 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,363 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,363 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,363 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,363 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 178, None, {}] 2016-03-03 06:12:48,363 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,364 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,364 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 179, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,364 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xb3\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,364 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,364 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,364 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,364 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,364 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 179, None, b'utf-8'] 2016-03-03 06:12:48,364 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,365 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,365 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 180, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,365 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xb4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,365 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,365 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,365 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,365 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,365 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 180, None, {}] 2016-03-03 06:12:48,366 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,366 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,366 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 181, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,366 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xb5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,366 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,366 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,366 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,366 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,366 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 181, None, {}] 2016-03-03 06:12:48,367 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,367 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,367 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 182, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,367 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xb6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,367 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,367 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,367 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,367 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,367 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 182, None, {}] 2016-03-03 06:12:48,368 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,368 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,368 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 183, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,368 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xb7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,368 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,368 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,368 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,368 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,368 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 183, None, {}] 2016-03-03 06:12:48,369 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,369 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,369 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 184, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,369 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xb8\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,369 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,369 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,369 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,369 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,369 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 184, None, 0] 2016-03-03 06:12:48,370 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,370 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,370 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 185, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:48,370 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xb9\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:48,370 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,370 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,370 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,370 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,370 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 185, None, 500000] 2016-03-03 06:12:48,371 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:48,371 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,371 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 186, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:48,371 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xba\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:48,371 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,371 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,371 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,371 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,371 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 186, None, 0] 2016-03-03 06:12:48,372 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,372 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,372 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 187, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:48,372 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xbb\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:48,372 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,372 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,372 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,372 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,373 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 187, None, []] 2016-03-03 06:12:48,373 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:48,373 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,373 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 188, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:48,373 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xbc\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:48,373 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,373 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,373 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,374 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,374 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 188, None, []] 2016-03-03 06:12:48,374 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:48,374 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,374 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 189, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,374 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xbd\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,374 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,374 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,374 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,375 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,375 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 189, None, 0] 2016-03-03 06:12:48,375 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,375 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,375 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 190, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,375 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xbe\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,375 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,375 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,375 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,376 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,376 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 190, None, {}] 2016-03-03 06:12:48,376 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,376 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,376 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 191, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,376 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xbf\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,376 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,376 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,376 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,377 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,377 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 191, None, {}] 2016-03-03 06:12:48,377 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,377 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,377 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 192, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,377 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xc0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,377 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,377 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,377 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,378 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,378 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 192, None, {}] 2016-03-03 06:12:48,378 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,378 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,378 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 193, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,378 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xc1\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,378 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,378 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,378 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,379 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,379 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 193, None, 0] 2016-03-03 06:12:48,379 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,379 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,379 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 194, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,379 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xc2\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,379 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,379 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,380 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,380 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,380 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 194, None, 0] 2016-03-03 06:12:48,380 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,380 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,380 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 195, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,380 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xc3\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,380 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,380 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,381 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,381 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,381 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 195, None, 0] 2016-03-03 06:12:48,381 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,381 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,381 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 196, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,381 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xc4\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,381 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,382 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,382 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,382 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,382 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 196, None, 0] 2016-03-03 06:12:48,382 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,382 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,382 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 197, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,382 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xc5\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,382 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,383 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,383 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,383 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,383 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 197, None, 0] 2016-03-03 06:12:48,383 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,383 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,383 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 198, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:48,383 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xc6\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:48,383 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,384 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,384 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,384 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,384 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 198, None, {}] 2016-03-03 06:12:48,384 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,384 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,384 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 199, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,384 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xc7\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,384 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,385 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,385 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,385 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,385 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 199, None, 0] 2016-03-03 06:12:48,385 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,385 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,385 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 200, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,385 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xc8\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,385 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,386 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,386 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,386 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,386 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 200, None, 0] 2016-03-03 06:12:48,386 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,386 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,386 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 201, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,386 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xc9\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,386 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,387 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,387 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,387 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,387 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 201, None, 0] 2016-03-03 06:12:48,387 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,387 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,387 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 202, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,387 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xca\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,387 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,388 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,388 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,388 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,388 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 202, None, 0] 2016-03-03 06:12:48,388 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,388 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,388 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 203, 'vim_get_current_buffer', ()] 2016-03-03 06:12:48,388 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xcb\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:48,388 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,389 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,389 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,389 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,389 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 203, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,389 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:48,389 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,389 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 204, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:48,389 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xcc\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:48,389 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,390 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,390 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,390 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,390 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 204, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:48,390 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:48,390 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,390 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:48,390 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 205, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,390 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xcd\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,391 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,391 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,391 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,391 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,391 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 205, None, 0] 2016-03-03 06:12:48,391 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,391 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,391 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 206, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,391 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xce\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,392 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,392 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,392 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,392 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,392 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 206, None, {}] 2016-03-03 06:12:48,392 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,392 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,392 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 207, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,392 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xcf\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,393 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,393 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,393 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,393 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,393 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 207, None, {}] 2016-03-03 06:12:48,393 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,393 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,393 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 208, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,393 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xd0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,394 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,394 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,394 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,394 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,394 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 208, None, {}] 2016-03-03 06:12:48,394 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,394 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,394 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 209, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,395 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xd1\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,395 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,395 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,395 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,395 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,395 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 209, None, 0] 2016-03-03 06:12:48,395 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,396 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,396 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 210, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,396 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xd2\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,396 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,396 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,396 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,396 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,397 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 210, None, 0] 2016-03-03 06:12:48,397 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,397 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,397 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 211, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,397 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xd3\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,397 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,397 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,397 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,397 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,398 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 211, None, 0] 2016-03-03 06:12:48,398 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,398 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,398 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 212, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,398 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xd4\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,398 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,398 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,398 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,398 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,399 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 212, None, 0] 2016-03-03 06:12:48,399 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,399 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,399 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 213, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,399 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xd5\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,399 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,399 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,399 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,399 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,400 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 213, None, 0] 2016-03-03 06:12:48,400 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,400 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,400 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 214, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:48,400 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xd6\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:48,400 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,400 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,400 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,400 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,401 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 214, None, {}] 2016-03-03 06:12:48,401 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,401 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,401 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 215, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,401 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xd7\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,401 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,401 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,401 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,401 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,402 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 215, None, 0] 2016-03-03 06:12:48,402 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,402 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,402 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 216, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,402 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xd8\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,402 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,402 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,402 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,402 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,403 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 216, None, 0] 2016-03-03 06:12:48,403 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,403 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,403 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 217, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,403 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xd9\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,403 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,403 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,403 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,403 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,404 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 217, None, 0] 2016-03-03 06:12:48,404 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,404 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,404 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 218, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:48,404 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xda\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:48,404 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,404 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,404 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,404 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,405 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 218, None, {b'position': [0, 26, 7, 0]}] 2016-03-03 06:12:48,405 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 7, 0]} 2016-03-03 06:12:48,405 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,405 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:48,405 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:48,405 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,405 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,412 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,412 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url', b'complete_str': b'', b'changedtick': 8, b'position': [0, 26, 8, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:48,412 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url', b'complete_str': b'', b'changedtick': 8, b'position': [0, 26, 8, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:48,412 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:48,412 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 8, b'input': b' url', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 8, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:48,412 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 219, 'vim_get_current_window', ()] 2016-03-03 06:12:48,413 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xdb\xb6vim_get_current_window\x90'' 2016-03-03 06:12:48,413 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,413 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,413 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,413 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,413 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 219, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:48,413 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:48,413 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,414 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 220, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:48,414 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xdc\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:48,414 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,414 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,414 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,414 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,414 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 220, None, [26, 7]] 2016-03-03 06:12:48,414 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 7] 2016-03-03 06:12:48,414 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,415 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 221, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:48,415 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xdd\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:48,415 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,415 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,415 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,415 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,415 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 221, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:48,415 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:48,415 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,416 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 222, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,416 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xde\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,416 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,416 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,416 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,416 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,416 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 222, None, {}] 2016-03-03 06:12:48,416 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,416 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,417 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 223, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,417 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xdf\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,417 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,417 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,417 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,417 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,417 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 223, None, {}] 2016-03-03 06:12:48,417 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,417 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,418 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 224, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,418 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xe0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,418 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,418 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,418 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,418 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,418 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 224, None, {}] 2016-03-03 06:12:48,418 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,418 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,419 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 225, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,419 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xe1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,419 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,419 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,419 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,419 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,419 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 225, None, {}] 2016-03-03 06:12:48,419 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,419 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,420 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 226, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,420 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xe2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,420 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,420 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,420 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,420 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,420 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 226, None, {}] 2016-03-03 06:12:48,420 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,421 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,421 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 227, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,421 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xe3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,421 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,421 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,421 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,421 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,421 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 227, None, {}] 2016-03-03 06:12:48,421 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,422 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,422 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 228, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,422 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xe4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,422 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,422 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,422 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,422 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,422 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 228, None, {}] 2016-03-03 06:12:48,422 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,423 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,423 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 229, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:48,423 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xe5\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:48,423 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,423 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,423 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,423 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,423 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 229, None, 0] 2016-03-03 06:12:48,423 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,424 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,424 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 230, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:48,424 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xe6\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:48,424 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,424 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,424 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,424 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,424 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 230, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:48,424 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:48,425 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,425 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 231, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,425 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xe7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,425 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,425 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,425 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,425 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,425 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 231, None, {}] 2016-03-03 06:12:48,426 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,426 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,426 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 232, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,426 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xe8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,426 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,426 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,426 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,426 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,426 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 232, None, {}] 2016-03-03 06:12:48,427 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,427 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,427 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 233, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:48,427 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xe9\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:48,427 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,427 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,427 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,427 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,427 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 233, None, 26] 2016-03-03 06:12:48,428 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:48,428 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,428 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 234, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:48,428 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xea\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:48,428 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,428 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,428 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,428 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,429 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 234, None, b''] 2016-03-03 06:12:48,429 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,429 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,429 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 235, 'vim_get_current_buffer', ()] 2016-03-03 06:12:48,430 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xeb\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:48,430 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,430 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,430 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,430 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,430 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 235, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,430 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:48,430 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,430 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 236, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:48,431 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xec\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:48,431 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,431 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,431 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,431 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,431 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 236, None, b''] 2016-03-03 06:12:48,431 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,431 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,431 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 237, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,432 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xed\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,432 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,432 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,432 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,432 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,432 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 237, None, b'utf-8'] 2016-03-03 06:12:48,432 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,432 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,432 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 238, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,433 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xee\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,433 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,433 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,433 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,433 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,433 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 238, None, {}] 2016-03-03 06:12:48,433 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,433 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,433 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 239, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,434 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xef\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,434 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,434 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,434 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,434 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,434 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 239, None, {}] 2016-03-03 06:12:48,434 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,434 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,434 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 240, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,435 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xf0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,435 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,435 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,435 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,435 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,435 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 240, None, {}] 2016-03-03 06:12:48,435 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,435 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,435 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 241, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,436 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xf1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,436 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,436 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,436 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,436 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,436 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 241, None, {}] 2016-03-03 06:12:48,436 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,436 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,436 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 242, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,437 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xf2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,437 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,437 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,437 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,437 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,437 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 242, None, {}] 2016-03-03 06:12:48,437 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,437 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,437 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 243, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,438 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xf3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,438 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,438 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,438 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,438 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,438 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 243, None, {}] 2016-03-03 06:12:48,438 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,438 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,439 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 244, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,439 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xf4\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,439 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,439 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,439 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,439 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,439 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 244, None, b'utf-8'] 2016-03-03 06:12:48,439 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,439 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,440 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 245, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,440 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xf5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,440 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,440 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,440 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,440 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,440 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 245, None, {}] 2016-03-03 06:12:48,440 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,440 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,441 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 246, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,441 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xf6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,441 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,441 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,441 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,441 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,441 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 246, None, {}] 2016-03-03 06:12:48,441 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,441 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,442 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 247, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,442 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xf7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,442 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,442 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,442 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,442 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,442 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 247, None, {}] 2016-03-03 06:12:48,442 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,442 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,443 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 248, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,443 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xf8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,443 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,443 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,443 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,443 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,443 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 248, None, {}] 2016-03-03 06:12:48,443 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,443 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,444 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 249, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,444 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xf9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,444 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,444 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,444 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,444 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,444 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 249, None, {}] 2016-03-03 06:12:48,444 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,444 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,445 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 250, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,445 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xfa\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,445 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,445 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,445 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,445 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,445 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 250, None, {}] 2016-03-03 06:12:48,445 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,445 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,446 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 251, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,446 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xfb\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,446 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,446 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,446 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,446 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,446 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 251, None, b'utf-8'] 2016-03-03 06:12:48,446 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,447 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,447 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 252, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,447 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xfc\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,447 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,447 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,447 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,447 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,447 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 252, None, {}] 2016-03-03 06:12:48,447 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,448 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,448 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 253, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,448 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xfd\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,448 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,448 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,448 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,448 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,448 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 253, None, {}] 2016-03-03 06:12:48,448 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,449 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,449 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 254, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,449 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xfe\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,449 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,449 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,449 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,449 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,449 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 254, None, {}] 2016-03-03 06:12:48,450 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,450 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,450 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 255, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,450 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcc\xff\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,450 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,450 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,450 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,450 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,450 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 255, None, {}] 2016-03-03 06:12:48,451 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,451 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,451 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 256, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,451 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x00\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,451 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,451 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,451 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,451 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,451 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 256, None, {}] 2016-03-03 06:12:48,452 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,452 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,452 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 257, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,452 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x01\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,452 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,452 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,452 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,452 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,453 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 257, None, b'utf-8'] 2016-03-03 06:12:48,453 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,453 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,453 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 258, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,453 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x02\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,453 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,453 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,453 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,453 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,454 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 258, None, {}] 2016-03-03 06:12:48,454 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,454 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,454 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 259, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,454 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x03\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,454 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,454 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,454 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,454 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,455 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 259, None, {}] 2016-03-03 06:12:48,455 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,455 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,455 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 260, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,455 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x04\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,455 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,455 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,455 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,455 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,456 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 260, None, {}] 2016-03-03 06:12:48,456 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,456 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,456 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 261, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,456 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x05\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,456 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,456 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,456 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,457 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,457 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 261, None, {}] 2016-03-03 06:12:48,457 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,457 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,457 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 262, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,457 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x06\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,457 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,457 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,457 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,458 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,458 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 262, None, 0] 2016-03-03 06:12:48,458 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,458 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,458 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 263, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:48,458 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x07\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:48,458 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,458 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,458 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,459 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,459 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 263, None, 500000] 2016-03-03 06:12:48,459 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:48,459 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,459 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 264, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:48,459 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x08\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:48,459 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,459 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,459 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,460 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,460 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 264, None, 0] 2016-03-03 06:12:48,460 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,460 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,460 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 265, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:48,460 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\t\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:48,460 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,460 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,460 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,461 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,461 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 265, None, []] 2016-03-03 06:12:48,461 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:48,461 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,461 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 266, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:48,461 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\n\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:48,461 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,462 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,462 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,462 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,462 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 266, None, []] 2016-03-03 06:12:48,462 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:48,463 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,463 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 267, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,463 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x0b\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,463 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,463 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,463 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,463 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,463 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 267, None, 0] 2016-03-03 06:12:48,463 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,464 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,464 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 268, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,464 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x0c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,464 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,464 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,464 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,464 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,464 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 268, None, {}] 2016-03-03 06:12:48,464 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,465 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,465 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 269, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,465 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\r\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,465 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,465 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,465 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,465 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,465 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 269, None, {}] 2016-03-03 06:12:48,465 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,466 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,466 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 270, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,466 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x0e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,466 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,466 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,466 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,466 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,466 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 270, None, {}] 2016-03-03 06:12:48,466 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,467 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,467 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 271, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,467 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x0f\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,467 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,467 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,467 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,467 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,467 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 271, None, 0] 2016-03-03 06:12:48,467 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,468 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,468 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 272, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,468 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x10\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,468 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,468 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,468 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,468 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,468 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 272, None, 0] 2016-03-03 06:12:48,468 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,469 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,469 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 273, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,469 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x11\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,469 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,469 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,469 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,469 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,469 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 273, None, 0] 2016-03-03 06:12:48,469 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,470 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,470 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 274, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,470 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x12\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,470 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,470 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,470 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,470 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,470 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 274, None, 0] 2016-03-03 06:12:48,471 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,471 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,471 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 275, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,471 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x13\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,471 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,471 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,471 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,471 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,471 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 275, None, 0] 2016-03-03 06:12:48,472 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,472 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,472 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 276, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:48,472 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x14\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:48,472 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,472 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,472 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,472 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,472 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 276, None, {}] 2016-03-03 06:12:48,473 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,473 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,473 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 277, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,473 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x15\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,473 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,473 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,473 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,473 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,473 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 277, None, 0] 2016-03-03 06:12:48,474 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,474 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,474 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 278, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,474 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x16\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,474 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,474 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,474 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,474 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,474 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 278, None, 0] 2016-03-03 06:12:48,475 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,475 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,475 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 279, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,475 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x17\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,475 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,475 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,475 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,475 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,475 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 279, None, 0] 2016-03-03 06:12:48,476 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,476 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,476 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 280, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,476 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x18\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,476 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,476 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,476 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,476 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,476 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 280, None, 0] 2016-03-03 06:12:48,477 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,477 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,477 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 281, 'vim_get_current_buffer', ()] 2016-03-03 06:12:48,477 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x19\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:48,477 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,477 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,477 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,477 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,477 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 281, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,478 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:48,478 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,478 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 282, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:48,478 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x1a\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:48,478 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,478 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,478 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,478 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,478 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 282, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:48,479 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:48,479 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,479 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:48,479 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 283, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,479 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x1b\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,479 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,479 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,479 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,479 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,480 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 283, None, 0] 2016-03-03 06:12:48,480 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,480 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,480 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 284, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,480 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x1c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,480 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,480 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,480 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,480 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,481 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 284, None, {}] 2016-03-03 06:12:48,481 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,481 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,481 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 285, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,481 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x1d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,481 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,481 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,481 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,481 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,482 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 285, None, {}] 2016-03-03 06:12:48,482 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,482 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,482 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 286, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,482 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x1e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,482 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,482 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,482 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,483 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,483 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 286, None, {}] 2016-03-03 06:12:48,483 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,483 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,483 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 287, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,483 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x1f\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,483 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,483 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,483 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,484 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,484 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url ', b'complete_str': b'', b'changedtick': 9, b'position': [0, 26, 9, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:48,484 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url ', b'complete_str': b'', b'changedtick': 9, b'position': [0, 26, 9, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:48,484 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:48,484 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 9, b'input': b' url ', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 9, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:48,484 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 288, 'vim_get_current_window', ()] 2016-03-03 06:12:48,485 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01 \xb6vim_get_current_window\x90'' 2016-03-03 06:12:48,485 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,485 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,485 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 287, None, 0] 2016-03-03 06:12:48,485 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,485 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,485 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 289, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,485 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01!\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,486 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,486 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,486 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,486 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,486 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 288, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:48,486 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:48,486 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,486 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 290, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:48,486 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01"\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:48,487 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,487 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,487 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 289, None, 0] 2016-03-03 06:12:48,487 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,487 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,487 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 291, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,487 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01#\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,487 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,487 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,488 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,488 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,488 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 290, None, [26, 8]] 2016-03-03 06:12:48,488 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 8] 2016-03-03 06:12:48,488 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,488 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 292, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:48,488 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01$\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:48,488 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,488 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,488 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 291, None, 0] 2016-03-03 06:12:48,489 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,489 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,489 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 293, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,489 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01%\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,489 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,489 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,489 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,489 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,490 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 292, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:48,490 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:48,490 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,490 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 294, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,490 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01&\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,490 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,490 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,490 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 293, None, 0] 2016-03-03 06:12:48,490 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,491 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,491 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 295, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,491 [DEBUG @ base.py:send:113] 68422 - Sending 'b"\x94\x00\xcd\x01'\xabvim_get_var\x91\xb7deoplete#enable_profile"' 2016-03-03 06:12:48,491 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,491 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,491 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,491 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,491 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 294, None, {}] 2016-03-03 06:12:48,491 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,492 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,492 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 296, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,492 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01(\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,492 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,492 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,492 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 295, None, 0] 2016-03-03 06:12:48,492 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,492 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,492 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 297, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:48,493 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01)\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:48,493 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,493 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,493 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,493 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,493 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 296, None, {}] 2016-03-03 06:12:48,493 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,493 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,493 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 298, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,494 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01*\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,494 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,494 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,494 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 297, None, {}] 2016-03-03 06:12:48,494 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,494 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,494 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 299, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,494 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01+\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,494 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,495 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,495 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,495 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,495 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 298, None, {}] 2016-03-03 06:12:48,495 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,495 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,495 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 300, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,495 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01,\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,495 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,496 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,496 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 299, None, 0] 2016-03-03 06:12:48,496 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,496 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,496 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 301, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,496 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01-\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,496 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,496 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,496 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,497 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,497 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 300, None, {}] 2016-03-03 06:12:48,497 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,497 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,497 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 302, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,497 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01.\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,497 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,497 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,497 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 301, None, 0] 2016-03-03 06:12:48,498 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,498 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,498 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 303, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,498 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01/\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,498 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,498 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,498 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,498 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,498 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 302, None, {}] 2016-03-03 06:12:48,499 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,499 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,499 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 304, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,499 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x010\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,499 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,499 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,499 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 303, None, 0] 2016-03-03 06:12:48,499 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,499 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,500 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 305, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:48,500 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x011\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:48,500 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,500 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,500 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,500 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,500 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 304, None, {}] 2016-03-03 06:12:48,500 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,500 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,501 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 306, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,501 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x012\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,501 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,501 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,501 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 305, None, {b'position': [0, 26, 9, 0]}] 2016-03-03 06:12:48,501 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 9, 0]} 2016-03-03 06:12:48,501 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,501 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:48,501 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:48,502 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,502 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,502 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,502 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 306, None, {}] 2016-03-03 06:12:48,502 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,502 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,502 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 307, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:48,502 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x013\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:48,502 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,503 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,503 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,503 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,503 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 307, None, 0] 2016-03-03 06:12:48,503 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,503 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,503 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 308, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:48,503 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x014\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:48,503 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,504 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,504 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,504 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,504 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 308, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:48,504 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:48,504 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,504 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 309, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,504 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x015\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,504 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,505 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,505 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,505 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,505 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 309, None, {}] 2016-03-03 06:12:48,505 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,505 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,505 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 310, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,505 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x016\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,505 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,506 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,506 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,506 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,506 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 310, None, {}] 2016-03-03 06:12:48,506 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,506 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,506 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 311, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:48,506 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x017\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:48,507 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,507 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,507 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,507 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,507 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 311, None, 26] 2016-03-03 06:12:48,507 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:48,507 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,507 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 312, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:48,507 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x018\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:48,508 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,508 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,508 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,508 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,508 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 312, None, b''] 2016-03-03 06:12:48,508 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,508 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,508 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 313, 'vim_get_current_buffer', ()] 2016-03-03 06:12:48,509 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x019\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:48,509 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,509 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,509 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,509 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,509 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 313, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,509 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:48,509 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,509 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 314, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:48,510 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01:\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:48,510 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,510 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,510 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,510 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,510 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 314, None, b''] 2016-03-03 06:12:48,510 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,510 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,511 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 315, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,511 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01;\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,511 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,511 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,511 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,511 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,511 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 315, None, b'utf-8'] 2016-03-03 06:12:48,511 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,511 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,512 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 316, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,512 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01<\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,512 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,512 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,512 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,513 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,513 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 316, None, {}] 2016-03-03 06:12:48,513 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,513 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,513 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 317, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,513 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01=\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,513 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,513 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,513 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,514 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,514 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 317, None, {}] 2016-03-03 06:12:48,514 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,514 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,514 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 318, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,514 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01>\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,514 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,514 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,514 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,515 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,515 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 318, None, {}] 2016-03-03 06:12:48,515 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,515 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,515 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 319, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,515 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01?\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,515 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,515 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,515 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,516 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,516 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 319, None, {}] 2016-03-03 06:12:48,516 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,516 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,516 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 320, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,516 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01@\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,516 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,516 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,516 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,517 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,517 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 320, None, {}] 2016-03-03 06:12:48,517 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,517 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,517 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 321, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,517 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01A\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,517 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,517 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,517 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,518 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,518 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 321, None, {}] 2016-03-03 06:12:48,518 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,518 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,518 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 322, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,518 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01B\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,518 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,518 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,519 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,519 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,519 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 322, None, b'utf-8'] 2016-03-03 06:12:48,519 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,519 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,519 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 323, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,519 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01C\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,519 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,519 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,520 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,520 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,520 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 323, None, {}] 2016-03-03 06:12:48,520 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,520 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,520 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 324, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,520 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01D\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,520 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,520 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,521 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,521 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,521 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 324, None, {}] 2016-03-03 06:12:48,521 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,521 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,521 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 325, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,521 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01E\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,521 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,521 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,522 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,522 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,522 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 325, None, {}] 2016-03-03 06:12:48,522 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,522 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,522 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 326, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,522 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01F\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,522 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,522 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,523 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,523 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,523 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 326, None, {}] 2016-03-03 06:12:48,523 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,523 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,523 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 327, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,523 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01G\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,523 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,523 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,524 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,524 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,524 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 327, None, {}] 2016-03-03 06:12:48,524 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,524 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,524 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 328, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,524 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01H\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,524 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,524 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,525 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,525 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,525 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 328, None, {}] 2016-03-03 06:12:48,525 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,525 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,525 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 329, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,525 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01I\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,525 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,526 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,526 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,526 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,526 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 329, None, b'utf-8'] 2016-03-03 06:12:48,526 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,526 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,526 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 330, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,526 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01J\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,526 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,527 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,527 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,527 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,527 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 330, None, {}] 2016-03-03 06:12:48,527 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,527 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,527 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 331, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,527 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01K\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,527 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,528 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,528 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,528 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,528 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 331, None, {}] 2016-03-03 06:12:48,528 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,528 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,528 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 332, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,528 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01L\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,528 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,529 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,529 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,529 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,529 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 332, None, {}] 2016-03-03 06:12:48,529 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,529 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,529 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 333, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,529 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01M\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,529 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,530 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,530 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,530 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,530 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 333, None, {}] 2016-03-03 06:12:48,530 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,530 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,530 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 334, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,530 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01N\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,530 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,531 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,531 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,531 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,531 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 334, None, {}] 2016-03-03 06:12:48,531 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,531 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,531 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 335, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,531 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01O\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,531 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,532 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,532 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,532 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,532 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 335, None, b'utf-8'] 2016-03-03 06:12:48,532 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,532 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,532 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 336, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,532 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01P\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,533 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,533 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,533 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,533 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,533 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 336, None, {}] 2016-03-03 06:12:48,533 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,533 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,533 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 337, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,533 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01Q\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,534 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,534 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,534 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,534 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,534 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 337, None, {}] 2016-03-03 06:12:48,534 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,534 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,534 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 338, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,534 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01R\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,535 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,535 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,535 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,535 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,535 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 338, None, {}] 2016-03-03 06:12:48,535 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,535 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,535 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 339, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,535 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01S\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,536 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,536 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,536 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,536 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,536 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 339, None, {}] 2016-03-03 06:12:48,536 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,536 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,536 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 340, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:48,536 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01T\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:48,537 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,537 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,537 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,537 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,537 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 340, None, {}] 2016-03-03 06:12:48,537 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,537 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,537 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:48,537 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:48,538 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,538 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,628 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,628 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url =', b'complete_str': b'', b'changedtick': 10, b'position': [0, 26, 10, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:48,628 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url =', b'complete_str': b'', b'changedtick': 10, b'position': [0, 26, 10, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:48,628 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:48,628 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 10, b'input': b' url =', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 10, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:48,629 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 341, 'vim_get_current_window', ()] 2016-03-03 06:12:48,629 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01U\xb6vim_get_current_window\x90'' 2016-03-03 06:12:48,629 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,629 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,630 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,630 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,630 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 341, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:48,630 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:48,630 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,630 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 342, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:48,630 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01V\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:48,630 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,630 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,631 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,631 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,631 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 342, None, [26, 9]] 2016-03-03 06:12:48,631 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 9] 2016-03-03 06:12:48,631 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,631 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 343, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:48,631 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01W\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:48,631 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,631 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,632 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,632 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,632 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 343, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:48,632 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:48,632 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,632 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 344, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,632 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01X\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,632 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,632 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,633 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,633 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,633 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 344, None, {}] 2016-03-03 06:12:48,633 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,633 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,633 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 345, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,633 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01Y\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,633 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,633 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,634 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,634 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,634 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 345, None, {}] 2016-03-03 06:12:48,634 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,634 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,634 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 346, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,634 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01Z\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,634 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,634 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,635 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,635 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,635 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 346, None, {}] 2016-03-03 06:12:48,635 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,635 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,635 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 347, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,635 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01[\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,635 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,635 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,635 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,636 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,636 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 347, None, {}] 2016-03-03 06:12:48,636 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,636 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,636 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 348, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,636 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\\\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,636 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,636 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,636 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,637 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,637 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 348, None, {}] 2016-03-03 06:12:48,637 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,637 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,637 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 349, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,637 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01]\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,637 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,637 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,637 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,638 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,638 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 349, None, {}] 2016-03-03 06:12:48,638 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,638 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,638 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 350, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,638 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01^\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,638 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,638 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,638 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,639 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,639 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 350, None, {}] 2016-03-03 06:12:48,639 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,639 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,639 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 351, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:48,639 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01_\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:48,639 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,639 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,639 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,640 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,640 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 351, None, 0] 2016-03-03 06:12:48,640 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,640 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,640 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 352, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:48,640 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01`\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:48,640 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,640 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,640 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,640 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,641 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 352, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:48,641 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:48,641 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,641 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 353, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,641 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01a\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,641 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,641 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,641 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,641 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,642 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 353, None, {}] 2016-03-03 06:12:48,642 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,642 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,642 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 354, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,642 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01b\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,642 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,642 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,642 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,642 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,643 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 354, None, {}] 2016-03-03 06:12:48,643 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,643 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,643 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 355, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:48,643 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01c\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:48,643 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,643 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,643 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,644 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,644 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 355, None, 26] 2016-03-03 06:12:48,644 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:48,644 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,644 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 356, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:48,644 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01d\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:48,644 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,644 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,644 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,644 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,645 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 356, None, b''] 2016-03-03 06:12:48,645 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,645 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,645 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 357, 'vim_get_current_buffer', ()] 2016-03-03 06:12:48,645 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01e\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:48,645 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,645 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,645 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,645 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,646 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 357, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,646 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:48,646 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,646 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 358, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:48,646 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01f\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:48,646 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,646 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,646 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,646 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,647 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 358, None, b''] 2016-03-03 06:12:48,647 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,647 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,647 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 359, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,647 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01g\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,647 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,647 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,647 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,647 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,648 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 359, None, b'utf-8'] 2016-03-03 06:12:48,648 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,648 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,648 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 360, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,648 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01h\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,648 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,648 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,648 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,648 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,649 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 360, None, {}] 2016-03-03 06:12:48,649 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,649 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,649 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 361, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,649 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01i\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,649 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,649 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,649 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,649 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,649 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 361, None, {}] 2016-03-03 06:12:48,650 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,650 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,650 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 362, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,650 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01j\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,650 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,650 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,650 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,650 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,650 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 362, None, {}] 2016-03-03 06:12:48,651 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,651 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,651 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 363, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,651 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01k\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,651 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,651 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,651 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,651 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,651 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 363, None, {}] 2016-03-03 06:12:48,652 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,652 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,652 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 364, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,652 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01l\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,652 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,652 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,652 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,652 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,652 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 364, None, {}] 2016-03-03 06:12:48,653 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,653 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,653 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 365, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,653 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01m\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,653 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,653 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,653 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,653 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,653 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 365, None, {}] 2016-03-03 06:12:48,653 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,654 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,654 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 366, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,654 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01n\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,654 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,654 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,654 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,654 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,654 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 366, None, b'utf-8'] 2016-03-03 06:12:48,655 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,655 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,655 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 367, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,655 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01o\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,655 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,655 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,655 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,655 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,655 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 367, None, {}] 2016-03-03 06:12:48,656 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,656 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,656 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 368, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,656 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01p\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,656 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,656 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,656 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,656 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,656 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 368, None, {}] 2016-03-03 06:12:48,656 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,657 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,657 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 369, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,657 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01q\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,657 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,657 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,657 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,657 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,657 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 369, None, {}] 2016-03-03 06:12:48,657 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,658 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,658 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 370, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,658 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01r\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,658 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,658 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,658 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,658 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,658 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 370, None, {}] 2016-03-03 06:12:48,658 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,659 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,659 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 371, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,659 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01s\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,659 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,659 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,659 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,659 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,659 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 371, None, {}] 2016-03-03 06:12:48,659 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,660 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,660 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 372, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,660 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01t\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,660 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,660 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,660 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,660 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,660 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 372, None, {}] 2016-03-03 06:12:48,660 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,660 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,661 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 373, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,661 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01u\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,661 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,661 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,661 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,661 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,661 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 373, None, b'utf-8'] 2016-03-03 06:12:48,661 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,662 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,662 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 374, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,662 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01v\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,662 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,662 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,662 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,662 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,662 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 374, None, {}] 2016-03-03 06:12:48,662 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,663 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,663 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 375, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,663 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01w\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,663 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,663 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,663 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,663 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,663 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 375, None, {}] 2016-03-03 06:12:48,663 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,663 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,664 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 376, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,664 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01x\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,664 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,664 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,664 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,664 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,664 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 376, None, {}] 2016-03-03 06:12:48,664 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,664 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,665 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 377, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,665 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01y\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,665 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,665 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,665 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,665 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,665 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 377, None, {}] 2016-03-03 06:12:48,665 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,665 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,666 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 378, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,666 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01z\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,666 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,666 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,666 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,666 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,666 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 378, None, {}] 2016-03-03 06:12:48,666 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,666 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,667 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 379, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,667 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01{\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,667 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,667 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,667 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,667 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,667 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 379, None, b'utf-8'] 2016-03-03 06:12:48,667 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,667 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,668 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 380, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,668 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01|\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,668 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,668 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,668 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,668 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,668 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 380, None, {}] 2016-03-03 06:12:48,668 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,668 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,669 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 381, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,669 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01}\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,669 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,669 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,669 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,669 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,669 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 381, None, {}] 2016-03-03 06:12:48,669 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,669 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,670 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 382, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,670 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01~\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,670 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,670 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,670 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,670 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,670 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 382, None, {}] 2016-03-03 06:12:48,670 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,670 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,671 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 383, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,671 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x7f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,671 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,671 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,671 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,671 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,671 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 383, None, {}] 2016-03-03 06:12:48,671 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,671 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,672 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 384, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:48,672 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x80\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:48,672 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,672 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,672 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,672 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,672 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 384, None, {b'position': [0, 26, 10, 0]}] 2016-03-03 06:12:48,672 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 10, 0]} 2016-03-03 06:12:48,672 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,673 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:48,673 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:48,673 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,673 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,788 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,788 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = ', b'complete_str': b'', b'changedtick': 11, b'position': [0, 26, 11, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:48,788 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = ', b'complete_str': b'', b'changedtick': 11, b'position': [0, 26, 11, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:48,788 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:48,789 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 11, b'input': b' url = ', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 11, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:48,789 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 385, 'vim_get_current_window', ()] 2016-03-03 06:12:48,789 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x81\xb6vim_get_current_window\x90'' 2016-03-03 06:12:48,789 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,789 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,789 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,789 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,789 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 385, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:48,790 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:48,790 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,790 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 386, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:48,790 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x82\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:48,790 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,790 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,790 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,790 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,791 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 386, None, [26, 10]] 2016-03-03 06:12:48,791 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 10] 2016-03-03 06:12:48,791 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,791 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 387, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:48,791 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x83\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:48,791 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,791 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,791 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,791 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,792 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 387, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:48,792 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:48,792 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,792 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 388, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,792 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x84\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,792 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,792 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,792 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,792 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,793 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 388, None, {}] 2016-03-03 06:12:48,793 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,793 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,793 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 389, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,793 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x85\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,793 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,793 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,793 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,793 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,794 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 389, None, {}] 2016-03-03 06:12:48,794 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,794 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,794 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 390, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,794 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x86\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,794 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,794 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,794 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,794 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,795 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 390, None, {}] 2016-03-03 06:12:48,795 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,795 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,795 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 391, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,795 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x87\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,795 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,796 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,796 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,796 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,796 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 391, None, {}] 2016-03-03 06:12:48,796 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,796 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,796 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 392, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,796 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x88\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,797 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,797 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,797 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,797 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,797 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 392, None, {}] 2016-03-03 06:12:48,797 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,797 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,797 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 393, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,797 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x89\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,798 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,798 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,798 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,798 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,798 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 393, None, {}] 2016-03-03 06:12:48,798 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,798 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,798 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 394, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,799 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x8a\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,799 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,799 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,799 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,799 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,799 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 394, None, {}] 2016-03-03 06:12:48,799 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,799 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,799 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 395, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:48,800 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x8b\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:48,800 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,800 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,800 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,800 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,800 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 395, None, 0] 2016-03-03 06:12:48,800 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,800 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,801 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 396, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:48,801 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x8c\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:48,801 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,801 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,801 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,801 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,801 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 396, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:48,801 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:48,801 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,802 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 397, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,802 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x8d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,802 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,802 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,802 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,802 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,802 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 397, None, {}] 2016-03-03 06:12:48,802 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,803 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,803 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 398, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,803 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x8e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,803 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,803 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,803 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,803 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,803 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 398, None, {}] 2016-03-03 06:12:48,803 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,804 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,804 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 399, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:48,804 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x8f\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:48,804 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,804 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,804 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,805 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,805 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 399, None, 26] 2016-03-03 06:12:48,805 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:48,805 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,805 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 400, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:48,805 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x90\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:48,805 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,805 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,805 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,806 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,806 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 400, None, b''] 2016-03-03 06:12:48,806 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,806 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,806 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 401, 'vim_get_current_buffer', ()] 2016-03-03 06:12:48,806 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x91\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:48,806 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,806 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,806 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,807 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,807 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 401, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,807 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:48,807 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,807 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 402, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:48,807 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x92\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:48,807 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,807 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,807 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,808 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,808 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 402, None, b''] 2016-03-03 06:12:48,808 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,808 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,808 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 403, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,808 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x93\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,808 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,808 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,808 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,809 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,809 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 403, None, b'utf-8'] 2016-03-03 06:12:48,809 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,809 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,809 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 404, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,809 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x94\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,809 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,809 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,810 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,810 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,810 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 404, None, {}] 2016-03-03 06:12:48,810 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,810 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,810 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 405, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,810 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x95\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,810 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,810 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,811 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,811 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,811 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 405, None, {}] 2016-03-03 06:12:48,811 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,811 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,811 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 406, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,811 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x96\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,811 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,811 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,812 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,812 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,812 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 406, None, {}] 2016-03-03 06:12:48,812 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,812 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,812 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 407, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,812 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x97\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,812 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,812 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,813 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,813 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,813 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 407, None, {}] 2016-03-03 06:12:48,813 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,813 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,813 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 408, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,813 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x98\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,813 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,813 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,814 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,814 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,814 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 408, None, {}] 2016-03-03 06:12:48,814 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,814 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,814 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 409, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,814 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x99\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,814 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,815 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,815 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,815 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,815 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 409, None, {}] 2016-03-03 06:12:48,815 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,815 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,815 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 410, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,815 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x9a\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,815 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,816 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,816 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,816 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,816 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 410, None, b'utf-8'] 2016-03-03 06:12:48,816 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,816 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,816 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 411, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,816 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x9b\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,816 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,817 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,817 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,817 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,817 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 411, None, {}] 2016-03-03 06:12:48,817 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,817 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,817 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 412, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,817 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x9c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,817 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,818 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,818 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,818 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,818 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 412, None, {}] 2016-03-03 06:12:48,818 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,818 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,818 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 413, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,818 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x9d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,818 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,819 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,819 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,819 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,819 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 413, None, {}] 2016-03-03 06:12:48,819 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,819 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,819 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 414, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,819 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x9e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,820 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,820 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,820 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,820 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,820 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 414, None, {}] 2016-03-03 06:12:48,820 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,820 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,820 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 415, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,820 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\x9f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,821 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,821 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,821 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,821 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,821 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 415, None, {}] 2016-03-03 06:12:48,821 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,821 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,821 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 416, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,821 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xa0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,822 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,822 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,822 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,822 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,822 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 416, None, {}] 2016-03-03 06:12:48,822 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,822 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,822 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 417, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,822 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xa1\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,823 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,823 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,823 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,823 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,823 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 417, None, b'utf-8'] 2016-03-03 06:12:48,823 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,823 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,823 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 418, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,823 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xa2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,824 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,824 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,824 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,824 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,824 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 418, None, {}] 2016-03-03 06:12:48,824 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,824 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,824 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 419, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,824 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xa3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,825 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,825 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,825 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,825 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,825 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 419, None, {}] 2016-03-03 06:12:48,825 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,825 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,825 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 420, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,825 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xa4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,826 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,826 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,826 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,826 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,826 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 420, None, {}] 2016-03-03 06:12:48,826 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,826 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,826 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 421, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,826 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xa5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,827 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,827 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,827 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,827 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,827 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 421, None, {}] 2016-03-03 06:12:48,827 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,827 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,827 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 422, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,827 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xa6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,828 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,828 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,828 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,828 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,828 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 422, None, {}] 2016-03-03 06:12:48,828 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,828 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,828 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 423, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,829 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xa7\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,829 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,829 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,829 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,829 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,829 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 423, None, b'utf-8'] 2016-03-03 06:12:48,829 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,829 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,829 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 424, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,830 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xa8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,830 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,830 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,830 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,830 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,830 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 424, None, {}] 2016-03-03 06:12:48,830 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,830 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,830 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 425, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,831 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xa9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,831 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,831 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,831 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,831 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,831 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 425, None, {}] 2016-03-03 06:12:48,831 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,832 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,832 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 426, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,832 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xaa\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,832 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,832 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,832 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,832 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,832 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 426, None, {}] 2016-03-03 06:12:48,832 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,833 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,833 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 427, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,833 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xab\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,833 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,833 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,833 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,833 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,833 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 427, None, {}] 2016-03-03 06:12:48,833 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,834 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,834 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 428, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:48,834 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xac\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:48,834 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,834 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,834 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,834 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,834 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 428, None, {b'position': [0, 26, 11, 0]}] 2016-03-03 06:12:48,834 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 11, 0]} 2016-03-03 06:12:48,835 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,835 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:48,835 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:48,835 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,835 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,948 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,948 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = m', b'complete_str': b'', b'changedtick': 12, b'position': [0, 26, 12, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:48,948 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = m', b'complete_str': b'', b'changedtick': 12, b'position': [0, 26, 12, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:48,948 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:48,949 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 12, b'input': b' url = m', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 12, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:48,949 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 429, 'vim_get_current_window', ()] 2016-03-03 06:12:48,949 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xad\xb6vim_get_current_window\x90'' 2016-03-03 06:12:48,949 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,949 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,949 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,949 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,950 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 429, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:48,950 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:48,950 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,950 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 430, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:48,950 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xae\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:48,950 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,950 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,950 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,950 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,951 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 430, None, [26, 11]] 2016-03-03 06:12:48,951 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 11] 2016-03-03 06:12:48,951 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,951 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 431, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:48,951 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xaf\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:48,951 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,951 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,951 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,951 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,952 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 431, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:48,952 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:48,952 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,952 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 432, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,952 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xb0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,952 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,952 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,952 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,952 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,953 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 432, None, {}] 2016-03-03 06:12:48,953 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,953 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,953 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 433, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,953 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xb1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,953 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,953 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,953 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,954 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,954 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 433, None, {}] 2016-03-03 06:12:48,954 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,954 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,954 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 434, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,954 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xb2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,954 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,954 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,954 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,955 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,955 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 434, None, {}] 2016-03-03 06:12:48,955 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,955 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,955 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 435, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,955 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xb3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,955 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,955 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,955 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,956 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,956 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 435, None, {}] 2016-03-03 06:12:48,956 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,956 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,956 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 436, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,956 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xb4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,956 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,956 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,956 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,957 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,957 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 436, None, {}] 2016-03-03 06:12:48,957 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,957 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,957 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 437, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,957 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xb5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,957 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,957 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,957 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,958 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,958 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 437, None, {}] 2016-03-03 06:12:48,958 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,958 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,958 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 438, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,958 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xb6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,958 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,958 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,958 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,959 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,959 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 438, None, {}] 2016-03-03 06:12:48,959 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,959 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,959 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 439, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:48,959 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xb7\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:48,959 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,959 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,959 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,960 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,960 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 439, None, 0] 2016-03-03 06:12:48,960 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,960 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,960 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 440, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:48,960 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xb8\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:48,960 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,960 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,960 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,961 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,961 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 440, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:48,961 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:48,961 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,961 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 441, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,961 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xb9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,961 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,961 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,961 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,962 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,962 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 441, None, {}] 2016-03-03 06:12:48,962 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,962 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,962 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 442, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,962 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xba\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,962 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,962 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,962 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,963 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,963 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 442, None, {}] 2016-03-03 06:12:48,963 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,963 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,963 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 443, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:48,963 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xbb\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:48,963 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,963 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,964 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,964 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,964 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 443, None, 26] 2016-03-03 06:12:48,964 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:48,964 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,964 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 444, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:48,964 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xbc\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:48,964 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,964 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,965 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,965 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,965 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 444, None, b''] 2016-03-03 06:12:48,965 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,965 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,965 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 445, 'vim_get_current_buffer', ()] 2016-03-03 06:12:48,965 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xbd\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:48,965 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,965 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,966 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,966 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,966 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 445, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:48,966 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:48,966 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,966 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 446, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:48,966 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xbe\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:48,966 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,966 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,967 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,967 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,967 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 446, None, b''] 2016-03-03 06:12:48,967 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:48,967 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,967 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 447, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,967 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xbf\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,967 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,967 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,968 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,968 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,968 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 447, None, b'utf-8'] 2016-03-03 06:12:48,968 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,968 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,968 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 448, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,968 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xc0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,968 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,968 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,969 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,969 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,969 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 448, None, {}] 2016-03-03 06:12:48,969 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,969 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,969 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 449, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,969 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xc1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,969 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,969 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,970 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,970 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,970 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 449, None, {}] 2016-03-03 06:12:48,970 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,970 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,970 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 450, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:48,970 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xc2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:48,970 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,970 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,971 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,971 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,971 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 450, None, {}] 2016-03-03 06:12:48,971 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,971 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,971 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 451, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:48,971 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xc3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:48,971 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,971 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,972 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,972 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,972 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 451, None, {}] 2016-03-03 06:12:48,972 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,972 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,972 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 452, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,972 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xc4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,972 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,972 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,973 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,973 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,973 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 452, None, {}] 2016-03-03 06:12:48,973 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,973 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,973 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 453, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,973 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xc5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,973 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,973 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,974 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,974 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,974 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 453, None, {}] 2016-03-03 06:12:48,974 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,974 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,974 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 454, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,974 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xc6\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,974 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,975 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,975 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,975 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,975 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 454, None, b'utf-8'] 2016-03-03 06:12:48,975 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,975 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,975 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 455, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,975 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xc7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,975 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,976 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,976 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,976 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,976 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 455, None, {}] 2016-03-03 06:12:48,976 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,976 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,976 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 456, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,976 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xc8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,976 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,977 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,977 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,977 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,977 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 456, None, {}] 2016-03-03 06:12:48,977 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,977 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,977 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 457, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:48,977 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xc9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:48,977 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,978 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,978 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,978 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,978 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 457, None, {}] 2016-03-03 06:12:48,978 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,978 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,978 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 458, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:48,978 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xca\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:48,978 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,979 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,979 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,979 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,979 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 458, None, {}] 2016-03-03 06:12:48,979 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,980 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,980 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 459, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,980 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xcb\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,980 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,980 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,980 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,980 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,980 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 459, None, {}] 2016-03-03 06:12:48,980 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,981 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,981 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 460, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,981 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xcc\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,981 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,981 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,981 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,981 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,981 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 460, None, {}] 2016-03-03 06:12:48,981 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,982 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,982 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 461, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,982 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xcd\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,982 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,982 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,982 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,982 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,982 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 461, None, b'utf-8'] 2016-03-03 06:12:48,983 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,983 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,983 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 462, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,983 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xce\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,983 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,983 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,983 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,983 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,983 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 462, None, {}] 2016-03-03 06:12:48,984 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,984 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,984 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 463, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,984 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xcf\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,984 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,984 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,984 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,984 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,984 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 463, None, {}] 2016-03-03 06:12:48,985 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,985 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,985 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 464, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,985 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xd0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,985 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,985 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,985 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,985 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,985 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 464, None, {}] 2016-03-03 06:12:48,986 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,986 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,986 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 465, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,986 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xd1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,986 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,986 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,986 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,986 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,986 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 465, None, {}] 2016-03-03 06:12:48,987 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,987 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,987 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 466, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,987 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xd2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,987 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,987 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,987 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,987 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,987 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 466, None, {}] 2016-03-03 06:12:48,988 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,988 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,988 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 467, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:48,988 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xd3\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:48,988 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,988 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,988 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,988 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,989 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 467, None, b'utf-8'] 2016-03-03 06:12:48,989 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:48,989 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,989 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 468, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,989 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xd4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,989 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,989 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,989 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,989 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,990 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 468, None, {}] 2016-03-03 06:12:48,990 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,990 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,990 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 469, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,990 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xd5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,990 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,990 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,990 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,990 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,991 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 469, None, {}] 2016-03-03 06:12:48,991 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,991 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,991 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 470, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:48,991 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xd6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:48,991 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,991 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,991 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,991 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,992 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 470, None, {}] 2016-03-03 06:12:48,992 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,992 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,992 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 471, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:48,992 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xd7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:48,992 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,992 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,992 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,992 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,993 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 471, None, {}] 2016-03-03 06:12:48,993 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:48,993 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,993 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 472, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,993 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xd8\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,993 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,993 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,993 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,993 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,994 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 472, None, 0] 2016-03-03 06:12:48,994 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,994 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,994 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 473, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:48,994 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xd9\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:48,994 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,994 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,994 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,994 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,995 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 473, None, 500000] 2016-03-03 06:12:48,995 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:48,995 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,995 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 474, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:48,995 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xda\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:48,995 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,995 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,995 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,995 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,996 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 474, None, 0] 2016-03-03 06:12:48,996 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,996 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,996 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 475, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:48,996 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xdb\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:48,996 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,996 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,996 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,997 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,997 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 475, None, []] 2016-03-03 06:12:48,997 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:48,997 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,997 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 476, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:48,997 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xdc\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:48,997 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,997 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,998 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,998 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,998 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 476, None, []] 2016-03-03 06:12:48,998 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:48,998 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,998 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 477, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:48,998 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xdd\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:48,998 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,998 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,999 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:48,999 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:48,999 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 477, None, 0] 2016-03-03 06:12:48,999 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:48,999 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:48,999 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 478, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:48,999 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xde\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:48,999 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:48,999 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,000 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,000 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,000 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 478, None, {}] 2016-03-03 06:12:49,000 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,000 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,000 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 479, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,000 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xdf\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,000 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,000 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,001 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,001 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,001 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 479, None, {}] 2016-03-03 06:12:49,001 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,001 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,001 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 480, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,001 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xe0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,001 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,001 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,002 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,002 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,002 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 480, None, {}] 2016-03-03 06:12:49,002 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,002 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,002 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 481, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,002 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xe1\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,002 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,002 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,003 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,003 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,003 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 481, None, 0] 2016-03-03 06:12:49,003 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,003 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,003 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 482, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,003 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xe2\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,003 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,003 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,004 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,004 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,004 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 482, None, 0] 2016-03-03 06:12:49,004 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,004 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,004 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 483, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,004 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xe3\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,004 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,004 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,005 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,005 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,005 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 483, None, 0] 2016-03-03 06:12:49,005 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,005 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,005 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 484, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,005 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xe4\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,005 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,006 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,006 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,006 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,006 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 484, None, 0] 2016-03-03 06:12:49,006 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,006 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,006 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 485, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,006 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xe5\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,006 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,007 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,007 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,007 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,007 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 485, None, 0] 2016-03-03 06:12:49,007 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,007 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,007 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 486, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,007 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xe6\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,007 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,008 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,008 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,008 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,008 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 486, None, {}] 2016-03-03 06:12:49,008 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,008 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,008 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 487, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,008 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xe7\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,008 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,009 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,009 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,009 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,009 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 487, None, 0] 2016-03-03 06:12:49,009 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,009 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,009 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 488, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,009 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xe8\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,009 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,010 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,010 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,010 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,010 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 488, None, 0] 2016-03-03 06:12:49,010 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,010 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,010 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 489, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,010 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xe9\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,010 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,011 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,011 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,011 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,011 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 489, None, 0] 2016-03-03 06:12:49,011 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,011 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,011 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 490, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,011 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xea\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,011 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,012 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,012 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,012 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,012 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 490, None, 0] 2016-03-03 06:12:49,013 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,013 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,013 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 491, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,013 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xeb\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,013 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,013 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,013 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,013 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,013 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 491, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,014 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,014 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,014 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 492, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:49,014 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xec\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:49,014 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,014 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,014 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,014 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,014 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 492, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:49,015 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:49,015 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,015 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:49,015 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 493, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,015 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xed\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,015 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,015 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,015 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,016 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,016 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 493, None, 0] 2016-03-03 06:12:49,016 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,016 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,016 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 494, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,016 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xee\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,016 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,016 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,016 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,017 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,017 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 494, None, {}] 2016-03-03 06:12:49,017 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,017 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,017 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 495, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,017 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xef\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,017 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,017 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,017 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,018 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,018 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 495, None, {}] 2016-03-03 06:12:49,018 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,018 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,018 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 496, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,018 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xf0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,018 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,018 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,018 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,019 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,019 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 496, None, {}] 2016-03-03 06:12:49,019 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,019 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,019 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 497, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,019 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xf1\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,019 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,019 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,019 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,020 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,020 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 497, None, 0] 2016-03-03 06:12:49,020 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,020 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,020 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 498, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,020 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xf2\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,020 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,020 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,020 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,021 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,021 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 498, None, 0] 2016-03-03 06:12:49,021 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,021 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,021 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 499, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,021 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xf3\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,021 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,021 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,021 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,022 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,022 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 499, None, 0] 2016-03-03 06:12:49,022 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,022 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,022 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 500, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,022 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xf4\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,022 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,022 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,022 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,023 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,023 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 500, None, 0] 2016-03-03 06:12:49,023 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,023 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,023 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 501, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,023 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xf5\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,023 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,023 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,023 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,024 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,024 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 501, None, 0] 2016-03-03 06:12:49,024 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,024 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,024 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 502, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,024 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xf6\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,024 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,024 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,024 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,025 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,025 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 502, None, {}] 2016-03-03 06:12:49,025 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,025 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,025 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 503, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,025 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xf7\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,025 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,025 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,025 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,026 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,026 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 503, None, 0] 2016-03-03 06:12:49,026 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,026 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,026 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 504, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,026 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xf8\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,026 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,026 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,026 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,027 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,027 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 504, None, 0] 2016-03-03 06:12:49,027 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,027 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,027 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 505, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,027 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xf9\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,027 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,027 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,027 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,028 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,028 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 505, None, 0] 2016-03-03 06:12:49,028 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,028 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,028 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 506, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:49,028 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xfa\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:49,028 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,028 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,028 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,029 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,029 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 506, None, {b'position': [0, 26, 12, 0]}] 2016-03-03 06:12:49,029 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 12, 0]} 2016-03-03 06:12:49,029 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,029 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:49,029 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:49,029 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,029 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,092 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,092 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = mo', b'complete_str': b'', b'changedtick': 13, b'position': [0, 26, 13, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:49,092 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = mo', b'complete_str': b'', b'changedtick': 13, b'position': [0, 26, 13, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:49,092 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:49,093 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 13, b'input': b' url = mo', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 13, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:49,093 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 507, 'vim_get_current_window', ()] 2016-03-03 06:12:49,093 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xfb\xb6vim_get_current_window\x90'' 2016-03-03 06:12:49,093 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,093 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,093 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,093 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,094 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 507, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:49,094 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:49,094 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,094 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 508, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:49,094 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xfc\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:49,094 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,094 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,094 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,094 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,095 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 508, None, [26, 12]] 2016-03-03 06:12:49,095 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 12] 2016-03-03 06:12:49,095 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,095 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 509, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:49,095 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xfd\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:49,095 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,095 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,095 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,095 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,096 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 509, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:49,096 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:49,096 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,096 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 510, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,096 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xfe\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,096 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,096 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,096 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,097 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,097 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 510, None, {}] 2016-03-03 06:12:49,097 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,097 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,097 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 511, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,097 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x01\xff\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,097 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,097 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,097 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,098 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,098 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 511, None, {}] 2016-03-03 06:12:49,098 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,098 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,098 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 512, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,098 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x00\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,098 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,098 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,098 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,099 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,099 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 512, None, {}] 2016-03-03 06:12:49,099 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,099 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,099 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 513, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,099 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x01\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,099 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,099 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,099 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,100 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,100 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 513, None, {}] 2016-03-03 06:12:49,100 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,100 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,100 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 514, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,100 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x02\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,100 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,100 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,100 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,101 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,101 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 514, None, {}] 2016-03-03 06:12:49,101 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,101 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,101 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 515, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,101 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x03\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,101 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,101 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,101 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,102 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,102 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 515, None, {}] 2016-03-03 06:12:49,102 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,102 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,102 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 516, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,102 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x04\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,102 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,102 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,102 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,102 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,103 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 516, None, {}] 2016-03-03 06:12:49,103 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,103 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,103 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 517, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:49,103 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x05\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:49,103 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,103 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,103 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,104 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,104 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 517, None, 0] 2016-03-03 06:12:49,104 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,104 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,104 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 518, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:49,104 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x06\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:49,104 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,104 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,104 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,104 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,105 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 518, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:49,105 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:49,105 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,105 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 519, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,105 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x07\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,105 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,105 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,105 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,105 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,106 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 519, None, {}] 2016-03-03 06:12:49,106 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,106 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,106 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 520, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,106 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x08\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,106 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,106 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,106 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,106 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,107 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 520, None, {}] 2016-03-03 06:12:49,107 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,107 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,107 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 521, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:49,107 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\t\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:49,107 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,107 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,107 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,108 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,108 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 521, None, 26] 2016-03-03 06:12:49,108 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:49,108 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,108 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 522, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:49,108 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\n\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:49,108 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,108 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,108 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,108 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,109 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 522, None, b''] 2016-03-03 06:12:49,109 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,109 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,109 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 523, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,109 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x0b\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,109 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,109 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,109 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,109 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,110 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 523, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,110 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,110 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,110 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 524, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:49,110 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x0c\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:49,110 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,110 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,110 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,110 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,111 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 524, None, b''] 2016-03-03 06:12:49,111 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,111 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,111 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 525, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,111 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\r\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,111 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,111 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,111 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,111 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,112 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 525, None, b'utf-8'] 2016-03-03 06:12:49,112 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,112 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,112 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 526, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,112 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x0e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,112 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,112 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,112 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,112 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,113 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 526, None, {}] 2016-03-03 06:12:49,113 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,113 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,113 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 527, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,113 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x0f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,113 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,113 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,113 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,113 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,114 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 527, None, {}] 2016-03-03 06:12:49,114 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,114 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,114 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 528, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,114 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x10\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,114 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,114 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,114 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,114 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,115 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 528, None, {}] 2016-03-03 06:12:49,115 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,115 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,115 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 529, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,115 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x11\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,115 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,115 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,115 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,115 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,115 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 529, None, {}] 2016-03-03 06:12:49,116 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,116 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,116 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 530, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,116 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x12\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,116 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,116 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,116 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,116 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,116 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 530, None, {}] 2016-03-03 06:12:49,117 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,117 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,117 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 531, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,117 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x13\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,117 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,117 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,117 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,117 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,117 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 531, None, {}] 2016-03-03 06:12:49,118 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,118 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,118 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 532, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,118 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x14\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,118 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,118 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,118 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,118 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,118 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 532, None, b'utf-8'] 2016-03-03 06:12:49,119 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,119 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,119 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 533, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,119 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x15\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,119 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,119 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,119 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,119 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,119 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 533, None, {}] 2016-03-03 06:12:49,120 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,120 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,120 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 534, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,120 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x16\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,120 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,120 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,120 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,120 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,120 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 534, None, {}] 2016-03-03 06:12:49,121 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,121 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,121 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 535, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,121 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x17\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,121 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,121 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,121 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,121 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,121 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 535, None, {}] 2016-03-03 06:12:49,122 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,122 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,122 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 536, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,122 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x18\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,122 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,122 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,122 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,122 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,122 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 536, None, {}] 2016-03-03 06:12:49,123 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,123 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,123 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 537, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,123 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x19\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,123 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,123 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,123 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,123 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,124 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 537, None, {}] 2016-03-03 06:12:49,124 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,124 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,124 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 538, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,124 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x1a\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,124 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,124 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,124 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,124 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,125 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 538, None, {}] 2016-03-03 06:12:49,125 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,125 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,125 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 539, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,125 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x1b\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,125 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,125 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,125 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,126 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,126 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 539, None, b'utf-8'] 2016-03-03 06:12:49,126 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,126 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,126 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 540, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,126 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x1c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,126 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,126 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,126 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,127 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,127 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 540, None, {}] 2016-03-03 06:12:49,127 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,127 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,127 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 541, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,127 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x1d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,127 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,127 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,127 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,127 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,128 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 541, None, {}] 2016-03-03 06:12:49,128 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,128 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,128 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 542, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,128 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x1e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,128 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,128 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,128 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,128 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,129 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 542, None, {}] 2016-03-03 06:12:49,129 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,129 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,129 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 543, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,129 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x1f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,129 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,129 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,129 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,130 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,130 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 543, None, {}] 2016-03-03 06:12:49,130 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,130 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,130 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 544, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,130 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02 \xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,130 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,130 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,130 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,131 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,131 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 544, None, {}] 2016-03-03 06:12:49,131 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,131 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,131 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 545, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,131 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02!\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,131 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,131 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,131 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,132 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,132 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = mod', b'complete_str': b'', b'changedtick': 14, b'position': [0, 26, 14, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:49,132 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = mod', b'complete_str': b'', b'changedtick': 14, b'position': [0, 26, 14, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:49,132 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:49,132 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 14, b'input': b' url = mod', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 14, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:49,132 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 546, 'vim_get_current_window', ()] 2016-03-03 06:12:49,133 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02"\xb6vim_get_current_window\x90'' 2016-03-03 06:12:49,133 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,133 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,133 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 545, None, b'utf-8'] 2016-03-03 06:12:49,133 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,133 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,133 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 547, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,133 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02#\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,133 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,134 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,134 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,134 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,134 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 546, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:49,134 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:49,134 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,134 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 548, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:49,134 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02$\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:49,134 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,135 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,135 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 547, None, {}] 2016-03-03 06:12:49,135 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,135 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,135 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 549, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,135 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02%\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,135 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,135 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,135 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,136 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,136 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 548, None, [26, 13]] 2016-03-03 06:12:49,136 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 13] 2016-03-03 06:12:49,136 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,136 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 550, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:49,136 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02&\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:49,136 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,136 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,136 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 549, None, {}] 2016-03-03 06:12:49,137 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,137 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,137 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 551, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,137 [DEBUG @ base.py:send:113] 68422 - Sending 'b"\x94\x00\xcd\x02'\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary"' 2016-03-03 06:12:49,137 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,137 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,137 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,137 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,137 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 550, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:49,138 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:49,138 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,138 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 552, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,138 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02(\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,138 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,138 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,138 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 551, None, {}] 2016-03-03 06:12:49,138 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,138 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,139 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 553, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,139 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02)\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,139 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,139 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,139 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,139 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,139 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 552, None, {}] 2016-03-03 06:12:49,139 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,139 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,139 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 554, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,140 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02*\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,140 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,140 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,140 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 553, None, {}] 2016-03-03 06:12:49,140 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,140 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,140 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 555, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,140 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02+\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,140 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,141 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,141 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,141 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,141 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 554, None, {}] 2016-03-03 06:12:49,141 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,141 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,141 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 556, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,141 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02,\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,141 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,142 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,142 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 555, None, 0] 2016-03-03 06:12:49,142 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,142 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,142 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 557, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:49,142 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02-\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:49,142 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,142 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,142 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,143 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,143 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 556, None, {}] 2016-03-03 06:12:49,143 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,143 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,143 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 558, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,143 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02.\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,143 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,143 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,143 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 557, None, 500000] 2016-03-03 06:12:49,143 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:49,144 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,144 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 559, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:49,144 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02/\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:49,144 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,144 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,144 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,144 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,144 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 558, None, {}] 2016-03-03 06:12:49,144 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,145 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,145 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 560, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,145 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x020\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,145 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,145 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,145 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 559, None, 0] 2016-03-03 06:12:49,145 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,145 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,145 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 561, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:49,146 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x021\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:49,146 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,146 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,146 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,146 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,146 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 560, None, {}] 2016-03-03 06:12:49,146 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,146 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,146 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 562, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,147 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x022\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,147 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,147 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,147 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,147 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,147 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 561, None, []] 2016-03-03 06:12:49,147 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:49,147 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,147 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 563, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:49,148 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x023\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:49,148 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,148 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,148 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 562, None, {}] 2016-03-03 06:12:49,148 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,148 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,148 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 564, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,148 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x024\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,148 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,149 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,149 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,149 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,149 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 563, None, []] 2016-03-03 06:12:49,149 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:49,149 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,149 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 565, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,149 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x025\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,149 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,150 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,150 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 564, None, {}] 2016-03-03 06:12:49,150 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,150 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,150 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 566, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:49,150 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x026\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:49,150 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,150 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,150 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,151 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,151 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 565, None, 0] 2016-03-03 06:12:49,151 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,151 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,151 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 567, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,151 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x027\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,151 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,151 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,151 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 566, None, 0] 2016-03-03 06:12:49,151 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,152 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,152 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 568, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:49,152 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x028\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:49,152 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,152 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,152 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,152 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,152 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 567, None, {}] 2016-03-03 06:12:49,152 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,153 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,153 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 569, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,153 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x029\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,153 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,153 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,153 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 568, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:49,153 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:49,153 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,153 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 570, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,154 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02:\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,154 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,154 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,154 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,154 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,154 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 569, None, {}] 2016-03-03 06:12:49,154 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,154 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,154 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 571, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,155 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02;\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,155 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,155 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,155 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 570, None, {}] 2016-03-03 06:12:49,155 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,155 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,155 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 572, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,155 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02<\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,155 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,156 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,156 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,156 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,156 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 571, None, {}] 2016-03-03 06:12:49,156 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,156 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,156 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 573, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,156 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02=\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,156 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,157 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,157 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 572, None, {}] 2016-03-03 06:12:49,157 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,157 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,157 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 574, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:49,157 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02>\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:49,157 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,157 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,157 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,158 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,158 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 573, None, 0] 2016-03-03 06:12:49,158 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,158 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,158 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 575, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,158 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02?\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,158 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,158 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,158 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 574, None, 26] 2016-03-03 06:12:49,159 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:49,159 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,159 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 576, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:49,159 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02@\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:49,159 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,159 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,159 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,159 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,159 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 575, None, 0] 2016-03-03 06:12:49,159 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,160 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,160 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 577, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,160 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02A\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,160 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,160 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,160 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 576, None, b''] 2016-03-03 06:12:49,160 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,160 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,160 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 578, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,161 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02B\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,161 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,161 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,161 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,161 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,161 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 577, None, 0] 2016-03-03 06:12:49,161 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,161 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,162 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 579, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,162 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02C\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,162 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,162 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,162 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 578, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,162 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,162 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,162 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 580, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:49,162 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02D\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:49,163 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,163 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,163 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,163 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,163 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 579, None, 0] 2016-03-03 06:12:49,163 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,163 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,163 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 581, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,163 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02E\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,164 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,164 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,164 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 580, None, b''] 2016-03-03 06:12:49,164 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,164 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,164 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 582, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,164 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02F\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,164 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,164 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,165 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,165 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,165 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 581, None, 0] 2016-03-03 06:12:49,165 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,165 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,165 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 583, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,165 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02G\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,165 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,165 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,165 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 582, None, b'utf-8'] 2016-03-03 06:12:49,166 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,166 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,166 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 584, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,166 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02H\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,166 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,166 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,166 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,166 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,166 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 583, None, {}] 2016-03-03 06:12:49,167 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,167 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,167 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 585, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,167 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02I\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,167 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,167 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,167 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 584, None, {}] 2016-03-03 06:12:49,167 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,167 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,168 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 586, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,168 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02J\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,168 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,168 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,168 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,168 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,168 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 585, None, 0] 2016-03-03 06:12:49,168 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,168 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,169 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 587, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,169 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02K\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,169 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,169 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,169 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 586, None, {}] 2016-03-03 06:12:49,169 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,169 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,169 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 588, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,169 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02L\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,170 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,170 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,170 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,170 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,170 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 587, None, 0] 2016-03-03 06:12:49,170 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,170 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,170 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 589, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,170 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02M\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,171 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,171 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,171 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 588, None, {}] 2016-03-03 06:12:49,171 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,171 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,171 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 590, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,171 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02N\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,171 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,171 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,172 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,172 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,172 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 589, None, 0] 2016-03-03 06:12:49,172 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,172 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,172 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 591, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,172 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02O\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,172 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,172 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,172 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 590, None, {}] 2016-03-03 06:12:49,173 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,173 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,173 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 592, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,173 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02P\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,173 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,173 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,173 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,173 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,173 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 591, None, 0] 2016-03-03 06:12:49,174 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,174 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,174 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 593, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,174 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02Q\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,174 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,174 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,174 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 592, None, {}] 2016-03-03 06:12:49,174 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,174 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,175 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 594, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,175 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02R\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,175 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,175 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,175 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,175 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,175 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 593, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,175 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,175 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,176 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 595, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:49,176 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02S\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:49,176 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,176 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,176 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 594, None, {}] 2016-03-03 06:12:49,176 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,176 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,176 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 596, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,176 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02T\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,177 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,177 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,177 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,177 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,177 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 595, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:49,177 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:49,177 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,177 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:49,177 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 597, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,178 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02U\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,178 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,178 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,178 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 596, None, b'utf-8'] 2016-03-03 06:12:49,178 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,178 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,178 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 598, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,178 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02V\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,178 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,179 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,179 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,179 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,179 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 597, None, 0] 2016-03-03 06:12:49,179 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,179 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,179 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 599, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,179 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02W\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,180 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,180 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,180 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 598, None, {}] 2016-03-03 06:12:49,180 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,180 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,180 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 600, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,180 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02X\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,180 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,180 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,181 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,181 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,181 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 599, None, {}] 2016-03-03 06:12:49,181 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,181 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,181 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 601, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,181 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02Y\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,181 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,181 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,182 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 600, None, {}] 2016-03-03 06:12:49,182 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,182 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,182 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 602, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,182 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02Z\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,182 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,182 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,182 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,182 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,182 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 601, None, {}] 2016-03-03 06:12:49,183 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,183 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,183 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 603, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,183 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02[\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,183 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,183 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,183 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 602, None, {}] 2016-03-03 06:12:49,183 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,183 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,184 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 604, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,184 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\\\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,184 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,184 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,184 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,184 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,184 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 603, None, {}] 2016-03-03 06:12:49,184 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,184 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,185 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 605, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,185 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02]\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,185 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,185 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,185 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 604, None, {}] 2016-03-03 06:12:49,185 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,185 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,185 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 606, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,185 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02^\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,186 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,186 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,186 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,186 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,186 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 605, None, 0] 2016-03-03 06:12:49,186 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,186 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,186 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 607, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,186 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02_\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,187 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,187 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,187 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 606, None, {}] 2016-03-03 06:12:49,187 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,187 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,187 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 608, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,187 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02`\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,187 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,187 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,187 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,188 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,188 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 607, None, 0] 2016-03-03 06:12:49,188 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,188 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,188 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 609, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,188 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02a\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,188 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,188 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,188 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 608, None, {}] 2016-03-03 06:12:49,189 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,189 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,189 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 610, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,189 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02b\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,189 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,189 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,189 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,189 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,190 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 609, None, 0] 2016-03-03 06:12:49,190 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,190 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,190 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 611, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,190 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02c\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,190 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,190 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,190 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 610, None, b'utf-8'] 2016-03-03 06:12:49,190 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,190 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,191 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 612, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,191 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,191 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,191 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,191 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,191 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,191 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 611, None, 0] 2016-03-03 06:12:49,191 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,191 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,192 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 613, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,192 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02e\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,192 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,192 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,192 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 612, None, {}] 2016-03-03 06:12:49,192 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,192 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,192 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 614, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,192 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,193 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,193 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,193 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,193 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,193 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 613, None, 0] 2016-03-03 06:12:49,193 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,193 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,193 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 615, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,193 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02g\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,194 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,194 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,194 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 614, None, {}] 2016-03-03 06:12:49,194 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,194 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,194 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 616, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,194 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02h\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,194 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,194 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,194 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,195 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,195 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 615, None, {}] 2016-03-03 06:12:49,195 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,195 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,195 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 617, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,195 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02i\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,195 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,195 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,195 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 616, None, {}] 2016-03-03 06:12:49,196 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,196 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,196 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 618, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,196 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02j\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,196 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,196 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,196 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,196 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,196 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 617, None, 0] 2016-03-03 06:12:49,197 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,197 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,197 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 619, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,197 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02k\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,197 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,197 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,197 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 618, None, {}] 2016-03-03 06:12:49,197 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,197 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,198 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 620, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,198 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02l\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,198 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,198 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,198 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,198 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,198 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 619, None, 0] 2016-03-03 06:12:49,198 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,198 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,199 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 621, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,199 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02m\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,199 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,199 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,199 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 620, None, {}] 2016-03-03 06:12:49,199 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,199 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,199 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 622, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,199 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02n\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,200 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,200 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,200 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,200 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,200 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 621, None, 0] 2016-03-03 06:12:49,200 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,200 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,200 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 623, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:49,200 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02o\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:49,201 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,201 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,201 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 622, None, b'utf-8'] 2016-03-03 06:12:49,201 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,201 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,201 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 624, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,201 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02p\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,201 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,201 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,202 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,202 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,202 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 623, None, {b'position': [0, 26, 14, 0]}] 2016-03-03 06:12:49,202 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 14, 0]} 2016-03-03 06:12:49,202 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,202 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:49,202 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:49,202 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,202 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 624, None, {}] 2016-03-03 06:12:49,203 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,203 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,203 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 625, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,203 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02q\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,203 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,203 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,203 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,203 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,203 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 625, None, {}] 2016-03-03 06:12:49,203 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,204 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,204 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 626, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,204 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02r\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,204 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,204 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,204 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,204 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,204 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 626, None, {}] 2016-03-03 06:12:49,204 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,205 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,205 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 627, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,205 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02s\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,205 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,205 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,205 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,205 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,205 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 627, None, {}] 2016-03-03 06:12:49,205 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,206 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,206 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 628, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,206 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02t\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,206 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,206 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,206 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,206 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,206 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 628, None, 0] 2016-03-03 06:12:49,206 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,207 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,207 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 629, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:49,207 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02u\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:49,207 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,207 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,207 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,207 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,207 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 629, None, 500000] 2016-03-03 06:12:49,207 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:49,208 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,208 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 630, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:49,208 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02v\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:49,208 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,208 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,208 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,208 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,208 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 630, None, 0] 2016-03-03 06:12:49,208 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,209 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,209 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 631, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:49,209 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02w\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:49,209 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,209 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,209 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,209 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,210 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 631, None, []] 2016-03-03 06:12:49,210 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:49,210 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,210 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 632, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:49,210 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02x\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:49,210 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,210 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,210 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,210 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,211 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 632, None, []] 2016-03-03 06:12:49,211 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:49,211 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,211 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 633, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,211 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02y\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,211 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,211 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,211 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,211 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,212 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 633, None, 0] 2016-03-03 06:12:49,212 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,212 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,212 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 634, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,212 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02z\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,212 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,212 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,212 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,213 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,213 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 634, None, {}] 2016-03-03 06:12:49,213 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,213 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,213 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 635, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,213 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02{\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,213 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,213 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,213 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,214 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,214 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 635, None, {}] 2016-03-03 06:12:49,214 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,214 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,214 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 636, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,214 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02|\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,214 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,214 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,214 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,215 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,215 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 636, None, {}] 2016-03-03 06:12:49,215 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,215 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,215 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 637, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,215 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02}\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,215 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,215 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,215 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,216 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,216 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 637, None, 0] 2016-03-03 06:12:49,216 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,216 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,216 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 638, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,216 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02~\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,216 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,216 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,216 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,216 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,217 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 638, None, 0] 2016-03-03 06:12:49,217 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,217 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,217 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 639, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,217 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x7f\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,217 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,217 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,217 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,217 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,218 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 639, None, 0] 2016-03-03 06:12:49,218 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,218 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,218 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 640, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,218 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x80\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,218 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,218 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,218 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,219 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,219 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 640, None, 0] 2016-03-03 06:12:49,219 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,219 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,219 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 641, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,219 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x81\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,219 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,219 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,219 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,220 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,220 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 641, None, 0] 2016-03-03 06:12:49,220 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,220 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,220 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 642, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,220 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x82\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,220 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,220 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,220 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,221 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,221 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 642, None, {}] 2016-03-03 06:12:49,221 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,221 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,221 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 643, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,221 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x83\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,221 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,221 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,221 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,222 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,222 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 643, None, 0] 2016-03-03 06:12:49,222 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,222 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,222 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 644, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,222 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x84\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,222 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,222 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,222 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,222 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,223 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 644, None, 0] 2016-03-03 06:12:49,223 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,223 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,223 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 645, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,223 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x85\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,223 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,223 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,223 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,223 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,224 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 645, None, 0] 2016-03-03 06:12:49,224 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,224 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,224 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 646, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,224 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x86\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,224 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,224 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,224 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,224 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,225 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 646, None, 0] 2016-03-03 06:12:49,225 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,225 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,225 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 647, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,225 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x87\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,225 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,225 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,225 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,225 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,226 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 647, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,226 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,226 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,226 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 648, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:49,226 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x88\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:49,226 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,226 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,226 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,226 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,227 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 648, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:49,227 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:49,227 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,227 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:49,227 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 649, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,227 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x89\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,227 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,227 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,227 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,228 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,228 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 649, None, 0] 2016-03-03 06:12:49,228 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,228 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,228 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 650, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,228 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x8a\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,228 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,228 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,228 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,228 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,229 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 650, None, {}] 2016-03-03 06:12:49,229 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,229 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,229 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 651, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,229 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x8b\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,229 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,229 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,229 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,229 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,230 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 651, None, {}] 2016-03-03 06:12:49,230 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,230 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,230 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 652, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,230 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x8c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,230 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,230 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,230 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,230 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,231 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 652, None, {}] 2016-03-03 06:12:49,231 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,231 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,231 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 653, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,231 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x8d\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,231 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,231 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,231 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,231 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,232 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 653, None, 0] 2016-03-03 06:12:49,232 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,232 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,232 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 654, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,232 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x8e\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,232 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,232 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,232 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,232 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,233 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 654, None, 0] 2016-03-03 06:12:49,233 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,233 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,233 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 655, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,233 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x8f\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,233 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,233 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,233 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,233 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,233 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 655, None, 0] 2016-03-03 06:12:49,234 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,234 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,234 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 656, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,234 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x90\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,234 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,234 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,234 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,234 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,235 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 656, None, 0] 2016-03-03 06:12:49,235 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,235 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,235 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 657, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,235 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x91\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,235 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,235 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,235 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,235 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,235 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 657, None, 0] 2016-03-03 06:12:49,236 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,236 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,236 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 658, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,236 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x92\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,236 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,236 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,236 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,236 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,236 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 658, None, {}] 2016-03-03 06:12:49,237 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,237 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,237 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 659, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,237 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x93\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,237 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,237 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,237 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,237 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,237 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 659, None, 0] 2016-03-03 06:12:49,238 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,238 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,238 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 660, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,238 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x94\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,238 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,238 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,238 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,238 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,238 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 660, None, 0] 2016-03-03 06:12:49,239 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,239 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,239 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 661, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,239 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x95\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,239 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,239 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,239 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,239 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,239 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 661, None, 0] 2016-03-03 06:12:49,240 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,240 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,240 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 662, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:49,240 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x96\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:49,240 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,240 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,240 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,240 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,240 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 662, None, {}] 2016-03-03 06:12:49,241 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,241 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,241 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:49,241 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:49,241 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,241 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,300 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,300 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = mode', b'complete_str': b'', b'changedtick': 15, b'position': [0, 26, 15, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:49,300 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = mode', b'complete_str': b'', b'changedtick': 15, b'position': [0, 26, 15, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:49,300 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:49,301 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 15, b'input': b' url = mode', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 15, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:49,301 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 663, 'vim_get_current_window', ()] 2016-03-03 06:12:49,301 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x97\xb6vim_get_current_window\x90'' 2016-03-03 06:12:49,301 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,301 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,301 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,301 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,301 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 663, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:49,302 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:49,302 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,302 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 664, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:49,302 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x98\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:49,302 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,302 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,302 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,302 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,303 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 664, None, [26, 14]] 2016-03-03 06:12:49,303 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 14] 2016-03-03 06:12:49,303 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,303 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 665, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:49,303 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x99\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:49,303 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,303 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,303 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,303 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,304 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 665, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:49,304 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:49,304 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,304 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 666, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,304 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x9a\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,304 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,304 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,304 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,304 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,305 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 666, None, {}] 2016-03-03 06:12:49,305 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,305 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,305 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 667, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,305 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x9b\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,305 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,305 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,305 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,305 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,306 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 667, None, {}] 2016-03-03 06:12:49,306 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,306 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,306 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 668, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,306 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x9c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,306 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,306 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,306 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,306 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,307 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 668, None, {}] 2016-03-03 06:12:49,307 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,307 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,307 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 669, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,307 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x9d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,307 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,307 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,307 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,307 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,308 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 669, None, {}] 2016-03-03 06:12:49,308 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,308 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,308 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 670, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,308 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x9e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,308 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,308 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,308 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,308 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,309 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 670, None, {}] 2016-03-03 06:12:49,309 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,309 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,309 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 671, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,309 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\x9f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,309 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,309 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,309 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,309 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,310 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 671, None, {}] 2016-03-03 06:12:49,310 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,310 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,310 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 672, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,310 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xa0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,310 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,310 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,310 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,310 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,311 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 672, None, {}] 2016-03-03 06:12:49,311 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,311 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,311 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 673, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:49,311 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xa1\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:49,311 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,311 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,311 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,312 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,312 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 673, None, 0] 2016-03-03 06:12:49,312 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,312 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,313 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 674, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:49,313 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xa2\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:49,313 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,313 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,313 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,313 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,313 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 674, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:49,313 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:49,313 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,314 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 675, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,314 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xa3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,314 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,314 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,314 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,314 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,314 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 675, None, {}] 2016-03-03 06:12:49,314 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,314 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,315 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 676, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,315 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xa4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,315 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,315 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,315 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,315 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,315 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 676, None, {}] 2016-03-03 06:12:49,315 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,315 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,316 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 677, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:49,316 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xa5\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:49,316 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,316 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,316 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,316 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,316 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 677, None, 26] 2016-03-03 06:12:49,316 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:49,317 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,317 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 678, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:49,317 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xa6\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:49,317 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,317 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,317 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,317 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,317 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 678, None, b''] 2016-03-03 06:12:49,317 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,318 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,318 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 679, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,318 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xa7\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,318 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,318 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,318 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,318 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,318 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 679, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,318 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,319 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,319 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 680, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:49,319 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xa8\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:49,319 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,319 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,319 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,319 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,320 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 680, None, b''] 2016-03-03 06:12:49,320 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,320 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,320 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 681, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,320 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xa9\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,320 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,320 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,320 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,320 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,321 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 681, None, b'utf-8'] 2016-03-03 06:12:49,321 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,321 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,321 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 682, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,321 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xaa\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,321 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,321 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,321 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,321 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,322 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 682, None, {}] 2016-03-03 06:12:49,322 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,322 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,322 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 683, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,322 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xab\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,322 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,322 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,322 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,322 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,323 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 683, None, {}] 2016-03-03 06:12:49,323 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,323 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,323 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 684, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,323 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xac\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,323 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,323 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,323 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,323 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,324 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 684, None, {}] 2016-03-03 06:12:49,324 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,324 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,324 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 685, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,324 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xad\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,324 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,324 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,324 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,324 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,325 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 685, None, {}] 2016-03-03 06:12:49,325 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,325 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,325 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 686, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,325 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xae\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,325 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,325 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,325 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,325 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,326 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 686, None, {}] 2016-03-03 06:12:49,326 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,326 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,326 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 687, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,326 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xaf\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,326 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,326 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,326 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,326 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,327 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 687, None, {}] 2016-03-03 06:12:49,327 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,327 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,327 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 688, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,327 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xb0\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,327 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,327 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,327 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,327 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,328 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 688, None, b'utf-8'] 2016-03-03 06:12:49,328 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,328 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,328 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 689, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,328 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xb1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,328 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,328 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,328 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,329 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,329 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 689, None, {}] 2016-03-03 06:12:49,329 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,329 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,329 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 690, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,329 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xb2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,329 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,329 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,329 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,330 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,330 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 690, None, {}] 2016-03-03 06:12:49,330 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,330 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,330 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 691, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,330 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xb3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,330 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,330 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,330 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,331 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,331 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 691, None, {}] 2016-03-03 06:12:49,331 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,331 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,331 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 692, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,331 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xb4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,331 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,331 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,331 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,332 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,332 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 692, None, {}] 2016-03-03 06:12:49,332 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,332 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,332 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 693, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,332 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xb5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,332 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,332 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,332 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,333 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,333 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 693, None, {}] 2016-03-03 06:12:49,333 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,333 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,333 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 694, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,333 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xb6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,333 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,333 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,333 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,334 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,334 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 694, None, {}] 2016-03-03 06:12:49,334 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,334 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,334 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 695, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,334 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xb7\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,334 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,334 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,334 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,335 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,335 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 695, None, b'utf-8'] 2016-03-03 06:12:49,335 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,335 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,335 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 696, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,335 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xb8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,335 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,335 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,335 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,336 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,336 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 696, None, {}] 2016-03-03 06:12:49,336 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,336 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,336 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 697, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,336 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xb9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,336 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,336 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,337 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,337 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,337 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 697, None, {}] 2016-03-03 06:12:49,337 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,337 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,337 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 698, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,337 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xba\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,337 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,337 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,338 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,338 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,338 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 698, None, {}] 2016-03-03 06:12:49,338 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,338 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,338 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 699, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,338 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xbb\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,338 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,338 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,339 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,339 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,339 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 699, None, {}] 2016-03-03 06:12:49,339 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,339 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,339 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 700, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,339 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xbc\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,339 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,339 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,340 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,340 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,340 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 700, None, {}] 2016-03-03 06:12:49,340 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,340 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,340 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 701, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,340 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xbd\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,340 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,340 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,341 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,341 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,341 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 701, None, b'utf-8'] 2016-03-03 06:12:49,341 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,341 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,341 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 702, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,341 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xbe\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,341 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,341 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,342 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,342 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,342 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 702, None, {}] 2016-03-03 06:12:49,342 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,342 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,342 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 703, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,342 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xbf\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,342 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,342 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,343 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,343 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,343 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 703, None, {}] 2016-03-03 06:12:49,343 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,343 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,343 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 704, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,343 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xc0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,343 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,343 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,344 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,344 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,344 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 704, None, {}] 2016-03-03 06:12:49,344 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,344 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,344 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 705, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,344 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xc1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,344 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,345 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,345 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,345 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,345 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 705, None, {}] 2016-03-03 06:12:49,345 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,345 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,345 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 706, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,346 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xc2\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,346 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,346 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,346 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,346 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,346 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 706, None, 0] 2016-03-03 06:12:49,347 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,347 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,347 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 707, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:49,347 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xc3\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:49,347 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,347 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,347 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,347 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,347 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 707, None, 500000] 2016-03-03 06:12:49,348 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:49,348 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,348 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 708, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:49,348 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xc4\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:49,348 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,348 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,348 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,348 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,348 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 708, None, 0] 2016-03-03 06:12:49,348 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,349 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,349 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 709, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:49,349 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xc5\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:49,349 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,349 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,349 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,349 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,350 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 709, None, []] 2016-03-03 06:12:49,350 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:49,350 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,350 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 710, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:49,350 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xc6\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:49,350 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,350 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,350 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,350 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,351 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 710, None, []] 2016-03-03 06:12:49,351 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:49,351 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,351 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 711, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,351 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xc7\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,351 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,351 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,351 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,351 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,352 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 711, None, 0] 2016-03-03 06:12:49,352 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,352 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,352 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 712, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,352 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xc8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,352 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,352 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,352 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,352 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,353 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 712, None, {}] 2016-03-03 06:12:49,353 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,353 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,353 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 713, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,353 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xc9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,353 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,353 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,353 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,353 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,354 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 713, None, {}] 2016-03-03 06:12:49,354 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,354 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,354 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 714, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,354 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xca\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,354 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,354 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,354 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,354 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,355 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 714, None, {}] 2016-03-03 06:12:49,355 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,355 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,355 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 715, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,355 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xcb\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,355 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,355 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,355 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,355 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,356 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 715, None, 0] 2016-03-03 06:12:49,356 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,356 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,356 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 716, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,356 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xcc\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,356 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,356 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,356 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,356 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,357 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 716, None, 0] 2016-03-03 06:12:49,357 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,357 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,357 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 717, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,357 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xcd\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,357 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,357 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,357 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,357 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,358 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 717, None, 0] 2016-03-03 06:12:49,358 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,358 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,358 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 718, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,358 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xce\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,358 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,358 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,359 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,359 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,359 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 718, None, 0] 2016-03-03 06:12:49,359 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,359 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,359 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 719, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,359 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xcf\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,359 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,359 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,360 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,360 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,360 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 719, None, 0] 2016-03-03 06:12:49,360 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,360 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,360 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 720, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,360 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xd0\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,360 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,360 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,361 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,361 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,361 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 720, None, {}] 2016-03-03 06:12:49,361 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,361 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,361 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 721, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,361 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xd1\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,361 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,361 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,362 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,362 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,362 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 721, None, 0] 2016-03-03 06:12:49,362 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,362 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,362 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 722, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,362 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xd2\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,362 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,362 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,363 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,363 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,363 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 722, None, 0] 2016-03-03 06:12:49,363 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,363 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,363 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 723, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,363 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xd3\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,363 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,363 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,364 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,364 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,364 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 723, None, 0] 2016-03-03 06:12:49,364 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,364 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,364 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 724, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,364 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xd4\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,364 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,364 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,365 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,365 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,365 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 724, None, 0] 2016-03-03 06:12:49,365 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,365 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,365 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 725, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,365 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xd5\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,365 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,365 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,366 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,366 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,366 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 725, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,366 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,366 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,366 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 726, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:49,366 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xd6\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:49,366 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,366 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,367 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,367 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,367 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 726, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:49,367 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:49,367 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,367 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:49,367 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 727, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,367 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xd7\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,367 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,368 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,368 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,368 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,368 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 727, None, 0] 2016-03-03 06:12:49,368 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,368 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,368 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 728, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,368 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xd8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,368 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,369 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,369 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,369 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,369 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 728, None, {}] 2016-03-03 06:12:49,369 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,369 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,369 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 729, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,369 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xd9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,369 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,370 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,370 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,370 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,370 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 729, None, {}] 2016-03-03 06:12:49,370 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,370 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,370 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 730, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,370 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xda\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,370 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,371 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,371 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,371 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,371 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 730, None, {}] 2016-03-03 06:12:49,371 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,371 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,371 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 731, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,371 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xdb\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,371 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,372 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,372 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,372 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,372 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 731, None, 0] 2016-03-03 06:12:49,372 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,372 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,372 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 732, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,372 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xdc\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,372 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,373 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,373 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,373 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,373 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 732, None, 0] 2016-03-03 06:12:49,373 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,373 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,373 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 733, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,373 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xdd\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,373 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,374 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,374 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,374 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,374 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 733, None, 0] 2016-03-03 06:12:49,374 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,374 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,374 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 734, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,374 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xde\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,375 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,375 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,375 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,375 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,375 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 734, None, 0] 2016-03-03 06:12:49,375 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,375 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,375 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 735, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,375 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xdf\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,376 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,376 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,376 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,376 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,376 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 735, None, 0] 2016-03-03 06:12:49,376 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,376 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,376 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 736, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,376 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xe0\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,376 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,377 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,377 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,377 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,377 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 736, None, {}] 2016-03-03 06:12:49,377 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,377 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,377 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 737, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,377 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xe1\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,377 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,378 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,378 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,378 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,378 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 737, None, 0] 2016-03-03 06:12:49,378 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,378 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,378 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 738, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,378 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xe2\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,378 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,379 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,379 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,379 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,379 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 738, None, 0] 2016-03-03 06:12:49,379 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,379 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,379 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 739, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,379 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xe3\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,379 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,380 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,380 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,380 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,380 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 739, None, 0] 2016-03-03 06:12:49,380 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,380 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,380 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 740, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:49,380 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xe4\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:49,380 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,381 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,381 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,381 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,381 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 740, None, {b'position': [0, 26, 15, 0]}] 2016-03-03 06:12:49,381 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 15, 0]} 2016-03-03 06:12:49,381 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,381 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:49,381 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:49,381 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,382 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,404 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,404 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = model', b'complete_str': b'', b'changedtick': 16, b'position': [0, 26, 16, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:49,404 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = model', b'complete_str': b'', b'changedtick': 16, b'position': [0, 26, 16, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:49,404 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:49,404 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 16, b'input': b' url = model', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 16, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:49,405 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 741, 'vim_get_current_window', ()] 2016-03-03 06:12:49,405 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xe5\xb6vim_get_current_window\x90'' 2016-03-03 06:12:49,405 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,405 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,405 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,405 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,405 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 741, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:49,405 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:49,405 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,406 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 742, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:49,406 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xe6\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:49,406 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,406 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,406 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,406 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,406 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 742, None, [26, 15]] 2016-03-03 06:12:49,406 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 15] 2016-03-03 06:12:49,406 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,407 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 743, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:49,407 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xe7\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:49,407 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,407 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,407 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,407 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,407 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 743, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:49,407 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:49,408 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,408 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 744, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,408 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xe8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,408 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,408 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,408 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,408 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,408 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 744, None, {}] 2016-03-03 06:12:49,408 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,409 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,409 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 745, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,409 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xe9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,409 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,409 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,409 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,409 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,409 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 745, None, {}] 2016-03-03 06:12:49,409 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,410 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,410 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 746, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,410 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xea\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,410 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,410 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,410 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,410 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,410 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 746, None, {}] 2016-03-03 06:12:49,410 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,411 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,411 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 747, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,411 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xeb\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,411 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,411 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,411 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,411 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,411 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 747, None, {}] 2016-03-03 06:12:49,411 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,412 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,412 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 748, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,412 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xec\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,412 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,412 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,412 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,412 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,412 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 748, None, {}] 2016-03-03 06:12:49,413 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,413 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,413 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 749, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,413 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xed\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,413 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,413 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,413 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,413 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,413 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 749, None, {}] 2016-03-03 06:12:49,414 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,414 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,414 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 750, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,414 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xee\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,414 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,414 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,414 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,414 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,415 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 750, None, {}] 2016-03-03 06:12:49,415 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,415 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,415 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 751, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:49,415 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xef\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:49,415 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,415 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,415 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,415 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,416 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 751, None, 0] 2016-03-03 06:12:49,416 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,416 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,416 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 752, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:49,416 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xf0\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:49,416 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,416 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,416 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,416 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,417 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 752, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:49,417 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:49,417 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,417 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 753, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,417 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xf1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,417 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,417 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,417 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,417 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,418 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 753, None, {}] 2016-03-03 06:12:49,418 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,418 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,418 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 754, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,418 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xf2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,418 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,418 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,418 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,418 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,418 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 754, None, {}] 2016-03-03 06:12:49,419 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,419 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,419 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 755, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:49,419 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xf3\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:49,419 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,419 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,419 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,419 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,420 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 755, None, 26] 2016-03-03 06:12:49,420 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:49,420 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,420 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 756, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:49,420 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xf4\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:49,420 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,420 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,420 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,420 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,421 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 756, None, b''] 2016-03-03 06:12:49,421 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,421 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,421 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 757, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,421 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xf5\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,421 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,421 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,421 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,421 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,421 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 757, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,422 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,422 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,422 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 758, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:49,422 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xf6\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:49,422 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,422 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,422 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,422 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,422 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 758, None, b''] 2016-03-03 06:12:49,423 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,423 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,423 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 759, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,423 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xf7\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,423 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,423 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,423 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,423 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,423 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 759, None, b'utf-8'] 2016-03-03 06:12:49,424 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,424 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,424 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 760, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,424 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xf8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,424 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,424 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,424 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,424 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,424 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 760, None, {}] 2016-03-03 06:12:49,425 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,425 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,425 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 761, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,425 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xf9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,425 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,425 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,425 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,425 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,425 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 761, None, {}] 2016-03-03 06:12:49,426 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,426 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,426 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 762, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,426 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xfa\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,426 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,426 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,426 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,426 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,426 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 762, None, {}] 2016-03-03 06:12:49,426 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,427 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,427 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 763, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,427 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xfb\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,427 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,427 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,427 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,427 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,427 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 763, None, {}] 2016-03-03 06:12:49,427 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,428 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,428 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 764, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,428 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xfc\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,428 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,428 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,428 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,428 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,428 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 764, None, {}] 2016-03-03 06:12:49,428 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,429 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,429 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 765, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,429 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xfd\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,429 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,429 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,430 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,430 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,430 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 765, None, {}] 2016-03-03 06:12:49,430 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,430 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,430 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 766, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,430 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xfe\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,430 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,430 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,431 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,431 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,431 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 766, None, b'utf-8'] 2016-03-03 06:12:49,431 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,431 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,431 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 767, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,431 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x02\xff\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,431 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,431 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,432 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,432 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,432 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 767, None, {}] 2016-03-03 06:12:49,432 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,432 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,432 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 768, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,432 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x00\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,432 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,432 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,433 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,433 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,433 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 768, None, {}] 2016-03-03 06:12:49,433 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,433 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,433 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 769, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,433 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x01\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,433 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,433 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,433 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,434 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,434 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 769, None, {}] 2016-03-03 06:12:49,434 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,434 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,434 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 770, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,434 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x02\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,434 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,434 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,434 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,435 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,435 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 770, None, {}] 2016-03-03 06:12:49,435 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,435 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,435 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 771, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,435 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x03\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,435 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,435 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,435 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,436 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,436 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 771, None, {}] 2016-03-03 06:12:49,436 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,436 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,436 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 772, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,436 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x04\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,436 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,436 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,436 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,437 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,437 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 772, None, {}] 2016-03-03 06:12:49,437 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,437 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,437 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 773, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,437 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x05\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,437 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,437 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,437 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,438 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,438 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 773, None, b'utf-8'] 2016-03-03 06:12:49,438 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,438 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,438 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 774, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,438 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x06\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,438 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,438 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,438 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,439 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,439 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 774, None, {}] 2016-03-03 06:12:49,439 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,439 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,439 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 775, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,439 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x07\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,439 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,439 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,439 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,440 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,440 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 775, None, {}] 2016-03-03 06:12:49,440 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,440 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,440 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 776, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,440 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x08\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,440 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,440 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,440 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,441 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,441 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 776, None, {}] 2016-03-03 06:12:49,441 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,441 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,441 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 777, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,441 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\t\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,441 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,441 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,441 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,442 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,442 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 777, None, {}] 2016-03-03 06:12:49,442 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,442 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,442 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 778, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,442 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\n\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,442 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,442 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,442 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,442 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,443 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 778, None, {}] 2016-03-03 06:12:49,443 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,443 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,443 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 779, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,443 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x0b\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,443 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,443 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,443 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,444 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,444 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 779, None, b'utf-8'] 2016-03-03 06:12:49,444 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,444 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,444 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 780, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,444 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x0c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,444 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,444 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,444 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,444 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,445 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 780, None, {}] 2016-03-03 06:12:49,445 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,445 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,445 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 781, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,445 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\r\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,445 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,445 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,445 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,445 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,446 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 781, None, {}] 2016-03-03 06:12:49,446 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,446 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,446 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 782, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,446 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x0e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,446 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,446 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,446 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,446 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,447 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 782, None, {}] 2016-03-03 06:12:49,447 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,447 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,447 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 783, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,447 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x0f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,447 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,447 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,447 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,447 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,448 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 783, None, {}] 2016-03-03 06:12:49,448 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,448 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,448 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 784, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,448 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x10\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,448 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,448 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,448 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,448 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,448 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 784, None, 0] 2016-03-03 06:12:49,449 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,449 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,449 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 785, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:49,449 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x11\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:49,449 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,449 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,449 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,449 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,449 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 785, None, 500000] 2016-03-03 06:12:49,450 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:49,450 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,450 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 786, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:49,450 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x12\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:49,450 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,450 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,450 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,450 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,450 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 786, None, 0] 2016-03-03 06:12:49,451 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,451 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,451 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 787, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:49,451 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x13\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:49,451 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,451 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,451 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,451 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,452 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 787, None, []] 2016-03-03 06:12:49,452 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:49,452 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,452 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 788, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:49,452 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x14\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:49,452 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,452 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,452 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,452 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,453 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 788, None, []] 2016-03-03 06:12:49,453 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:49,453 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,453 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 789, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,453 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x15\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,453 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,453 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,453 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,453 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,454 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 789, None, 0] 2016-03-03 06:12:49,454 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,454 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,454 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 790, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,454 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x16\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,454 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,454 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,454 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,454 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,455 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 790, None, {}] 2016-03-03 06:12:49,455 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,455 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,455 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 791, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,455 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x17\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,455 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,455 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,455 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,455 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,456 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 791, None, {}] 2016-03-03 06:12:49,456 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,456 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,456 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 792, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,456 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x18\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,456 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,456 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,456 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,456 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,456 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 792, None, {}] 2016-03-03 06:12:49,457 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,457 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,457 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 793, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,457 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x19\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,457 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,457 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,457 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,457 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,457 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 793, None, 0] 2016-03-03 06:12:49,458 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,458 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,458 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 794, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,458 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x1a\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,458 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,458 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,458 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,458 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,458 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 794, None, 0] 2016-03-03 06:12:49,459 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,459 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,459 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 795, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,459 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x1b\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,459 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,459 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,459 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,459 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,459 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 795, None, 0] 2016-03-03 06:12:49,460 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,460 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,460 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 796, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,460 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x1c\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,460 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,460 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,460 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,460 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,461 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 796, None, 0] 2016-03-03 06:12:49,461 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,461 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,461 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 797, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,461 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x1d\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,461 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,461 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,461 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,461 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,462 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 797, None, 0] 2016-03-03 06:12:49,462 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,462 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,462 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 798, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,462 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x1e\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,462 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,462 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,462 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,462 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,463 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 798, None, {}] 2016-03-03 06:12:49,463 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,463 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,463 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 799, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,463 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x1f\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,463 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,463 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,463 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,463 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,464 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 799, None, 0] 2016-03-03 06:12:49,464 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,464 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,464 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 800, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,464 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03 \xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,464 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,464 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,464 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,464 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,464 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 800, None, 0] 2016-03-03 06:12:49,465 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,465 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,465 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 801, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,465 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03!\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,465 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,465 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,465 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,465 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,465 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 801, None, 0] 2016-03-03 06:12:49,466 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,466 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,466 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 802, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,466 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03"\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,466 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,466 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,466 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,466 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,466 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 802, None, 0] 2016-03-03 06:12:49,467 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,467 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,467 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 803, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,467 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03#\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,467 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,467 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,467 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,467 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,467 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 803, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,467 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,468 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,468 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 804, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:49,468 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03$\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:49,468 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,468 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,468 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,468 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,468 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 804, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:49,468 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:49,469 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,469 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:49,469 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 805, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,469 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03%\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,469 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,469 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,469 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,469 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,469 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 805, None, 0] 2016-03-03 06:12:49,470 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,470 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,470 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 806, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,470 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03&\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,470 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,470 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,470 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,470 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,470 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 806, None, {}] 2016-03-03 06:12:49,471 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,471 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,471 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 807, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,471 [DEBUG @ base.py:send:113] 68422 - Sending 'b"\x94\x00\xcd\x03'\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary"' 2016-03-03 06:12:49,471 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,471 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,471 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,471 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,471 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 807, None, {}] 2016-03-03 06:12:49,472 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,472 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,472 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 808, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,472 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03(\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,472 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,472 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,472 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,472 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,472 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 808, None, {}] 2016-03-03 06:12:49,473 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,473 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,473 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 809, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,473 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03)\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,473 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,473 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,473 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,473 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,473 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 809, None, 0] 2016-03-03 06:12:49,473 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,474 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,474 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 810, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,474 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03*\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,474 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,474 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,474 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,474 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,474 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 810, None, 0] 2016-03-03 06:12:49,474 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,475 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,475 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 811, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,475 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03+\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,475 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,475 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,475 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,475 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,475 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 811, None, 0] 2016-03-03 06:12:49,475 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,476 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,476 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 812, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,476 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03,\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,476 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,476 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,476 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,476 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,476 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 812, None, 0] 2016-03-03 06:12:49,476 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,477 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,477 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 813, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,477 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03-\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,477 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,477 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,477 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,477 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,477 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 813, None, 0] 2016-03-03 06:12:49,477 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,478 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,478 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 814, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,478 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03.\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,478 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,478 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,478 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,478 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,478 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 814, None, {}] 2016-03-03 06:12:49,478 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,478 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,479 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 815, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,479 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03/\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,479 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,479 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,479 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,480 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,480 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 815, None, 0] 2016-03-03 06:12:49,480 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,480 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,480 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 816, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,480 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x030\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,480 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,480 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,480 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,481 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,481 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 816, None, 0] 2016-03-03 06:12:49,481 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,481 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,481 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 817, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,481 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x031\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,481 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,481 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,481 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,481 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,482 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 817, None, 0] 2016-03-03 06:12:49,482 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,482 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,482 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 818, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:49,482 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x032\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:49,482 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,482 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,482 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,482 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,483 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 818, None, {b'position': [0, 26, 16, 0]}] 2016-03-03 06:12:49,483 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 16, 0]} 2016-03-03 06:12:49,483 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,483 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:49,483 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:49,483 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,483 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,492 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,492 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models', b'complete_str': b'', b'changedtick': 17, b'position': [0, 26, 17, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:49,492 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models', b'complete_str': b'', b'changedtick': 17, b'position': [0, 26, 17, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:49,492 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:49,492 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 17, b'input': b' url = models', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 17, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:49,493 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 819, 'vim_get_current_window', ()] 2016-03-03 06:12:49,493 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x033\xb6vim_get_current_window\x90'' 2016-03-03 06:12:49,493 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,493 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,493 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,493 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,493 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 819, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:49,493 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:49,494 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,494 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 820, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:49,494 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x034\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:49,494 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,494 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,494 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,494 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,494 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 820, None, [26, 16]] 2016-03-03 06:12:49,494 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 16] 2016-03-03 06:12:49,495 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,495 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 821, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:49,495 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x035\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:49,495 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,495 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,495 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,495 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,495 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 821, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:49,495 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:49,496 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,496 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 822, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,496 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x036\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,496 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,496 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,496 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,496 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,496 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 822, None, {}] 2016-03-03 06:12:49,496 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,497 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,497 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 823, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,497 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x037\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,497 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,497 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,497 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,497 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,497 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 823, None, {}] 2016-03-03 06:12:49,497 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,498 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,498 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 824, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,498 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x038\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,498 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,498 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,498 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,498 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,498 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 824, None, {}] 2016-03-03 06:12:49,498 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,499 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,499 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 825, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,499 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x039\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,499 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,499 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,499 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,499 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,499 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 825, None, {}] 2016-03-03 06:12:49,499 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,500 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,500 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 826, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,500 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03:\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,500 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,500 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,500 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,500 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,500 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 826, None, {}] 2016-03-03 06:12:49,500 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,501 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,501 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 827, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,501 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03;\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,501 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,501 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,501 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,501 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,501 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 827, None, {}] 2016-03-03 06:12:49,501 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,502 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,502 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 828, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,502 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03<\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,502 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,502 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,502 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,502 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,502 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 828, None, {}] 2016-03-03 06:12:49,502 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,502 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,503 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 829, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:49,503 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03=\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:49,503 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,503 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,503 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,503 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,503 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 829, None, 0] 2016-03-03 06:12:49,503 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,503 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,504 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 830, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:49,504 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03>\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:49,504 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,504 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,504 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,504 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,504 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 830, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:49,504 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:49,504 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,505 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 831, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,505 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03?\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,505 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,505 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,505 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,505 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,505 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 831, None, {}] 2016-03-03 06:12:49,505 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,505 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,506 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 832, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,506 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03@\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,506 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,506 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,506 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,506 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,506 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 832, None, {}] 2016-03-03 06:12:49,506 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,506 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,507 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 833, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:49,507 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03A\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:49,507 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,507 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,507 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,507 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,507 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 833, None, 26] 2016-03-03 06:12:49,507 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:49,507 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,508 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 834, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:49,508 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03B\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:49,508 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,508 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,508 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,508 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,508 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 834, None, b''] 2016-03-03 06:12:49,508 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,508 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,509 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 835, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,509 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03C\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,509 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,509 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,509 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,509 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,509 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 835, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,509 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,510 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,510 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 836, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:49,510 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03D\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:49,510 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,510 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,510 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,510 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,510 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 836, None, b''] 2016-03-03 06:12:49,510 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,511 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,511 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 837, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,511 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03E\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,511 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,511 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,511 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,511 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,511 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 837, None, b'utf-8'] 2016-03-03 06:12:49,511 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,511 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,512 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 838, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,512 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03F\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,512 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,512 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,512 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,512 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,512 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 838, None, {}] 2016-03-03 06:12:49,513 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,513 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,513 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 839, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,513 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03G\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,513 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,513 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,513 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,513 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,513 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 839, None, {}] 2016-03-03 06:12:49,514 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,514 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,514 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 840, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,514 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03H\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,514 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,514 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,514 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,514 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,514 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 840, None, {}] 2016-03-03 06:12:49,514 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,515 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,515 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 841, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,515 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03I\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,515 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,515 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,515 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,515 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,515 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 841, None, {}] 2016-03-03 06:12:49,515 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,516 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,516 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 842, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,516 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03J\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,516 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,516 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,516 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,516 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,516 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 842, None, {}] 2016-03-03 06:12:49,516 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,517 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,517 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 843, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,517 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03K\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,517 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,517 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,517 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,517 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,517 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 843, None, {}] 2016-03-03 06:12:49,517 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,518 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,518 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 844, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,518 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03L\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,518 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,518 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,518 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,518 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,518 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 844, None, b'utf-8'] 2016-03-03 06:12:49,518 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,519 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,519 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 845, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,519 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03M\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,519 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,519 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,519 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,519 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,519 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 845, None, {}] 2016-03-03 06:12:49,519 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,520 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,520 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 846, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,520 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03N\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,520 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,520 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,520 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,520 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,520 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 846, None, {}] 2016-03-03 06:12:49,520 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,521 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,521 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 847, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,521 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03O\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,521 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,521 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,521 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,521 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,521 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 847, None, {}] 2016-03-03 06:12:49,521 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,522 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,522 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 848, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,522 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03P\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,522 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,522 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,522 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,522 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,522 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 848, None, {}] 2016-03-03 06:12:49,522 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,523 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,523 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 849, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,523 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03Q\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,523 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,523 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,523 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,523 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,523 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 849, None, {}] 2016-03-03 06:12:49,523 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,523 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,524 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 850, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,524 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03R\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,524 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,524 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,524 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,524 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,524 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 850, None, {}] 2016-03-03 06:12:49,524 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,524 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,525 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 851, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,525 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03S\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,525 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,525 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,525 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,525 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,525 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 851, None, b'utf-8'] 2016-03-03 06:12:49,525 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,526 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,526 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 852, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,526 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03T\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,526 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,526 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,526 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,526 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,526 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 852, None, {}] 2016-03-03 06:12:49,526 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,527 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,527 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 853, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,527 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03U\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,527 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,527 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,527 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,527 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,527 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 853, None, {}] 2016-03-03 06:12:49,527 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,527 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,528 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 854, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,528 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03V\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,528 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,528 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,528 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,528 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,528 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 854, None, {}] 2016-03-03 06:12:49,528 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,528 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,529 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 855, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,529 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03W\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,529 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,529 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,529 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,529 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,529 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 855, None, {}] 2016-03-03 06:12:49,529 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,529 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,530 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 856, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,530 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03X\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,530 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,530 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,530 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,530 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,530 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 856, None, {}] 2016-03-03 06:12:49,530 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,531 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,531 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 857, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,531 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03Y\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,531 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,531 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,531 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,531 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,531 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 857, None, b'utf-8'] 2016-03-03 06:12:49,532 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,532 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,532 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 858, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,532 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03Z\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,532 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,532 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,532 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,532 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,532 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 858, None, {}] 2016-03-03 06:12:49,532 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,533 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,533 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 859, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,533 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03[\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,533 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,533 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,533 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,533 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,533 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 859, None, {}] 2016-03-03 06:12:49,533 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,534 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,534 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 860, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,534 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\\\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,534 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,534 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,534 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,534 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,534 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 860, None, {}] 2016-03-03 06:12:49,534 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,535 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,535 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 861, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,535 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03]\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,535 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,535 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,535 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,535 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,535 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 861, None, {}] 2016-03-03 06:12:49,535 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,536 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,536 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 862, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,536 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03^\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,536 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,536 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,536 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,536 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,536 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 862, None, 0] 2016-03-03 06:12:49,536 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,537 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,537 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 863, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:49,537 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03_\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:49,537 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,537 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,537 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,537 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,537 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 863, None, 500000] 2016-03-03 06:12:49,537 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:49,537 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,538 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 864, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:49,538 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03`\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:49,538 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,538 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,538 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,538 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,538 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 864, None, 0] 2016-03-03 06:12:49,538 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,538 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,539 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 865, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:49,539 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03a\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:49,539 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,539 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,539 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,539 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,539 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 865, None, []] 2016-03-03 06:12:49,540 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:49,540 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,540 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 866, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:49,540 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03b\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:49,540 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,540 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,540 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,540 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,540 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 866, None, []] 2016-03-03 06:12:49,541 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:49,541 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,541 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 867, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,541 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03c\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,541 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,541 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,541 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,541 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,541 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 867, None, 0] 2016-03-03 06:12:49,542 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,542 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,542 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 868, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,542 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,542 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,542 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,542 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,542 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,542 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 868, None, {}] 2016-03-03 06:12:49,543 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,543 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,543 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 869, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,543 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,543 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,543 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,543 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,543 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,543 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 869, None, {}] 2016-03-03 06:12:49,543 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,544 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,544 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 870, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,544 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,544 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,544 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,544 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,544 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,544 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 870, None, {}] 2016-03-03 06:12:49,544 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,545 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,545 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 871, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,545 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03g\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,545 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,545 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,545 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,545 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,546 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 871, None, 0] 2016-03-03 06:12:49,546 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,546 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,546 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 872, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,546 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03h\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,546 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,546 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,546 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,547 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,547 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 872, None, 0] 2016-03-03 06:12:49,547 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,547 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,547 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 873, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,547 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03i\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,547 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,547 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,547 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,548 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,548 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 873, None, 0] 2016-03-03 06:12:49,548 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,548 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,548 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 874, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,548 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03j\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,548 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,549 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,549 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,549 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,549 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 874, None, 0] 2016-03-03 06:12:49,549 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,549 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,549 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 875, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,549 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03k\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,549 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,550 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,550 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,550 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,550 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 875, None, 0] 2016-03-03 06:12:49,550 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,550 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,550 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 876, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,550 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03l\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,550 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,551 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,551 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,551 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,551 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 876, None, {}] 2016-03-03 06:12:49,551 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,551 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,551 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 877, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,551 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03m\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,551 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,552 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,552 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,552 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,552 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 877, None, 0] 2016-03-03 06:12:49,552 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,552 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,552 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 878, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,552 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03n\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,552 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,552 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,553 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,553 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,553 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 878, None, 0] 2016-03-03 06:12:49,553 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,553 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,553 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 879, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,553 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03o\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,553 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,553 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,554 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,554 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,554 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 879, None, 0] 2016-03-03 06:12:49,554 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,554 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,554 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 880, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,554 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03p\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,554 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,554 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,555 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,555 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,555 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 880, None, 0] 2016-03-03 06:12:49,555 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,555 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,555 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 881, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,555 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03q\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,555 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,555 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,555 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,556 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,556 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 881, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,556 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,556 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,556 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 882, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:49,556 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03r\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:49,556 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,556 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,557 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,557 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,557 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 882, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:49,557 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:49,557 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,557 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:49,557 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 883, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,557 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03s\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,557 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,557 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,558 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,558 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,558 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 883, None, 0] 2016-03-03 06:12:49,558 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,558 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,558 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 884, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,558 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03t\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,558 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,558 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,559 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,559 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,559 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 884, None, {}] 2016-03-03 06:12:49,559 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,559 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,559 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 885, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,559 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03u\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,559 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,559 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,560 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,560 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,560 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 885, None, {}] 2016-03-03 06:12:49,560 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,560 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,560 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 886, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,560 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03v\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,560 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,560 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,561 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,561 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,561 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 886, None, {}] 2016-03-03 06:12:49,561 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,561 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,561 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 887, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,561 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03w\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,561 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,561 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,562 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,562 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,562 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 887, None, 0] 2016-03-03 06:12:49,562 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,562 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,562 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 888, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,562 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03x\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,562 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,562 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,563 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,563 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,563 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 888, None, 0] 2016-03-03 06:12:49,563 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,563 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,563 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 889, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,563 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03y\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,563 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,563 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,563 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,564 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,564 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 889, None, 0] 2016-03-03 06:12:49,564 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,564 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,564 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 890, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,564 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03z\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,564 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,564 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,565 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,565 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,565 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 890, None, 0] 2016-03-03 06:12:49,565 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,565 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,565 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 891, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,565 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03{\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,565 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,565 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,565 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,566 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,566 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 891, None, 0] 2016-03-03 06:12:49,566 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,566 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,566 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 892, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:49,566 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03|\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:49,566 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,566 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,566 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,567 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,567 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 892, None, {}] 2016-03-03 06:12:49,567 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,567 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,567 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 893, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,567 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03}\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,567 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,567 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,567 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,568 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,568 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 893, None, 0] 2016-03-03 06:12:49,568 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,568 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,568 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 894, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,568 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03~\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,568 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,568 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,568 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,569 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,569 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 894, None, 0] 2016-03-03 06:12:49,569 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,569 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,569 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 895, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:49,569 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x7f\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:49,569 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,569 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,569 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,569 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,570 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 895, None, 0] 2016-03-03 06:12:49,570 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,570 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,570 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 896, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:49,570 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x80\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:49,570 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,570 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,570 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,570 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,571 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 896, None, {b'position': [0, 26, 17, 0]}] 2016-03-03 06:12:49,571 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 17, 0]} 2016-03-03 06:12:49,571 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,571 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:49,571 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:49,571 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,571 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,805 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,806 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.', b'complete_str': b'', b'changedtick': 18, b'position': [0, 26, 18, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:49,806 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.', b'complete_str': b'', b'changedtick': 18, b'position': [0, 26, 18, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:49,806 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:49,806 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 18, b'input': b' url = models.', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 18, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:49,806 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 897, 'vim_get_current_window', ()] 2016-03-03 06:12:49,806 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x81\xb6vim_get_current_window\x90'' 2016-03-03 06:12:49,806 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,807 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,807 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,807 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,807 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 897, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:49,807 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:49,807 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,807 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 898, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:49,807 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x82\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:49,808 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,808 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,808 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,808 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,808 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 898, None, [26, 17]] 2016-03-03 06:12:49,808 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 17] 2016-03-03 06:12:49,808 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,808 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 899, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:49,808 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x83\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:49,809 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,809 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,809 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,809 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,809 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 899, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:49,809 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:49,809 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,809 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 900, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,809 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x84\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,810 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,810 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,810 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,810 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,810 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 900, None, {}] 2016-03-03 06:12:49,810 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,810 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,810 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 901, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,810 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x85\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,811 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,811 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,811 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,811 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,811 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 901, None, {}] 2016-03-03 06:12:49,811 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,811 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,811 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 902, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,811 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x86\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,812 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,812 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,812 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,812 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,812 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 902, None, {}] 2016-03-03 06:12:49,812 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,813 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,813 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 903, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,813 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x87\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,813 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,813 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,813 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,813 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,813 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 903, None, {}] 2016-03-03 06:12:49,813 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,814 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,814 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 904, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,814 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x88\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,814 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,814 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,814 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,814 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,814 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 904, None, {}] 2016-03-03 06:12:49,814 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,815 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,815 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 905, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,815 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x89\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,815 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,815 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,815 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,815 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,815 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 905, None, {}] 2016-03-03 06:12:49,815 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,816 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,816 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 906, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,816 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x8a\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,816 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,816 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,816 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,816 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,816 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 906, None, {}] 2016-03-03 06:12:49,816 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,817 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,817 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 907, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:49,817 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x8b\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:49,817 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,817 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,817 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,817 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,817 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 907, None, 0] 2016-03-03 06:12:49,817 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:49,818 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,818 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 908, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:49,818 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x8c\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:49,818 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,818 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,818 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,818 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,818 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 908, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:49,818 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:49,819 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,819 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 909, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,819 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x8d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,819 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,819 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,819 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,819 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,819 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 909, None, {}] 2016-03-03 06:12:49,819 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,820 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,820 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 910, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,820 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x8e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,820 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,820 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,820 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,820 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,820 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 910, None, {}] 2016-03-03 06:12:49,820 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,821 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,821 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 911, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:49,821 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x8f\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:49,821 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,821 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,821 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,821 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,821 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 911, None, 26] 2016-03-03 06:12:49,822 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:49,822 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,822 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 912, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:49,822 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x90\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:49,822 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,822 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,822 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,822 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,822 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 912, None, b''] 2016-03-03 06:12:49,823 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,823 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,823 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 913, 'vim_get_current_buffer', ()] 2016-03-03 06:12:49,823 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x91\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:49,823 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,823 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,823 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,823 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,823 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 913, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:49,824 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:49,824 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,824 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 914, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:49,824 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x92\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:49,824 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,824 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,824 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,824 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,824 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 914, None, b''] 2016-03-03 06:12:49,825 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:49,825 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,825 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 915, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,825 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x93\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,825 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,825 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,825 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,825 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,825 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 915, None, b'utf-8'] 2016-03-03 06:12:49,826 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,826 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,826 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 916, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,826 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x94\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,826 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,826 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,826 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,826 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,826 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 916, None, {}] 2016-03-03 06:12:49,827 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,827 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,827 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 917, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,827 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x95\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,827 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,827 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,827 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,827 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,827 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 917, None, {}] 2016-03-03 06:12:49,828 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,828 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,828 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 918, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:49,828 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x96\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:49,828 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,828 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,828 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,828 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,828 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 918, None, {}] 2016-03-03 06:12:49,829 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,829 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,829 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 919, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:49,829 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x97\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:49,829 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,829 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,829 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,829 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,829 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 919, None, {}] 2016-03-03 06:12:49,830 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,830 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,830 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 920, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,830 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x98\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,830 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,830 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,830 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,830 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,830 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 920, None, {}] 2016-03-03 06:12:49,831 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,831 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,831 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 921, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,831 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x99\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,831 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,831 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,831 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,831 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,831 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 921, None, {}] 2016-03-03 06:12:49,832 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,832 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,832 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 922, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,832 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x9a\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,832 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,832 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,832 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,832 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,832 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 922, None, b'utf-8'] 2016-03-03 06:12:49,833 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,833 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,833 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 923, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,833 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x9b\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,833 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,833 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,833 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,833 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,833 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 923, None, {}] 2016-03-03 06:12:49,834 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,834 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,834 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 924, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,834 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x9c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,834 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,834 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,834 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,834 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,834 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 924, None, {}] 2016-03-03 06:12:49,835 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,835 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,835 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 925, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:49,835 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x9d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:49,835 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,835 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,835 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,835 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,835 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 925, None, {}] 2016-03-03 06:12:49,836 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,836 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,836 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 926, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:49,836 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x9e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:49,836 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,836 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,836 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,836 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,836 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 926, None, {}] 2016-03-03 06:12:49,837 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,837 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,837 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 927, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,837 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\x9f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,837 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,837 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,837 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,837 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,837 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 927, None, {}] 2016-03-03 06:12:49,838 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,838 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,838 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 928, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,838 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xa0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,838 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,838 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,838 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,838 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,838 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 928, None, {}] 2016-03-03 06:12:49,838 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,839 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,839 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 929, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,839 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xa1\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,839 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,839 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,839 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,839 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,839 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 929, None, b'utf-8'] 2016-03-03 06:12:49,840 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,840 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,840 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 930, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,840 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xa2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,840 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,840 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,840 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,840 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,840 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 930, None, {}] 2016-03-03 06:12:49,841 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,841 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,841 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 931, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,841 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xa3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,841 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,841 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,841 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,841 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,841 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 931, None, {}] 2016-03-03 06:12:49,841 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,842 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,842 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 932, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:49,842 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xa4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:49,842 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,842 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,842 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,842 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,842 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 932, None, {}] 2016-03-03 06:12:49,842 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,843 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,843 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 933, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,843 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xa5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,843 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,843 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,843 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,843 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,843 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 933, None, {}] 2016-03-03 06:12:49,843 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,844 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,844 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 934, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,844 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xa6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,844 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,844 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,844 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,844 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,844 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 934, None, {}] 2016-03-03 06:12:49,844 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,845 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,845 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 935, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:49,845 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xa7\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:49,845 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,845 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,845 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,845 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,846 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 935, None, b'utf-8'] 2016-03-03 06:12:49,846 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:49,846 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,846 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 936, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,846 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xa8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,846 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,846 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,846 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,847 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,847 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 936, None, {}] 2016-03-03 06:12:49,847 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,847 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,847 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 937, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,847 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xa9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,847 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,847 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,847 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,848 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,848 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 937, None, {}] 2016-03-03 06:12:49,848 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,848 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,848 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 938, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:49,848 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xaa\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:49,848 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,848 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,848 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,849 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,849 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 938, None, {}] 2016-03-03 06:12:49,849 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,849 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,849 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 939, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:49,849 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xab\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:49,849 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,849 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,849 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,850 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,850 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 939, None, {}] 2016-03-03 06:12:49,850 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:49,850 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,850 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 940, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:49,850 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xac\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:49,850 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:49,850 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,850 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:49,851 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,851 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 940, None, {b'position': [0, 26, 18, 0]}] 2016-03-03 06:12:49,851 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 18, 0]} 2016-03-03 06:12:49,851 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:49,851 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:49,851 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:49,851 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:49,851 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,564 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,564 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'Manual', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.', b'complete_str': b'', b'changedtick': 18, b'position': [0, 26, 18, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:50,565 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'Manual', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.', b'complete_str': b'', b'changedtick': 18, b'position': [0, 26, 18, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:50,565 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:50,565 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'Manual', b'sources': [], b'smartcase': 0, b'changedtick': 18, b'input': b' url = models.', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 18, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:50,565 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 941, 'vim_get_current_window', ()] 2016-03-03 06:12:50,565 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xad\xb6vim_get_current_window\x90'' 2016-03-03 06:12:50,566 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,566 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,566 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,566 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,566 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 941, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:50,567 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:50,567 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,567 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 942, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:50,567 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xae\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:50,568 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,568 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,568 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,569 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,569 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 942, None, [26, 17]] 2016-03-03 06:12:50,569 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 17] 2016-03-03 06:12:50,569 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,569 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 943, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:50,569 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xaf\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:50,570 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,570 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,570 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,570 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,570 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 943, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:50,571 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:50,571 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,571 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 944, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,572 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xb0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,572 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,572 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,572 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,572 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,572 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 944, None, {}] 2016-03-03 06:12:50,572 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,572 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,573 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 945, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:50,573 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xb1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:50,573 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,573 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,573 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,573 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,573 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 945, None, {}] 2016-03-03 06:12:50,573 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,574 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,574 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 946, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,574 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xb2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,574 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,574 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,574 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,574 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,574 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 946, None, {}] 2016-03-03 06:12:50,574 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,575 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,575 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 947, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,575 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xb3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,575 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,575 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,575 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,575 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,575 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 947, None, {}] 2016-03-03 06:12:50,575 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,576 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,576 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 948, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,576 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xb4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,576 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,576 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,576 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,576 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,576 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 948, None, {}] 2016-03-03 06:12:50,577 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,577 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,577 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 949, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:50,577 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xb5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:50,577 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,577 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,578 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,578 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,578 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 949, None, {}] 2016-03-03 06:12:50,578 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,578 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,578 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 950, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:50,578 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xb6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:50,578 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,579 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,579 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,579 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,579 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 950, None, {}] 2016-03-03 06:12:50,579 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,579 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,579 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 951, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:50,579 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xb7\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:50,580 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,580 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,580 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,580 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,580 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 951, None, 0] 2016-03-03 06:12:50,580 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:50,580 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,580 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 952, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:50,580 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xb8\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:50,581 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,581 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,581 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,581 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,581 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 952, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:50,581 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:50,581 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,581 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 953, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,582 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xb9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,582 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,582 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,582 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,582 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,582 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 953, None, {}] 2016-03-03 06:12:50,582 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,582 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,582 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 954, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,583 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xba\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,583 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,583 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,583 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,583 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,583 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 954, None, {}] 2016-03-03 06:12:50,583 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,583 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,584 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 955, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:50,584 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xbb\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:50,584 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,584 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,584 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,584 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,584 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 955, None, 26] 2016-03-03 06:12:50,584 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:50,584 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,585 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 956, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:50,585 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xbc\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:50,585 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,585 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,585 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,585 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,585 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 956, None, b''] 2016-03-03 06:12:50,585 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:50,586 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,586 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 957, 'vim_get_current_buffer', ()] 2016-03-03 06:12:50,586 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xbd\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:50,586 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,586 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,586 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,586 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,586 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 957, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:50,586 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:50,587 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,587 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 958, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:50,587 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xbe\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:50,587 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,587 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,587 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,587 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,587 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 958, None, b''] 2016-03-03 06:12:50,588 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:50,588 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,588 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 959, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:50,588 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xbf\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:50,588 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,588 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,588 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,588 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,588 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 959, None, b'utf-8'] 2016-03-03 06:12:50,589 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:50,589 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,589 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 960, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,589 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xc0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,589 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,589 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,589 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,589 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,590 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 960, None, {}] 2016-03-03 06:12:50,590 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,590 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,590 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 961, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,590 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xc1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,590 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,590 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,590 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,590 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,591 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 961, None, {}] 2016-03-03 06:12:50,591 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,591 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,591 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 962, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,591 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xc2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,591 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,591 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,591 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,592 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,592 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 962, None, {}] 2016-03-03 06:12:50,592 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,592 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,592 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 963, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:50,592 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xc3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:50,592 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,592 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,592 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,593 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,593 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 963, None, {}] 2016-03-03 06:12:50,593 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,593 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,593 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 964, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,593 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xc4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,593 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,593 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,593 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,594 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,594 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 964, None, {}] 2016-03-03 06:12:50,594 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,594 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,594 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 965, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,594 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xc5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,594 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,594 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,595 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,595 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,595 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 965, None, {}] 2016-03-03 06:12:50,595 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,595 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,595 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 966, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:50,595 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xc6\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:50,595 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,596 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,596 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,596 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,596 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 966, None, b'utf-8'] 2016-03-03 06:12:50,596 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:50,596 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,596 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 967, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,596 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xc7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,597 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,597 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,597 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,597 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,597 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 967, None, {}] 2016-03-03 06:12:50,597 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,597 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,597 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 968, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,598 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xc8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,598 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,598 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,598 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,598 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,598 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 968, None, {}] 2016-03-03 06:12:50,598 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,598 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,598 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 969, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,599 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xc9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,599 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,599 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,599 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,599 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,599 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 969, None, {}] 2016-03-03 06:12:50,599 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,599 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,599 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 970, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:50,600 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xca\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:50,600 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,600 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,600 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,600 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,600 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 970, None, {}] 2016-03-03 06:12:50,600 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,600 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,600 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 971, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,601 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xcb\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,601 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,601 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,601 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,601 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,601 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 971, None, {}] 2016-03-03 06:12:50,601 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,601 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,601 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 972, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,602 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xcc\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,602 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,602 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,602 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,602 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,602 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 972, None, {}] 2016-03-03 06:12:50,602 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,602 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,603 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 973, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:50,603 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xcd\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:50,603 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,603 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,603 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,603 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,603 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 973, None, b'utf-8'] 2016-03-03 06:12:50,603 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:50,603 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,604 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 974, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,604 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xce\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,604 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,604 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,604 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,604 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,604 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 974, None, {}] 2016-03-03 06:12:50,604 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,604 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,605 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 975, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,605 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xcf\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,605 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,605 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,605 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,605 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,605 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 975, None, {}] 2016-03-03 06:12:50,605 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,605 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,606 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 976, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,606 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xd0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,606 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,606 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,606 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,606 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,606 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 976, None, {}] 2016-03-03 06:12:50,606 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,606 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,607 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 977, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,607 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xd1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,607 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,607 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,607 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,607 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,607 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 977, None, {}] 2016-03-03 06:12:50,607 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,607 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,608 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 978, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,608 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xd2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,608 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,608 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,608 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,608 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,608 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 978, None, {}] 2016-03-03 06:12:50,608 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,608 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,609 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 979, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:50,609 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xd3\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:50,609 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,609 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,609 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,609 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,609 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 979, None, b'utf-8'] 2016-03-03 06:12:50,609 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:50,610 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,610 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 980, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,610 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xd4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,610 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,610 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,610 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,610 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,610 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 980, None, {}] 2016-03-03 06:12:50,610 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,611 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,611 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 981, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,611 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xd5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,611 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,611 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,611 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,611 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,611 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 981, None, {}] 2016-03-03 06:12:50,611 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,612 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,612 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 982, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,612 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xd6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,612 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,612 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,612 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,612 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,612 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 982, None, {}] 2016-03-03 06:12:50,612 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,613 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,613 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 983, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:50,613 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xd7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:50,613 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,613 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,613 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,613 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,613 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 983, None, {}] 2016-03-03 06:12:50,613 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,614 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,614 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 984, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:50,614 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xd8\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:50,614 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,614 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,614 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,614 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,614 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 984, None, {}] 2016-03-03 06:12:50,615 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,615 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,615 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:50,615 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:50,615 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,615 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,900 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,900 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'Manual', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.', b'complete_str': b'', b'changedtick': 18, b'position': [0, 26, 18, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:50,900 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'Manual', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.', b'complete_str': b'', b'changedtick': 18, b'position': [0, 26, 18, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:50,900 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:50,900 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'Manual', b'sources': [], b'smartcase': 0, b'changedtick': 18, b'input': b' url = models.', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 18, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:50,901 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 985, 'vim_get_current_window', ()] 2016-03-03 06:12:50,901 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xd9\xb6vim_get_current_window\x90'' 2016-03-03 06:12:50,901 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,901 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,901 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,901 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,901 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 985, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:50,901 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:50,902 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,902 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 986, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:50,902 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xda\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:50,902 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,902 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,902 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,902 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,902 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 986, None, [26, 17]] 2016-03-03 06:12:50,902 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 17] 2016-03-03 06:12:50,903 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,903 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 987, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:50,903 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xdb\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:50,903 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,903 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,903 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,903 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,903 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 987, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:50,904 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:50,904 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,904 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 988, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,904 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xdc\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,904 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,904 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,904 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,904 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,904 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 988, None, {}] 2016-03-03 06:12:50,905 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,905 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,905 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 989, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:50,905 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xdd\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:50,905 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,905 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,905 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,905 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,905 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 989, None, {}] 2016-03-03 06:12:50,906 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,906 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,906 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 990, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,906 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xde\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,906 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,906 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,906 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,906 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,906 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 990, None, {}] 2016-03-03 06:12:50,907 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,907 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,907 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 991, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,907 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xdf\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,907 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,907 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,907 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,907 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,907 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 991, None, {}] 2016-03-03 06:12:50,908 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,908 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,908 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 992, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,908 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xe0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,908 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,908 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,908 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,908 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,908 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 992, None, {}] 2016-03-03 06:12:50,909 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,909 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,909 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 993, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:50,909 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xe1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:50,909 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,909 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,909 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,909 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,910 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 993, None, {}] 2016-03-03 06:12:50,910 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,910 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,910 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 994, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:50,910 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xe2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:50,910 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,910 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,910 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,910 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,911 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 994, None, {}] 2016-03-03 06:12:50,911 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,911 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,911 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 995, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:50,911 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xe3\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:50,911 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,911 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,911 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,911 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,912 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 995, None, 0] 2016-03-03 06:12:50,912 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:50,912 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,912 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 996, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:50,912 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xe4\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:50,912 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,912 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,912 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,913 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,913 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 996, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:50,913 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:50,913 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,913 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 997, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,913 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xe5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,913 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,913 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,914 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,914 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,914 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 997, None, {}] 2016-03-03 06:12:50,914 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,914 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,914 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 998, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,914 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xe6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,914 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,914 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,915 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,915 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,915 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 998, None, {}] 2016-03-03 06:12:50,915 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,915 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,915 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 999, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:50,915 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xe7\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:50,915 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,915 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,916 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,916 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,916 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 999, None, 26] 2016-03-03 06:12:50,916 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:50,916 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,916 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1000, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:50,916 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xe8\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:50,916 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,917 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,917 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,917 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,917 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1000, None, b''] 2016-03-03 06:12:50,917 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:50,917 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,917 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1001, 'vim_get_current_buffer', ()] 2016-03-03 06:12:50,917 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xe9\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:50,917 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,918 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,918 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,918 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,918 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1001, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:50,918 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:50,918 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,918 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1002, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:50,918 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xea\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:50,918 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,919 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,919 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,919 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,919 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1002, None, b''] 2016-03-03 06:12:50,919 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:50,919 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,919 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1003, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:50,919 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xeb\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:50,919 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,920 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,920 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,920 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,920 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1003, None, b'utf-8'] 2016-03-03 06:12:50,920 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:50,920 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,920 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1004, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,920 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xec\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,920 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,921 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,921 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,921 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,921 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1004, None, {}] 2016-03-03 06:12:50,921 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,921 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,921 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1005, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,921 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xed\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,921 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,922 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,922 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,922 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,922 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1005, None, {}] 2016-03-03 06:12:50,922 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,922 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,922 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1006, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:50,922 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xee\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:50,923 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,923 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,923 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,923 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,923 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1006, None, {}] 2016-03-03 06:12:50,923 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,923 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,923 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1007, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:50,923 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xef\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:50,924 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,924 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,924 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,924 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,924 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1007, None, {}] 2016-03-03 06:12:50,924 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,924 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,924 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1008, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,924 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xf0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,925 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,925 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,925 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,925 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,925 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1008, None, {}] 2016-03-03 06:12:50,925 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,925 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,925 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1009, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,925 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xf1\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,926 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,926 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,926 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,926 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,926 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1009, None, {}] 2016-03-03 06:12:50,926 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,926 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,926 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1010, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:50,926 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xf2\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:50,927 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,927 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,927 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,927 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,927 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1010, None, b'utf-8'] 2016-03-03 06:12:50,927 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:50,927 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,927 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1011, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,927 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xf3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,928 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,928 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,928 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,928 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,928 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1011, None, {}] 2016-03-03 06:12:50,928 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,928 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,928 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1012, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,928 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xf4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,929 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,929 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,929 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,929 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,929 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1012, None, {}] 2016-03-03 06:12:50,929 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,929 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,930 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1013, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:50,930 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xf5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:50,930 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,930 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,930 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,930 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,930 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1013, None, {}] 2016-03-03 06:12:50,930 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,930 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,931 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1014, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:50,931 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xf6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:50,931 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,931 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,931 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,931 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,931 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1014, None, {}] 2016-03-03 06:12:50,931 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,931 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,932 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1015, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,932 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xf7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,932 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,932 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,932 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,932 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,932 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1015, None, {}] 2016-03-03 06:12:50,932 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,932 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,933 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1016, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,933 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xf8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,933 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,933 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,933 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,933 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,933 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1016, None, {}] 2016-03-03 06:12:50,933 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,933 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,934 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1017, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:50,934 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xf9\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:50,934 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,934 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,934 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,934 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,934 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1017, None, b'utf-8'] 2016-03-03 06:12:50,934 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:50,935 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,935 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1018, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,935 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xfa\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,935 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,935 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,935 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,935 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,935 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1018, None, {}] 2016-03-03 06:12:50,935 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,936 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,936 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1019, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,936 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xfb\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,936 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,936 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,936 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,936 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,936 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1019, None, {}] 2016-03-03 06:12:50,936 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,937 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,937 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1020, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:50,937 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xfc\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:50,937 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,937 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,937 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,937 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,937 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1020, None, {}] 2016-03-03 06:12:50,937 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,938 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,938 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1021, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,938 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xfd\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,938 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,938 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,938 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,938 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,938 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1021, None, {}] 2016-03-03 06:12:50,938 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,939 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,939 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1022, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,939 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xfe\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,939 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,939 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,939 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,939 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,939 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1022, None, {}] 2016-03-03 06:12:50,939 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,940 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,940 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1023, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:50,940 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x03\xff\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:50,940 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,940 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,940 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,940 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,940 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1023, None, b'utf-8'] 2016-03-03 06:12:50,941 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:50,941 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,941 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1024, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,941 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x00\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,941 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,941 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,941 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,941 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,941 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1024, None, {}] 2016-03-03 06:12:50,942 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,942 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,942 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1025, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,942 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x01\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,942 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,942 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,942 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,942 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,942 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1025, None, {}] 2016-03-03 06:12:50,943 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,943 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,943 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1026, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:50,943 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x02\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:50,943 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,943 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,943 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,943 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,943 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1026, None, {}] 2016-03-03 06:12:50,944 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,944 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,944 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1027, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:50,944 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x03\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:50,944 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,944 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,944 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,944 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,944 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1027, None, {}] 2016-03-03 06:12:50,945 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,945 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,945 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1028, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:50,945 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x04\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:50,945 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:50,945 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,945 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:50,945 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,945 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1028, None, {}] 2016-03-03 06:12:50,946 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:50,946 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:50,946 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:50,946 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:50,946 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:50,946 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,972 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,972 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.U', b'complete_str': b'', b'changedtick': 19, b'position': [0, 26, 19, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:51,973 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.U', b'complete_str': b'', b'changedtick': 19, b'position': [0, 26, 19, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:51,973 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:51,973 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 19, b'input': b' url = models.U', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 19, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:51,973 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1029, 'vim_get_current_window', ()] 2016-03-03 06:12:51,973 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x05\xb6vim_get_current_window\x90'' 2016-03-03 06:12:51,973 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,973 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,974 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,974 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,974 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1029, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:51,974 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:51,974 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,974 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1030, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:51,974 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x06\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:51,974 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,975 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,975 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,975 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,975 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1030, None, [26, 18]] 2016-03-03 06:12:51,975 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 18] 2016-03-03 06:12:51,975 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,975 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1031, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:51,975 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x07\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:51,975 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,976 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,976 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,976 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,976 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1031, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:51,976 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:51,976 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,976 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1032, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:51,976 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x08\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:51,976 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,977 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,977 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,977 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,977 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1032, None, {}] 2016-03-03 06:12:51,977 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,977 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,977 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1033, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:51,977 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\t\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:51,977 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,978 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,978 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,978 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,978 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1033, None, {}] 2016-03-03 06:12:51,978 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,978 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,978 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1034, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:51,978 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\n\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:51,978 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,979 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,979 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,979 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,980 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1034, None, {}] 2016-03-03 06:12:51,980 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,980 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,980 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1035, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:51,980 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x0b\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:51,980 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,980 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,980 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,980 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,981 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1035, None, {}] 2016-03-03 06:12:51,981 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,981 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,981 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1036, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:51,981 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x0c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:51,981 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,981 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,981 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,982 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,982 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1036, None, {}] 2016-03-03 06:12:51,982 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,982 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,982 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1037, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:51,982 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\r\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:51,982 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,982 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,982 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,983 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,983 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1037, None, {}] 2016-03-03 06:12:51,983 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,983 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,983 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1038, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:51,983 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x0e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:51,983 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,983 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,983 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,984 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,984 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1038, None, {}] 2016-03-03 06:12:51,984 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,984 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,984 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1039, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:51,984 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x0f\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:51,984 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,984 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,984 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,985 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,985 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1039, None, 0] 2016-03-03 06:12:51,985 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:51,985 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,985 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1040, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:51,985 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x10\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:51,985 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,985 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,985 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,986 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,986 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1040, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:51,986 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:51,986 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,986 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1041, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:51,986 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x11\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:51,986 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,986 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,986 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,987 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,987 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1041, None, {}] 2016-03-03 06:12:51,987 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,987 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,987 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1042, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:51,987 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x12\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:51,987 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,987 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,987 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,988 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,988 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1042, None, {}] 2016-03-03 06:12:51,988 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,988 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,988 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1043, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:51,988 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x13\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:51,988 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,988 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,989 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,989 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,989 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1043, None, 26] 2016-03-03 06:12:51,989 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:51,989 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,989 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1044, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:51,989 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x14\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:51,989 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,989 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,990 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,990 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,990 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1044, None, b''] 2016-03-03 06:12:51,990 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:51,990 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,990 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1045, 'vim_get_current_buffer', ()] 2016-03-03 06:12:51,990 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x15\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:51,990 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,990 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,991 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,991 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,991 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1045, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:51,991 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:51,991 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,991 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1046, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:51,991 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x16\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:51,991 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,991 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,992 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,992 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,992 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1046, None, b''] 2016-03-03 06:12:51,992 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:51,992 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,992 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1047, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:51,992 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x17\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:51,992 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,992 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,993 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,993 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,993 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1047, None, b'utf-8'] 2016-03-03 06:12:51,993 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:51,993 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,993 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1048, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:51,993 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x18\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:51,993 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,993 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,994 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,994 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,994 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1048, None, {}] 2016-03-03 06:12:51,994 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,994 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,994 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1049, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:51,994 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x19\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:51,994 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,994 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,995 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,995 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,995 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1049, None, {}] 2016-03-03 06:12:51,995 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,995 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,995 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1050, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:51,995 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x1a\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:51,995 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,995 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,996 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,996 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,996 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1050, None, {}] 2016-03-03 06:12:51,996 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,996 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,996 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1051, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:51,996 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x1b\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:51,996 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,996 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,997 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,997 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,997 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1051, None, {}] 2016-03-03 06:12:51,997 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,997 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,997 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1052, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:51,997 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x1c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:51,997 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,997 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,998 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,998 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,998 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1052, None, {}] 2016-03-03 06:12:51,998 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,998 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,998 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1053, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:51,998 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x1d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:51,998 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:51,998 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,999 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:51,999 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:51,999 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1053, None, {}] 2016-03-03 06:12:51,999 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:51,999 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:51,999 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1054, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:51,999 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x1e\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:51,999 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,000 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,000 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,000 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,000 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1054, None, b'utf-8'] 2016-03-03 06:12:52,000 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,000 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,000 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1055, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,000 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x1f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,000 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,001 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,001 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,001 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,001 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1055, None, {}] 2016-03-03 06:12:52,001 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,001 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,001 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1056, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,001 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04 \xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,001 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,002 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,002 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,002 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,002 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1056, None, {}] 2016-03-03 06:12:52,002 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,002 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,002 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1057, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,002 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04!\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,002 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,003 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,003 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,003 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,003 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1057, None, {}] 2016-03-03 06:12:52,003 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,003 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,003 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1058, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:52,003 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04"\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:52,003 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,004 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,004 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,004 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,004 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1058, None, {}] 2016-03-03 06:12:52,004 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,004 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,004 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1059, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,004 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04#\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,004 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,005 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,005 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,005 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,005 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1059, None, {}] 2016-03-03 06:12:52,005 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,005 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,005 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1060, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,005 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04$\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,005 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,006 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,006 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,006 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,006 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1060, None, {}] 2016-03-03 06:12:52,006 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,006 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,006 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1061, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,006 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04%\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,007 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,007 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,007 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,007 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,007 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1061, None, b'utf-8'] 2016-03-03 06:12:52,007 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,007 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,007 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1062, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,007 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04&\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,008 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,008 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,008 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,008 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,008 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1062, None, {}] 2016-03-03 06:12:52,008 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,008 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,008 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1063, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,008 [DEBUG @ base.py:send:113] 68422 - Sending 'b"\x94\x00\xcd\x04'\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag"' 2016-03-03 06:12:52,009 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,009 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,009 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,009 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,009 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1063, None, {}] 2016-03-03 06:12:52,009 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,009 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,009 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1064, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,009 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04(\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,010 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,010 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,010 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,010 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,010 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1064, None, {}] 2016-03-03 06:12:52,010 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,010 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,010 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1065, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,010 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04)\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,011 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,011 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,011 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,011 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,011 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1065, None, {}] 2016-03-03 06:12:52,011 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,011 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,011 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1066, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,011 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04*\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,012 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,012 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,012 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,012 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,013 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1066, None, {}] 2016-03-03 06:12:52,013 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,013 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,013 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1067, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,013 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04+\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,013 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,013 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,013 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,014 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,014 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1067, None, b'utf-8'] 2016-03-03 06:12:52,014 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,014 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,014 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1068, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,014 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04,\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,014 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,014 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,014 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,015 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,015 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1068, None, {}] 2016-03-03 06:12:52,015 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,015 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,015 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1069, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,015 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04-\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,015 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,015 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,015 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,016 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,016 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1069, None, {}] 2016-03-03 06:12:52,016 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,016 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,016 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1070, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,016 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04.\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,016 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,016 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,016 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,017 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,017 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1070, None, {}] 2016-03-03 06:12:52,017 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,017 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,017 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1071, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:52,017 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04/\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:52,017 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,017 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,018 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,018 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,018 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1071, None, {}] 2016-03-03 06:12:52,018 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,018 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,018 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1072, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,018 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x040\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,018 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,018 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,019 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,019 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,019 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1072, None, 0] 2016-03-03 06:12:52,019 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,019 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,019 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1073, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:52,019 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x041\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:52,019 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,019 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,020 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,020 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,020 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1073, None, 500000] 2016-03-03 06:12:52,020 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:52,020 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,020 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1074, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:52,020 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x042\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:52,020 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,020 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,021 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,021 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,021 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1074, None, 0] 2016-03-03 06:12:52,021 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,021 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,021 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1075, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:52,021 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x043\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:52,021 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,021 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,022 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,022 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,022 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1075, None, []] 2016-03-03 06:12:52,022 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:52,022 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,022 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1076, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:52,022 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x044\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:52,023 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,023 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,023 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,023 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,023 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1076, None, []] 2016-03-03 06:12:52,023 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:52,023 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,023 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1077, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,023 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x045\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,024 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,024 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,024 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,024 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,024 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1077, None, 0] 2016-03-03 06:12:52,024 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,024 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,024 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1078, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,024 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x046\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,025 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,025 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,025 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,025 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,025 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1078, None, {}] 2016-03-03 06:12:52,025 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,025 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,025 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1079, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,025 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x047\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,026 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,026 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,026 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,026 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,026 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1079, None, {}] 2016-03-03 06:12:52,026 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,026 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,026 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1080, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,026 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x048\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,027 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,027 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,027 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,027 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,027 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1080, None, {}] 2016-03-03 06:12:52,027 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,027 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,027 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1081, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,027 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x049\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,028 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,028 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,028 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,028 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,028 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1081, None, 0] 2016-03-03 06:12:52,028 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,028 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,028 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1082, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,028 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04:\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,029 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,029 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,029 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,029 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,029 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1082, None, 0] 2016-03-03 06:12:52,029 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,029 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,029 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1083, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,029 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04;\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,030 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,030 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,030 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,030 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,030 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1083, None, 0] 2016-03-03 06:12:52,030 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,030 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,030 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1084, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,031 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04<\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,031 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,031 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,031 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,031 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,031 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1084, None, 0] 2016-03-03 06:12:52,031 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,031 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,031 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1085, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,032 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04=\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,032 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,032 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,032 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,032 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,032 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1085, None, 0] 2016-03-03 06:12:52,032 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,032 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,033 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1086, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:52,033 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04>\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:52,033 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,033 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,033 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,033 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,033 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1086, None, {}] 2016-03-03 06:12:52,033 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,033 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,034 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1087, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,034 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04?\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,034 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,034 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,034 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,034 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,034 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1087, None, 0] 2016-03-03 06:12:52,034 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,034 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,035 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1088, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,035 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04@\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,035 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,035 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,035 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,035 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,035 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1088, None, 0] 2016-03-03 06:12:52,035 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,035 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,036 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1089, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,036 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04A\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,036 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,036 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,036 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,036 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,036 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1089, None, 0] 2016-03-03 06:12:52,036 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,036 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,037 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1090, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,037 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04B\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,037 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,037 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,037 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,037 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,037 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1090, None, 0] 2016-03-03 06:12:52,037 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,037 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,038 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1091, 'vim_get_current_buffer', ()] 2016-03-03 06:12:52,038 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04C\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:52,038 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,038 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,038 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,038 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,038 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1091, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:52,038 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:52,038 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,039 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1092, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:52,039 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04D\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:52,039 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,039 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,039 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,039 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,039 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1092, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:52,039 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:52,039 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,040 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:52,040 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1093, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,040 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04E\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,040 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,040 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,040 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,040 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,040 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1093, None, 0] 2016-03-03 06:12:52,041 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,041 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,041 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1094, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,041 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04F\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,041 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,041 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,041 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,042 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,042 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1094, None, {}] 2016-03-03 06:12:52,042 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,042 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,042 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1095, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,042 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04G\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,042 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,042 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,042 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,043 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,043 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1095, None, {}] 2016-03-03 06:12:52,043 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,043 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,043 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1096, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,043 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04H\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,043 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,043 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,043 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,044 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,044 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1096, None, {}] 2016-03-03 06:12:52,044 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,044 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,044 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1097, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,044 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04I\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,044 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,044 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,044 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,045 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,045 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1097, None, 0] 2016-03-03 06:12:52,045 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,045 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,045 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1098, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,045 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04J\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,045 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,045 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,045 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,046 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,046 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1098, None, 0] 2016-03-03 06:12:52,046 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,046 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,046 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1099, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,046 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04K\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,046 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,046 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,046 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,047 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,047 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1099, None, 0] 2016-03-03 06:12:52,047 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,047 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,047 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1100, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,047 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04L\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,047 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,047 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,048 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,048 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,048 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1100, None, 0] 2016-03-03 06:12:52,048 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,048 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,048 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1101, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,048 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04M\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,048 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,048 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,049 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,049 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,049 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1101, None, 0] 2016-03-03 06:12:52,049 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,049 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,049 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1102, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:52,049 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04N\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:52,049 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,049 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,050 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,050 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,050 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1102, None, {}] 2016-03-03 06:12:52,050 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,050 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,050 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1103, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,050 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04O\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,050 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,050 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,051 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,051 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,051 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1103, None, 0] 2016-03-03 06:12:52,051 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,051 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,051 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1104, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,051 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04P\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,051 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,051 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,052 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,052 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,052 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1104, None, 0] 2016-03-03 06:12:52,052 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,052 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,052 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1105, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,052 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04Q\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,052 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,052 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,053 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,053 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,053 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1105, None, 0] 2016-03-03 06:12:52,053 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,053 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,053 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1106, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:52,053 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04R\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:52,053 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,054 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,054 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,054 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,054 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1106, None, {b'position': [0, 26, 19, 0]}] 2016-03-03 06:12:52,054 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 19, 0]} 2016-03-03 06:12:52,054 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,054 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:52,054 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:52,054 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,055 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,108 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,108 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.UR', b'complete_str': b'', b'changedtick': 20, b'position': [0, 26, 20, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:52,108 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.UR', b'complete_str': b'', b'changedtick': 20, b'position': [0, 26, 20, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:52,108 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:52,108 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 20, b'input': b' url = models.UR', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 20, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:52,109 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1107, 'vim_get_current_window', ()] 2016-03-03 06:12:52,109 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04S\xb6vim_get_current_window\x90'' 2016-03-03 06:12:52,109 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,109 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,109 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,109 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,109 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1107, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:52,109 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:52,109 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,110 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1108, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:52,110 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04T\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:52,110 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,110 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,110 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,110 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,110 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1108, None, [26, 19]] 2016-03-03 06:12:52,110 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 19] 2016-03-03 06:12:52,111 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,111 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1109, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:52,111 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04U\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:52,111 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,111 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,111 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,111 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,111 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1109, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:52,112 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:52,112 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,112 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1110, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,112 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04V\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,112 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,112 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,112 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,112 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,112 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1110, None, {}] 2016-03-03 06:12:52,113 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,113 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,113 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1111, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:52,113 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04W\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:52,113 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,113 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,113 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,113 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,114 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1111, None, {}] 2016-03-03 06:12:52,114 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,114 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,114 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1112, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,114 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04X\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,114 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,114 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,114 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,114 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,115 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1112, None, {}] 2016-03-03 06:12:52,115 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,115 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,115 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1113, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,115 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04Y\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,115 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,115 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,115 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,116 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,116 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1113, None, {}] 2016-03-03 06:12:52,116 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,116 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,116 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1114, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,116 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04Z\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,116 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,116 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,116 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,117 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,117 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1114, None, {}] 2016-03-03 06:12:52,117 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,117 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,117 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1115, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:52,117 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04[\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:52,117 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,117 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,117 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,118 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,118 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1115, None, {}] 2016-03-03 06:12:52,118 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,118 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,118 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1116, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:52,118 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\\\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:52,118 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,118 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,118 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,119 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,119 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1116, None, {}] 2016-03-03 06:12:52,119 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,119 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,119 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1117, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:52,119 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04]\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:52,119 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,119 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,120 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,120 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,120 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1117, None, 0] 2016-03-03 06:12:52,120 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,120 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,120 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1118, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:52,120 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04^\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:52,120 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,120 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,121 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,121 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,121 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1118, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:52,121 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:52,121 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,121 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1119, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,121 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04_\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,121 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,122 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,122 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,122 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,122 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1119, None, {}] 2016-03-03 06:12:52,122 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,122 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,122 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1120, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,122 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04`\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,122 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,123 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,123 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,123 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,123 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1120, None, {}] 2016-03-03 06:12:52,123 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,123 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,123 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1121, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:52,123 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04a\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:52,124 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,124 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,124 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,124 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,124 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1121, None, 26] 2016-03-03 06:12:52,124 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:52,124 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,124 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1122, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:52,124 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04b\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:52,125 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,125 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,125 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,125 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,125 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1122, None, b''] 2016-03-03 06:12:52,125 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:52,125 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,125 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1123, 'vim_get_current_buffer', ()] 2016-03-03 06:12:52,126 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04c\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:52,126 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,126 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,126 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,126 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,126 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1123, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:52,126 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:52,126 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,126 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1124, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:52,127 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04d\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:52,127 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,127 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,127 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,127 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,127 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1124, None, b''] 2016-03-03 06:12:52,127 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:52,127 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,127 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1125, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,128 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04e\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,128 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,128 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,128 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,128 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,128 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1125, None, b'utf-8'] 2016-03-03 06:12:52,128 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,128 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,129 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1126, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,129 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,129 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,129 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,129 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,129 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,129 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1126, None, {}] 2016-03-03 06:12:52,129 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,129 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,130 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1127, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,130 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04g\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,130 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,130 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,130 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,130 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,130 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1127, None, {}] 2016-03-03 06:12:52,130 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,130 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,131 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1128, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,131 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04h\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,131 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,131 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,131 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,131 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,131 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1128, None, {}] 2016-03-03 06:12:52,131 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,131 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,132 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1129, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:52,132 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04i\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:52,132 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,132 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,132 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,132 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,132 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1129, None, {}] 2016-03-03 06:12:52,132 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,133 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,133 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1130, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,133 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04j\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,133 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,133 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,133 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,133 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,133 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1130, None, {}] 2016-03-03 06:12:52,133 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,134 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,134 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1131, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,134 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04k\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,134 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,134 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,134 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,134 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,134 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1131, None, {}] 2016-03-03 06:12:52,135 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,135 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,135 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1132, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,135 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04l\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,135 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,135 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,135 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,135 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,135 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1132, None, b'utf-8'] 2016-03-03 06:12:52,136 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,136 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,136 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1133, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,136 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04m\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,136 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,136 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,136 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,136 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,137 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1133, None, {}] 2016-03-03 06:12:52,137 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,137 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,137 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1134, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,137 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04n\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,137 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,137 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,137 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,137 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,138 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1134, None, {}] 2016-03-03 06:12:52,138 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,138 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,138 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1135, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,138 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04o\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,138 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,138 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,138 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,139 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,139 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1135, None, {}] 2016-03-03 06:12:52,139 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,139 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,139 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1136, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:52,139 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04p\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:52,139 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,139 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,139 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,140 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,140 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1136, None, {}] 2016-03-03 06:12:52,140 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,140 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,140 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1137, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,140 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04q\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,140 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,140 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,140 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,141 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,141 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1137, None, {}] 2016-03-03 06:12:52,141 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,141 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,141 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1138, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,141 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04r\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,141 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,141 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,141 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,142 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,142 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1138, None, {}] 2016-03-03 06:12:52,142 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,142 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,142 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1139, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,142 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04s\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,142 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,142 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,143 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,143 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,143 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1139, None, b'utf-8'] 2016-03-03 06:12:52,143 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,143 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,143 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1140, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,143 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04t\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,143 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,144 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,144 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,144 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,144 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1140, None, {}] 2016-03-03 06:12:52,144 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,144 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,144 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1141, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,144 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04u\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,144 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,145 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,145 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,145 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,145 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1141, None, {}] 2016-03-03 06:12:52,145 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,145 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,145 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1142, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,145 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04v\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,146 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,146 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,146 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,146 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,146 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1142, None, {}] 2016-03-03 06:12:52,146 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,146 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,147 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1143, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,147 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04w\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,147 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,147 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,147 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,147 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,147 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1143, None, {}] 2016-03-03 06:12:52,147 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,147 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,148 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1144, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,148 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04x\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,148 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,148 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,148 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,148 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,148 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1144, None, {}] 2016-03-03 06:12:52,148 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,148 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,149 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1145, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,149 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04y\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,149 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,149 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,149 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,149 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,149 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1145, None, b'utf-8'] 2016-03-03 06:12:52,149 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,150 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,150 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1146, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,150 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04z\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,150 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,150 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,150 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,150 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,150 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1146, None, {}] 2016-03-03 06:12:52,150 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,151 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,151 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1147, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,151 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04{\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,151 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,151 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,151 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,151 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,151 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1147, None, {}] 2016-03-03 06:12:52,151 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,152 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,152 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1148, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,152 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04|\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,152 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,152 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,152 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,152 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,152 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1148, None, {}] 2016-03-03 06:12:52,152 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,153 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,153 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1149, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:52,153 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04}\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:52,153 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,153 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,153 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,153 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,153 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1149, None, {}] 2016-03-03 06:12:52,153 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,154 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,154 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1150, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,154 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04~\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,154 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,154 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,154 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,154 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,154 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1150, None, 0] 2016-03-03 06:12:52,155 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,155 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,155 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1151, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:52,155 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x7f\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:52,155 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,155 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,155 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,155 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,155 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1151, None, 500000] 2016-03-03 06:12:52,156 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:52,156 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,156 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1152, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:52,156 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x80\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:52,156 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,156 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,156 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,156 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,156 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1152, None, 0] 2016-03-03 06:12:52,157 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,157 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,157 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1153, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:52,157 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x81\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:52,157 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,157 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,157 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,157 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,158 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1153, None, []] 2016-03-03 06:12:52,158 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:52,158 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,158 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1154, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:52,158 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x82\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:52,158 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,158 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,158 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,159 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,159 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1154, None, []] 2016-03-03 06:12:52,159 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:52,159 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,159 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1155, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,159 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x83\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,159 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,159 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,159 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,160 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,160 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1155, None, 0] 2016-03-03 06:12:52,160 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,160 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,160 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1156, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,160 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x84\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,160 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,160 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,160 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,161 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,161 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1156, None, {}] 2016-03-03 06:12:52,161 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,161 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,161 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1157, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,161 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x85\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,161 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,161 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,162 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,162 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,162 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1157, None, {}] 2016-03-03 06:12:52,162 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,162 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,162 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1158, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,162 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x86\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,162 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,162 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,163 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,163 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,163 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1158, None, {}] 2016-03-03 06:12:52,163 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,163 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,163 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1159, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,163 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x87\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,163 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,164 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,164 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,164 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,164 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1159, None, 0] 2016-03-03 06:12:52,164 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,164 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,164 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1160, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,164 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x88\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,164 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,165 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,165 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,165 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,165 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1160, None, 0] 2016-03-03 06:12:52,165 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,165 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,165 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1161, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,165 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x89\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,165 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,166 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,166 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,166 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,166 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1161, None, 0] 2016-03-03 06:12:52,166 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,166 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,166 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1162, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,167 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x8a\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,167 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,167 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,167 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,167 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,167 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1162, None, 0] 2016-03-03 06:12:52,167 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,167 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,167 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1163, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,168 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x8b\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,168 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,168 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,168 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,168 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,168 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1163, None, 0] 2016-03-03 06:12:52,168 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,168 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,168 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1164, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:52,169 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x8c\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:52,169 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,169 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,169 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,169 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,169 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1164, None, {}] 2016-03-03 06:12:52,169 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,169 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,170 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1165, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,170 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x8d\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,170 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,170 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,170 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,170 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,170 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1165, None, 0] 2016-03-03 06:12:52,170 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,170 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,171 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1166, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,171 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x8e\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,171 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,171 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,171 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,171 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,171 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1166, None, 0] 2016-03-03 06:12:52,171 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,171 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,172 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1167, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,172 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x8f\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,172 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,172 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,172 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,172 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,172 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1167, None, 0] 2016-03-03 06:12:52,172 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,172 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,173 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1168, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,173 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x90\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,173 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,173 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,173 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,173 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,173 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1168, None, 0] 2016-03-03 06:12:52,173 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,174 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,174 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1169, 'vim_get_current_buffer', ()] 2016-03-03 06:12:52,174 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x91\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:52,174 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,174 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,174 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,174 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,174 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1169, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:52,174 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:52,175 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,175 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1170, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:52,175 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x92\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:52,175 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,175 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,175 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,175 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,175 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1170, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:52,176 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:52,176 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,176 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:52,176 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1171, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,176 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x93\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,176 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,176 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,176 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,176 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,177 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1171, None, 0] 2016-03-03 06:12:52,177 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,177 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,177 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1172, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,177 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x94\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,177 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,177 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,177 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,177 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,178 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1172, None, {}] 2016-03-03 06:12:52,178 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,178 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,178 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1173, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,178 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x95\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,178 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,178 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,178 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,179 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,179 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1173, None, {}] 2016-03-03 06:12:52,179 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,179 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,179 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1174, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,179 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x96\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,179 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,180 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,180 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,180 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,180 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1174, None, {}] 2016-03-03 06:12:52,180 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,180 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,180 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1175, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,180 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x97\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,180 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,181 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,181 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,181 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,181 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1175, None, 0] 2016-03-03 06:12:52,181 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,181 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,181 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1176, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,181 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x98\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,181 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,182 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,182 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,182 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,182 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1176, None, 0] 2016-03-03 06:12:52,182 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,182 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,182 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1177, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,182 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x99\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,182 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,183 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,183 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,183 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,183 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1177, None, 0] 2016-03-03 06:12:52,183 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,183 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,183 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1178, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,183 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x9a\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,183 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,184 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,184 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,184 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,184 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1178, None, 0] 2016-03-03 06:12:52,184 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,184 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,184 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1179, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,184 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x9b\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,184 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,185 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,185 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,185 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,185 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1179, None, 0] 2016-03-03 06:12:52,185 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,185 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,185 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1180, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:52,185 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x9c\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:52,185 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,186 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,186 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,186 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,186 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1180, None, {}] 2016-03-03 06:12:52,186 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,186 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,186 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1181, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,186 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x9d\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,186 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,187 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,187 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,187 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,187 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1181, None, 0] 2016-03-03 06:12:52,187 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,187 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,187 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1182, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,187 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x9e\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,187 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,188 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,188 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,188 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,188 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1182, None, 0] 2016-03-03 06:12:52,188 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,188 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,188 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1183, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,188 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\x9f\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,188 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,189 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,189 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,189 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,189 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1183, None, 0] 2016-03-03 06:12:52,189 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,189 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,189 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1184, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:52,189 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xa0\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:52,189 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,190 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,190 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,190 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,190 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1184, None, {b'position': [0, 26, 20, 0]}] 2016-03-03 06:12:52,190 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 20, 0]} 2016-03-03 06:12:52,190 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,190 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:52,190 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:52,190 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,191 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,212 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,212 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.URL', b'complete_str': b'', b'changedtick': 21, b'position': [0, 26, 21, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:52,212 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.URL', b'complete_str': b'', b'changedtick': 21, b'position': [0, 26, 21, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:52,212 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:52,212 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 21, b'input': b' url = models.URL', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 21, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:52,213 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1185, 'vim_get_current_window', ()] 2016-03-03 06:12:52,213 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xa1\xb6vim_get_current_window\x90'' 2016-03-03 06:12:52,213 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,213 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,213 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,213 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,213 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1185, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:52,213 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:52,213 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,214 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1186, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:52,214 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xa2\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:52,214 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,214 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,214 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,214 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,214 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1186, None, [26, 20]] 2016-03-03 06:12:52,214 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 20] 2016-03-03 06:12:52,214 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,215 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1187, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:52,215 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xa3\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:52,215 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,215 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,215 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,215 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,215 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1187, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:52,215 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:52,215 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,216 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1188, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,216 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xa4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,216 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,216 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,216 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,216 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,216 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1188, None, {}] 2016-03-03 06:12:52,216 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,216 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,217 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1189, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:52,217 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xa5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:52,217 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,217 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,217 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,217 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,217 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1189, None, {}] 2016-03-03 06:12:52,217 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,217 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,218 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1190, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,218 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xa6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,218 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,218 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,218 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,218 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,218 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1190, None, {}] 2016-03-03 06:12:52,218 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,219 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,219 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1191, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,219 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xa7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,219 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,219 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,219 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,219 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,219 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1191, None, {}] 2016-03-03 06:12:52,219 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,220 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,220 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1192, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,220 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xa8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,220 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,220 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,220 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,220 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,220 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1192, None, {}] 2016-03-03 06:12:52,220 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,221 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,221 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1193, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:52,221 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xa9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:52,221 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,221 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,221 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,221 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,221 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1193, None, {}] 2016-03-03 06:12:52,221 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,222 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,222 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1194, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:52,222 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xaa\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:52,222 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,222 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,222 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,222 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,222 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1194, None, {}] 2016-03-03 06:12:52,222 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,223 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,223 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1195, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:52,223 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xab\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:52,223 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,223 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,223 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,223 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,223 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1195, None, 0] 2016-03-03 06:12:52,223 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,224 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,224 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1196, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:52,224 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xac\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:52,224 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,224 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,224 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,224 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,224 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1196, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:52,224 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:52,225 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,225 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1197, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,225 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xad\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,225 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,225 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,225 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,225 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,225 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1197, None, {}] 2016-03-03 06:12:52,225 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,226 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,226 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1198, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,226 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xae\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,226 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,226 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,226 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,226 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,226 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1198, None, {}] 2016-03-03 06:12:52,227 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,227 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,227 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1199, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:52,227 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xaf\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:52,227 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,227 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,227 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,227 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,228 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1199, None, 26] 2016-03-03 06:12:52,228 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:52,228 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,228 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1200, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:52,228 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xb0\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:52,228 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,228 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,228 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,228 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,229 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1200, None, b''] 2016-03-03 06:12:52,229 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:52,229 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,229 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1201, 'vim_get_current_buffer', ()] 2016-03-03 06:12:52,229 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xb1\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:52,229 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,230 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,230 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,230 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,230 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1201, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:52,230 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:52,230 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,230 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1202, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:52,230 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xb2\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:52,230 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,231 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,231 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,231 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,231 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1202, None, b''] 2016-03-03 06:12:52,231 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:52,231 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,231 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1203, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,231 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xb3\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,231 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,232 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,232 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,232 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,232 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1203, None, b'utf-8'] 2016-03-03 06:12:52,232 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,232 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,232 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1204, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,232 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xb4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,232 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,233 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,233 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,233 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,233 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1204, None, {}] 2016-03-03 06:12:52,233 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,233 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,233 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1205, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,233 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xb5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,233 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,234 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,234 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,234 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,234 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1205, None, {}] 2016-03-03 06:12:52,234 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,234 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,234 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1206, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,234 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xb6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,234 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,235 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,235 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,235 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,235 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1206, None, {}] 2016-03-03 06:12:52,235 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,235 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,235 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1207, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:52,235 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xb7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:52,235 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,236 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,236 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,236 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,236 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1207, None, {}] 2016-03-03 06:12:52,236 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,236 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,236 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1208, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,236 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xb8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,236 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,237 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,237 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,237 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,237 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1208, None, {}] 2016-03-03 06:12:52,237 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,237 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,237 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1209, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,237 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xb9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,237 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,238 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,238 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,238 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,238 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1209, None, {}] 2016-03-03 06:12:52,238 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,238 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,238 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1210, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,238 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xba\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,239 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,239 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,239 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,239 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,239 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1210, None, b'utf-8'] 2016-03-03 06:12:52,239 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,239 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,239 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1211, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,239 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xbb\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,240 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,240 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,240 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,240 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,240 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1211, None, {}] 2016-03-03 06:12:52,240 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,240 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,240 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1212, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,240 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xbc\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,241 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,241 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,241 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,241 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,241 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1212, None, {}] 2016-03-03 06:12:52,241 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,241 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,241 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1213, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,242 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xbd\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,242 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,242 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,242 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,242 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,242 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1213, None, {}] 2016-03-03 06:12:52,242 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,242 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,242 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1214, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:52,243 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xbe\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:52,243 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,243 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,243 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,243 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,243 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1214, None, {}] 2016-03-03 06:12:52,243 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,243 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,243 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1215, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,244 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xbf\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,244 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,244 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,244 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,244 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,244 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1215, None, {}] 2016-03-03 06:12:52,244 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,244 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,244 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1216, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,245 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xc0\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,245 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,245 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,245 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,245 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,245 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1216, None, {}] 2016-03-03 06:12:52,245 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,245 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,246 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1217, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,246 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xc1\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,246 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,246 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,246 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,246 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,246 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1217, None, b'utf-8'] 2016-03-03 06:12:52,246 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,246 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,247 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1218, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,247 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xc2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,247 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,247 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,247 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,247 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,247 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1218, None, {}] 2016-03-03 06:12:52,247 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,247 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,248 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1219, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,248 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xc3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,248 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,248 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,248 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,248 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,248 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1219, None, {}] 2016-03-03 06:12:52,248 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,248 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,249 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1220, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,249 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xc4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,249 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,249 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,249 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,249 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,249 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1220, None, {}] 2016-03-03 06:12:52,249 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,249 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,250 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1221, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,250 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xc5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,250 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,250 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,250 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,250 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,250 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1221, None, {}] 2016-03-03 06:12:52,250 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,250 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,251 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1222, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,251 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xc6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,251 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,251 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,251 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,251 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,251 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1222, None, {}] 2016-03-03 06:12:52,251 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,252 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,252 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1223, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,252 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xc7\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,252 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,252 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,252 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,252 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,253 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1223, None, b'utf-8'] 2016-03-03 06:12:52,253 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,253 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,253 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1224, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,253 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xc8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,253 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,253 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,253 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,253 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,254 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1224, None, {}] 2016-03-03 06:12:52,254 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,254 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,254 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1225, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,254 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xc9\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,254 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,254 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,254 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,254 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,255 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1225, None, {}] 2016-03-03 06:12:52,255 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,255 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,255 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1226, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,255 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xca\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,255 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,255 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,255 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,255 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,256 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1226, None, {}] 2016-03-03 06:12:52,256 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,256 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,256 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1227, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:52,256 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xcb\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:52,256 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,256 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,256 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,256 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,257 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1227, None, {}] 2016-03-03 06:12:52,257 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,257 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,257 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1228, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,257 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xcc\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,257 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,257 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,257 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,257 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,258 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1228, None, 0] 2016-03-03 06:12:52,258 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,258 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,258 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1229, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:52,258 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xcd\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:52,258 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,258 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,258 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,258 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,259 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1229, None, 500000] 2016-03-03 06:12:52,259 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:52,259 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,259 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1230, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:52,259 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xce\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:52,259 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,259 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,259 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,259 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,260 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1230, None, 0] 2016-03-03 06:12:52,260 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,260 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,260 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1231, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:52,260 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xcf\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:52,260 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,260 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,260 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,261 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,261 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1231, None, []] 2016-03-03 06:12:52,261 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:52,261 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,261 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1232, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:52,261 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xd0\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:52,261 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,261 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,262 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,262 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,262 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1232, None, []] 2016-03-03 06:12:52,262 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:52,262 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,262 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1233, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,262 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xd1\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,263 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,263 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,263 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,263 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,263 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1233, None, 0] 2016-03-03 06:12:52,263 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,263 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,263 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1234, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,263 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xd2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,264 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,264 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,264 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,264 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,264 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1234, None, {}] 2016-03-03 06:12:52,264 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,264 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,264 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1235, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,265 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xd3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,265 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,265 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,265 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,265 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,265 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1235, None, {}] 2016-03-03 06:12:52,265 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,265 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,265 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1236, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,266 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xd4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,266 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,266 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,266 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,266 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,266 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1236, None, {}] 2016-03-03 06:12:52,266 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,266 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,266 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1237, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,267 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xd5\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,267 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,267 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,267 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,267 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,267 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1237, None, 0] 2016-03-03 06:12:52,267 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,267 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,267 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1238, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,268 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xd6\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,268 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,268 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,268 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,268 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,268 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1238, None, 0] 2016-03-03 06:12:52,268 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,268 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,268 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1239, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,268 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xd7\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,269 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,269 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,269 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,269 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,269 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1239, None, 0] 2016-03-03 06:12:52,269 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,269 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,270 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1240, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,270 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xd8\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,270 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,270 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,270 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,270 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,270 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1240, None, 0] 2016-03-03 06:12:52,270 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,270 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,271 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1241, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,271 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xd9\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,271 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,271 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,271 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,271 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,271 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1241, None, 0] 2016-03-03 06:12:52,271 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,271 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,272 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1242, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:52,272 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xda\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:52,272 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,272 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,272 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,272 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,272 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1242, None, {}] 2016-03-03 06:12:52,272 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,272 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,273 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1243, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,273 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xdb\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,273 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,273 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,273 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,273 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,273 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1243, None, 0] 2016-03-03 06:12:52,273 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,273 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,274 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1244, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,274 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xdc\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,274 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,274 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,274 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,274 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,274 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1244, None, 0] 2016-03-03 06:12:52,274 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,274 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,275 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1245, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,275 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xdd\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,275 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,275 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,275 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,275 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,275 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1245, None, 0] 2016-03-03 06:12:52,275 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,275 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,276 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1246, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,276 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xde\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,276 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,276 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,276 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,276 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,276 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1246, None, 0] 2016-03-03 06:12:52,276 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,276 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,277 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1247, 'vim_get_current_buffer', ()] 2016-03-03 06:12:52,277 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xdf\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:52,277 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,277 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,277 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,277 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,277 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1247, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:52,277 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:52,277 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,278 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1248, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:52,278 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xe0\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:52,278 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,278 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,278 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,278 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,278 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1248, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:52,278 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:52,278 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,279 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:52,279 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1249, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,279 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xe1\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,279 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,279 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,279 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,279 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,279 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1249, None, 0] 2016-03-03 06:12:52,279 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,280 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,280 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1250, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,280 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xe2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,280 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,280 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,280 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,280 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,280 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1250, None, {}] 2016-03-03 06:12:52,280 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,281 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,281 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1251, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,281 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xe3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,281 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,281 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,281 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,281 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,281 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1251, None, {}] 2016-03-03 06:12:52,282 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,282 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,282 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1252, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,282 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xe4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,282 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,282 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,282 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,282 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,282 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1252, None, {}] 2016-03-03 06:12:52,283 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,283 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,283 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1253, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,283 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xe5\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,283 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,283 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,283 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,283 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,283 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1253, None, 0] 2016-03-03 06:12:52,284 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,284 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,284 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1254, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,284 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xe6\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,284 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,284 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,284 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,284 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,285 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1254, None, 0] 2016-03-03 06:12:52,285 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,285 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,285 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1255, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,285 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xe7\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,285 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,285 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,285 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,285 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,286 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1255, None, 0] 2016-03-03 06:12:52,286 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,286 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,286 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1256, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,286 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xe8\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,286 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,286 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,286 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,287 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,287 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1256, None, 0] 2016-03-03 06:12:52,287 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,287 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,287 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1257, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,287 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xe9\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,287 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,287 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,287 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,288 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,288 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1257, None, 0] 2016-03-03 06:12:52,288 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,288 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,288 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1258, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:52,288 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xea\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:52,288 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,288 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,289 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,289 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,289 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1258, None, {}] 2016-03-03 06:12:52,289 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,289 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,289 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1259, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,289 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xeb\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,289 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,289 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,290 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,290 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,290 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1259, None, 0] 2016-03-03 06:12:52,290 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,290 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,290 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1260, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,290 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xec\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,290 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,291 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,291 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,291 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,291 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1260, None, 0] 2016-03-03 06:12:52,291 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,291 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,291 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1261, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,291 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xed\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,291 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,292 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,292 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,292 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,292 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1261, None, 0] 2016-03-03 06:12:52,292 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,292 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,292 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1262, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:52,292 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xee\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:52,292 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,293 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,293 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,293 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,293 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1262, None, {b'position': [0, 26, 21, 0]}] 2016-03-03 06:12:52,293 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 21, 0]} 2016-03-03 06:12:52,293 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,293 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:52,293 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:52,294 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,294 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,540 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,540 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.URLF', b'complete_str': b'', b'changedtick': 22, b'position': [0, 26, 22, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:52,540 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.URLF', b'complete_str': b'', b'changedtick': 22, b'position': [0, 26, 22, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:52,540 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:52,540 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'TextChangedI', b'sources': [], b'smartcase': 0, b'changedtick': 22, b'input': b' url = models.URLF', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 22, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:52,541 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1263, 'vim_get_current_window', ()] 2016-03-03 06:12:52,541 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xef\xb6vim_get_current_window\x90'' 2016-03-03 06:12:52,541 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,541 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,541 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,541 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,541 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1263, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:52,542 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:52,542 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,542 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1264, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:52,542 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xf0\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:52,542 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,542 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,542 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,542 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,542 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1264, None, [26, 21]] 2016-03-03 06:12:52,543 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 21] 2016-03-03 06:12:52,543 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,543 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1265, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:52,543 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xf1\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:52,543 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,543 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,543 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,543 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,543 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1265, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:52,544 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:52,544 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,544 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1266, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,544 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xf2\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,544 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,544 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,544 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,544 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,545 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1266, None, {}] 2016-03-03 06:12:52,545 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,545 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,545 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1267, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:52,545 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xf3\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:52,545 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,545 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,545 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,545 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,546 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1267, None, {}] 2016-03-03 06:12:52,546 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,546 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,546 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1268, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,546 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xf4\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,546 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,546 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,546 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,546 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,547 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1268, None, {}] 2016-03-03 06:12:52,547 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,547 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,547 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1269, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,547 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xf5\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,547 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,547 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,547 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,547 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,548 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1269, None, {}] 2016-03-03 06:12:52,548 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,548 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,548 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1270, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,548 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xf6\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,548 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,548 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,548 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,548 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,549 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1270, None, {}] 2016-03-03 06:12:52,549 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,549 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,549 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1271, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:52,549 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xf7\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:52,549 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,549 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,549 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,550 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,550 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1271, None, {}] 2016-03-03 06:12:52,550 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,550 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,550 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1272, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:52,550 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xf8\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:52,550 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,550 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,550 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,551 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,551 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1272, None, {}] 2016-03-03 06:12:52,551 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,551 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,551 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1273, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:52,551 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xf9\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:52,551 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,551 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,551 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,552 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,552 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1273, None, 0] 2016-03-03 06:12:52,552 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,552 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,552 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1274, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:52,552 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xfa\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:52,552 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,552 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,552 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,553 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,553 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1274, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:52,553 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:52,553 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,553 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1275, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,553 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xfb\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,553 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,553 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,553 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,554 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,554 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1275, None, {}] 2016-03-03 06:12:52,554 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,554 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,554 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1276, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,554 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xfc\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,554 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,554 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,555 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,555 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,555 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1276, None, {}] 2016-03-03 06:12:52,555 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,555 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,555 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1277, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:52,555 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xfd\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:52,555 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,555 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,556 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,556 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,556 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1277, None, 26] 2016-03-03 06:12:52,556 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:52,556 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,556 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1278, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:52,556 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xfe\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:52,556 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,557 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,557 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,557 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,557 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1278, None, b''] 2016-03-03 06:12:52,557 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:52,557 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,557 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1279, 'vim_get_current_buffer', ()] 2016-03-03 06:12:52,557 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x04\xff\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:52,557 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,558 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,558 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,558 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,558 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1279, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:52,558 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:52,558 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,558 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1280, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:52,558 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x00\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:52,558 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,559 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,559 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,559 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,559 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1280, None, b''] 2016-03-03 06:12:52,559 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:52,559 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,559 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1281, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,559 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x01\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,559 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,560 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,560 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,560 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,560 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1281, None, b'utf-8'] 2016-03-03 06:12:52,560 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,560 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,560 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1282, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,560 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x02\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,560 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,561 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,561 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,561 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,561 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1282, None, {}] 2016-03-03 06:12:52,561 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,561 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,561 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1283, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,561 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x03\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,562 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,562 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,562 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,562 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,562 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1283, None, {}] 2016-03-03 06:12:52,562 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,562 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,562 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1284, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:52,563 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x04\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:52,563 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,563 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,563 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,563 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,563 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1284, None, {}] 2016-03-03 06:12:52,563 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,564 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,564 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1285, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:52,564 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x05\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:52,564 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,564 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,564 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,564 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,564 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1285, None, {}] 2016-03-03 06:12:52,564 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,565 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,565 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1286, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,565 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x06\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,565 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,565 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,565 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,565 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,565 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1286, None, {}] 2016-03-03 06:12:52,565 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,566 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,566 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1287, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,566 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x07\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,566 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,566 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,566 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,566 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,566 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1287, None, {}] 2016-03-03 06:12:52,567 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,567 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,567 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1288, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,567 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x08\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,567 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,567 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,567 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,567 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,567 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1288, None, b'utf-8'] 2016-03-03 06:12:52,568 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,568 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,568 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1289, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,568 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\t\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,568 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,568 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,568 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,568 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,569 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1289, None, {}] 2016-03-03 06:12:52,569 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,569 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,569 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1290, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,569 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\n\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,569 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,569 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,569 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,569 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,570 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1290, None, {}] 2016-03-03 06:12:52,570 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,570 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,570 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1291, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:52,570 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x0b\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:52,570 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,570 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,570 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,570 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,571 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1291, None, {}] 2016-03-03 06:12:52,571 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,571 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,571 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1292, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:52,571 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x0c\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:52,571 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,571 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,571 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,571 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,572 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1292, None, {}] 2016-03-03 06:12:52,572 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,572 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,572 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1293, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,572 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\r\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,572 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,572 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,572 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,573 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,573 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1293, None, {}] 2016-03-03 06:12:52,573 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,573 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,573 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1294, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,573 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x0e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,573 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,573 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,573 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,574 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,574 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1294, None, {}] 2016-03-03 06:12:52,574 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,574 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,574 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1295, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,574 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x0f\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,574 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,574 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,574 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,575 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,575 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1295, None, b'utf-8'] 2016-03-03 06:12:52,575 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,575 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,575 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1296, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,575 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x10\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,575 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,575 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,575 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,576 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,576 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1296, None, {}] 2016-03-03 06:12:52,576 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,576 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,576 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1297, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,576 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x11\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,576 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,576 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,577 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,577 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,577 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1297, None, {}] 2016-03-03 06:12:52,577 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,577 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,577 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1298, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,577 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x12\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,577 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,577 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,578 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,578 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,578 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1298, None, {}] 2016-03-03 06:12:52,578 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,578 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,578 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1299, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,578 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x13\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,578 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,578 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,579 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,579 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,579 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1299, None, {}] 2016-03-03 06:12:52,579 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,579 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,579 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1300, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,579 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x14\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,579 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,579 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,580 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,580 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,580 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1300, None, {}] 2016-03-03 06:12:52,580 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,580 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,580 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1301, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:52,580 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x15\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:52,580 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,581 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,581 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,581 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,581 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1301, None, b'utf-8'] 2016-03-03 06:12:52,581 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:52,581 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,581 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1302, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,581 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x16\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,581 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,582 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,582 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,582 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,582 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1302, None, {}] 2016-03-03 06:12:52,582 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,582 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,582 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1303, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,582 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x17\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,583 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,583 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,583 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,583 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,583 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1303, None, {}] 2016-03-03 06:12:52,583 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,583 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,583 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1304, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,583 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x18\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,584 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,584 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,584 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,584 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,584 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1304, None, {}] 2016-03-03 06:12:52,584 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,584 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,584 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1305, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:52,584 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x19\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:52,585 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,585 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,585 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,585 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,585 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1305, None, {}] 2016-03-03 06:12:52,585 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,585 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,585 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1306, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,585 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x1a\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,586 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,586 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,586 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,586 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,586 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1306, None, 0] 2016-03-03 06:12:52,586 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,586 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,586 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1307, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:52,586 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x1b\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:52,587 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,587 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,587 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,587 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,587 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1307, None, 500000] 2016-03-03 06:12:52,587 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:52,587 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,587 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1308, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:52,587 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x1c\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:52,588 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,588 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,588 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,588 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,588 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1308, None, 0] 2016-03-03 06:12:52,588 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,588 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,588 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1309, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:52,588 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x1d\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:52,589 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,589 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,589 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,589 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,589 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1309, None, []] 2016-03-03 06:12:52,589 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:52,589 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,590 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1310, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:52,590 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x1e\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:52,590 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,590 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,590 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,590 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,590 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1310, None, []] 2016-03-03 06:12:52,590 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:52,591 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,591 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1311, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,591 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x1f\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,591 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,591 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,591 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,591 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,591 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1311, None, 0] 2016-03-03 06:12:52,591 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,592 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,592 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1312, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,592 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05 \xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,592 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,592 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,592 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,592 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,592 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1312, None, {}] 2016-03-03 06:12:52,592 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,593 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,593 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1313, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,593 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05!\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,593 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,593 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,593 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,593 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,593 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1313, None, {}] 2016-03-03 06:12:52,593 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,594 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,594 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1314, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:52,594 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05"\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:52,594 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,594 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,594 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,594 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,594 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1314, None, {}] 2016-03-03 06:12:52,595 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,595 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,595 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1315, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,595 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05#\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,595 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,595 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,595 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,595 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,595 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1315, None, 0] 2016-03-03 06:12:52,596 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,596 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,596 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1316, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,596 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05$\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,596 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,596 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,597 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,597 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,597 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1316, None, 0] 2016-03-03 06:12:52,597 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,597 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,597 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1317, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,597 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05%\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,597 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,597 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,598 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,598 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,598 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1317, None, 0] 2016-03-03 06:12:52,598 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,598 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,598 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1318, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,598 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05&\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,599 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,599 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,599 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,599 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,599 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1318, None, 0] 2016-03-03 06:12:52,599 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,599 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,599 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1319, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,599 [DEBUG @ base.py:send:113] 68422 - Sending 'b"\x94\x00\xcd\x05'\xabvim_get_var\x91\xb7deoplete#enable_profile"' 2016-03-03 06:12:52,600 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,600 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,600 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,600 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,600 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1319, None, 0] 2016-03-03 06:12:52,600 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,600 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,600 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1320, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:52,600 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05(\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:52,601 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,601 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,601 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,601 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,601 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1320, None, {}] 2016-03-03 06:12:52,601 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,601 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,601 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1321, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,601 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05)\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,602 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,602 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,602 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,602 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,602 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1321, None, 0] 2016-03-03 06:12:52,602 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,602 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,602 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1322, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,602 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05*\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,603 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,603 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,603 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,603 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,603 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1322, None, 0] 2016-03-03 06:12:52,603 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,603 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,603 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1323, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,603 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05+\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,604 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,604 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,604 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,604 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,604 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1323, None, 0] 2016-03-03 06:12:52,604 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,604 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,604 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1324, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,604 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05,\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,605 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,605 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,605 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,605 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,605 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1324, None, 0] 2016-03-03 06:12:52,605 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,605 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,605 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1325, 'vim_get_current_buffer', ()] 2016-03-03 06:12:52,605 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05-\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:52,606 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,606 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,606 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,606 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,606 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1325, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:52,606 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:52,606 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,606 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1326, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:52,606 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05.\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:52,607 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,607 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,607 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,607 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,607 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1326, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:52,607 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:52,607 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,607 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:52,608 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1327, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,608 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05/\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,608 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,608 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,608 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,608 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,608 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1327, None, 0] 2016-03-03 06:12:52,608 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,608 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,609 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1328, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,609 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x050\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,609 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,609 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,609 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,609 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,609 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1328, None, {}] 2016-03-03 06:12:52,609 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,609 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,610 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1329, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,610 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x051\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,610 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,610 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,610 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,610 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,610 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1329, None, {}] 2016-03-03 06:12:52,610 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,610 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,611 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1330, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:52,611 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x052\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:52,611 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,611 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,611 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,611 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,611 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1330, None, {}] 2016-03-03 06:12:52,611 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,611 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,612 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1331, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,612 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x053\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,612 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,612 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,612 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,612 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,612 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1331, None, 0] 2016-03-03 06:12:52,612 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,612 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,613 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1332, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,613 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x054\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,613 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,613 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,613 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,613 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,613 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1332, None, 0] 2016-03-03 06:12:52,613 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,613 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,614 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1333, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,614 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x055\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,614 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,614 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,614 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,614 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,614 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1333, None, 0] 2016-03-03 06:12:52,614 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,614 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,615 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1334, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,615 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x056\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,615 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,615 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,615 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,615 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,615 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1334, None, 0] 2016-03-03 06:12:52,615 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,615 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,616 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1335, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,616 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x057\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,616 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,616 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,616 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,616 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,616 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1335, None, 0] 2016-03-03 06:12:52,616 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,616 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,617 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1336, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:52,617 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x058\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:52,617 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,617 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,617 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,617 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,617 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1336, None, {}] 2016-03-03 06:12:52,617 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:52,617 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,618 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1337, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,618 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x059\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,618 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,618 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,618 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,618 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,618 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1337, None, 0] 2016-03-03 06:12:52,618 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,618 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,619 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1338, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,619 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05:\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,619 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,619 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,619 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,619 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,619 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1338, None, 0] 2016-03-03 06:12:52,619 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,619 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,620 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1339, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:52,620 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05;\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:52,620 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,620 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,620 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,620 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,620 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1339, None, 0] 2016-03-03 06:12:52,620 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:52,620 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,621 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1340, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:52,621 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05<\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:52,621 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:52,621 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,621 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:52,621 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,621 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1340, None, {b'position': [0, 26, 22, 0]}] 2016-03-03 06:12:52,621 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {b'position': [0, 26, 22, 0]} 2016-03-03 06:12:52,621 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:52,622 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:52,622 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:52,622 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:52,622 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,028 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,028 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [2, b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'Manual', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.URLF', b'complete_str': b'', b'changedtick': 22, b'position': [0, 26, 22, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]] 2016-03-03 06:12:53,028 [DEBUG @ async_session.py:_on_notification:102] 68422 - received notification: b'completion_begin', [{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'Manual', b'sources': [], b'smartcase': 0, b'filetypes': [b'nothing'], b'input': b' url = models.URLF', b'complete_str': b'', b'changedtick': 22, b'position': [0, 26, 22, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}] 2016-03-03 06:12:53,028 [DEBUG @ session.py:_on_notification:208] 68422 - received rpc notification, greenlet will handle it 2016-03-03 06:12:53,029 [DEBUG @ host.py:_on_notification:79] 68422 - calling notification handler for "completion_begin", args: "[{b'filetype': b'nothing', b'keyword_patterns': b'[a-zA-Z_][a-zA-Z@0-9_\xc3\x80-\xc3\xbf]*', b'event': b'Manual', b'sources': [], b'smartcase': 0, b'changedtick': 22, b'input': b' url = models.URLF', b'complete_str': b'', b'filetypes': [b'nothing'], b'position': [0, 26, 22, 0], b'ignorecase': 0, b'next_input': b'', b'camelcase': 0}]" 2016-03-03 06:12:53,029 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1341, 'vim_get_current_window', ()] 2016-03-03 06:12:53,029 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05=\xb6vim_get_current_window\x90'' 2016-03-03 06:12:53,029 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,029 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,029 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,029 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,030 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1341, None, ExtType(code=1, data=b'\x01')] 2016-03-03 06:12:53,030 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=1, data=b'\x01') 2016-03-03 06:12:53,030 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,030 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1342, 'window_get_cursor', (ExtType(code=1, data=b'\x01'),)] 2016-03-03 06:12:53,030 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05>\xb1window_get_cursor\x91\xd4\x01\x01'' 2016-03-03 06:12:53,030 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,030 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,030 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,030 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,031 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1342, None, [26, 21]] 2016-03-03 06:12:53,031 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [26, 21] 2016-03-03 06:12:53,031 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,031 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1343, 'vim_get_option', ('runtimepath',)] 2016-03-03 06:12:53,031 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05?\xaevim_get_option\x91\xabruntimepath'' 2016-03-03 06:12:53,031 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,031 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,031 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,031 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,032 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1343, None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/'] 2016-03-03 06:12:53,032 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'/usr/home/tony/.config/nvim,/etc/xdg/nvim,/usr/home/tony/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/usr/local/share/nvim/runtime,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/usr/home/tony/.local/share/nvim/site/after,/etc/xdg/nvim/after,/usr/home/tony/.config/nvim/after,/usr/home/tony/.vim/bundle/deoplete.nvim/,/usr/home/tony/.vim/bundle/deoplete-jedi/' 2016-03-03 06:12:53,032 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,032 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1344, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:53,032 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05@\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:53,032 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,032 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,032 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,033 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,033 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1344, None, {}] 2016-03-03 06:12:53,033 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,033 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,033 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1345, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:53,033 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05A\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:53,033 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,033 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,033 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,034 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,034 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1345, None, {}] 2016-03-03 06:12:53,034 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,034 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,034 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1346, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:53,034 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05B\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:53,034 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,034 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,034 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,035 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,035 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1346, None, {}] 2016-03-03 06:12:53,035 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,035 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,035 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1347, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:53,035 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05C\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:53,035 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,035 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,035 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,036 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,036 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1347, None, {}] 2016-03-03 06:12:53,036 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,036 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,036 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1348, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:53,036 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05D\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:53,036 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,036 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,036 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,037 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,037 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1348, None, {}] 2016-03-03 06:12:53,037 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,037 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,037 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1349, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:53,037 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05E\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:53,037 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,037 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,037 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,038 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,038 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1349, None, {}] 2016-03-03 06:12:53,038 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,038 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,038 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1350, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:53,038 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05F\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:53,038 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,038 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,038 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,039 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,039 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1350, None, {}] 2016-03-03 06:12:53,039 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,039 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,039 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1351, 'vim_get_var', ('deoplete#auto_completion_start_length',)] 2016-03-03 06:12:53,039 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05G\xabvim_get_var\x91\xd9%deoplete#auto_completion_start_length'' 2016-03-03 06:12:53,039 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,039 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,039 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,040 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,040 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1351, None, 0] 2016-03-03 06:12:53,040 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,040 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,040 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1352, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_ignore_sources', 'g:deoplete#ignore_sources', '{}'])] 2016-03-03 06:12:53,040 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05H\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_ignore_sources\xb9g:deoplete#ignore_sources\xa2{}'' 2016-03-03 06:12:53,040 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,040 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,040 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,041 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,041 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1352, None, [b'buffer', b'vim', b'member']] 2016-03-03 06:12:53,041 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [b'buffer', b'vim', b'member'] 2016-03-03 06:12:53,041 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,041 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1353, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:53,041 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05I\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:53,041 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,041 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,041 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,042 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,042 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1353, None, {}] 2016-03-03 06:12:53,042 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,042 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,042 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1354, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:53,042 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05J\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:53,042 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,042 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,042 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,043 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,043 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1354, None, {}] 2016-03-03 06:12:53,043 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,043 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,043 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1355, 'vim_call_function', ('line', ['.'])] 2016-03-03 06:12:53,043 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05K\xb1vim_call_function\x92\xa4line\x91\xa1.'' 2016-03-03 06:12:53,043 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,043 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,044 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,044 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,044 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1355, None, 26] 2016-03-03 06:12:53,044 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 26 2016-03-03 06:12:53,044 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,044 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1356, 'vim_call_function', ('deoplete#util#get_buffer_config', ['nothing', 'b:deoplete_omni_functions', 'g:deoplete#omni#functions', 'g:deoplete#omni#_functions'])] 2016-03-03 06:12:53,044 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05L\xb1vim_call_function\x92\xbfdeoplete#util#get_buffer_config\x94\xa7nothing\xb9b:deoplete_omni_functions\xb9g:deoplete#omni#functions\xbag:deoplete#omni#_functions'' 2016-03-03 06:12:53,044 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,044 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,045 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,045 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,045 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1356, None, b''] 2016-03-03 06:12:53,045 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:53,045 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,045 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1357, 'vim_get_current_buffer', ()] 2016-03-03 06:12:53,045 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05M\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:53,045 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,045 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,046 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,046 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,046 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1357, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:53,046 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:53,046 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,046 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1358, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'omnifunc')] 2016-03-03 06:12:53,046 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05N\xb1buffer_get_option\x92\xd4\x00\x02\xa8omnifunc'' 2016-03-03 06:12:53,046 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,047 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,047 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,047 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,047 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1358, None, b''] 2016-03-03 06:12:53,047 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'' 2016-03-03 06:12:53,047 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,047 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1359, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:53,047 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05O\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:53,047 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,048 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,048 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,048 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,048 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1359, None, b'utf-8'] 2016-03-03 06:12:53,048 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:53,048 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,048 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1360, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:53,048 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05P\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:53,048 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,049 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,049 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,049 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,049 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1360, None, {}] 2016-03-03 06:12:53,049 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,049 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,049 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1361, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:53,049 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05Q\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:53,049 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,050 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,050 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,050 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,050 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1361, None, {}] 2016-03-03 06:12:53,050 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,050 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,050 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1362, 'vim_call_function', ('deoplete#custom#get', ['omni'])] 2016-03-03 06:12:53,050 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05R\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4omni'' 2016-03-03 06:12:53,050 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,051 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,051 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,051 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,051 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1362, None, {}] 2016-03-03 06:12:53,051 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,051 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,051 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1363, 'vim_call_function', ('deoplete#custom#get', ['jedi'])] 2016-03-03 06:12:53,051 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05S\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4jedi'' 2016-03-03 06:12:53,051 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,052 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,052 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,052 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,052 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1363, None, {}] 2016-03-03 06:12:53,052 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,052 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,052 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1364, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:53,052 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05T\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:53,052 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,053 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,053 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,053 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,053 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1364, None, {}] 2016-03-03 06:12:53,053 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,053 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,053 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1365, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:53,053 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05U\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:53,053 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,054 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,054 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,054 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,054 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1365, None, {}] 2016-03-03 06:12:53,054 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,054 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,054 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1366, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:53,054 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05V\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:53,054 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,055 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,055 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,055 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,055 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1366, None, b'utf-8'] 2016-03-03 06:12:53,055 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:53,055 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,055 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1367, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:53,055 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05W\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:53,055 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,056 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,056 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,056 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,056 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1367, None, {}] 2016-03-03 06:12:53,056 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,056 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,056 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1368, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:53,056 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05X\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:53,056 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,057 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,057 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,057 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,057 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1368, None, {}] 2016-03-03 06:12:53,057 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,057 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,057 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1369, 'vim_call_function', ('deoplete#custom#get', ['file'])] 2016-03-03 06:12:53,057 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05Y\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa4file'' 2016-03-03 06:12:53,057 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,058 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,058 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,058 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,058 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1369, None, {}] 2016-03-03 06:12:53,058 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,058 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,058 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1370, 'vim_call_function', ('deoplete#custom#get', ['member'])] 2016-03-03 06:12:53,058 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05Z\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6member'' 2016-03-03 06:12:53,058 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,059 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,059 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,059 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,059 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1370, None, {}] 2016-03-03 06:12:53,059 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,059 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,059 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1371, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:53,059 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05[\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:53,060 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,060 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,060 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,060 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,060 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1371, None, {}] 2016-03-03 06:12:53,060 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,060 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,060 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1372, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:53,060 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\\\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:53,061 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,061 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,061 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,061 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,061 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1372, None, {}] 2016-03-03 06:12:53,061 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,061 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,061 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1373, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:53,061 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05]\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:53,062 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,062 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,062 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,062 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,062 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1373, None, b'utf-8'] 2016-03-03 06:12:53,062 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:53,062 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,063 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1374, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:53,063 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05^\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:53,063 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,063 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,063 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,063 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,063 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1374, None, {}] 2016-03-03 06:12:53,063 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,064 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,064 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1375, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:53,064 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05_\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:53,064 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,064 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,064 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,064 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,064 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1375, None, {}] 2016-03-03 06:12:53,064 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,065 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,065 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1376, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:53,065 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05`\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:53,065 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,065 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,065 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,065 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,065 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1376, None, {}] 2016-03-03 06:12:53,065 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,066 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,066 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1377, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:53,066 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05a\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:53,066 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,066 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,066 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,066 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,066 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1377, None, {}] 2016-03-03 06:12:53,066 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,067 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,067 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1378, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:53,067 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05b\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:53,067 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,067 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,067 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,067 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,067 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1378, None, {}] 2016-03-03 06:12:53,067 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,068 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,068 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1379, 'vim_get_option', ('encoding',)] 2016-03-03 06:12:53,068 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05c\xaevim_get_option\x91\xa8encoding'' 2016-03-03 06:12:53,068 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,068 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,068 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,068 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,068 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1379, None, b'utf-8'] 2016-03-03 06:12:53,069 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, b'utf-8' 2016-03-03 06:12:53,069 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,069 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1380, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:53,069 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05d\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:53,069 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,069 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,069 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,069 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,069 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1380, None, {}] 2016-03-03 06:12:53,070 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,070 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,070 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1381, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:53,070 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05e\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:53,070 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,070 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,070 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,070 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,070 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1381, None, {}] 2016-03-03 06:12:53,071 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,071 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,071 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1382, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:53,071 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:53,071 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,071 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,071 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,071 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,071 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1382, None, {}] 2016-03-03 06:12:53,072 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,072 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,072 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1383, 'vim_call_function', ('deoplete#custom#get', ['buffer'])] 2016-03-03 06:12:53,072 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05g\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa6buffer'' 2016-03-03 06:12:53,072 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,072 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,072 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,072 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,072 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1383, None, {}] 2016-03-03 06:12:53,073 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,073 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,073 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1384, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,073 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05h\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,073 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,073 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,073 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,073 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,073 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1384, None, 0] 2016-03-03 06:12:53,074 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,074 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,074 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1385, 'vim_get_var', ('deoplete#tag#cache_limit_size',)] 2016-03-03 06:12:53,074 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05i\xabvim_get_var\x91\xbddeoplete#tag#cache_limit_size'' 2016-03-03 06:12:53,074 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,074 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,074 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,074 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,074 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1385, None, 500000] 2016-03-03 06:12:53,075 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 500000 2016-03-03 06:12:53,075 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,075 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1386, 'vim_call_function', ('exists', ['*neoinclude#include#get_tag_files'])] 2016-03-03 06:12:53,075 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05j\xb1vim_call_function\x92\xa6exists\x91\xd9!*neoinclude#include#get_tag_files'' 2016-03-03 06:12:53,075 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,075 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,075 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,075 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,075 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1386, None, 0] 2016-03-03 06:12:53,076 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,076 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,076 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1387, 'vim_call_function', ('tagfiles', [])] 2016-03-03 06:12:53,076 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05k\xb1vim_call_function\x92\xa8tagfiles\x90'' 2016-03-03 06:12:53,076 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,076 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,076 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,077 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,077 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1387, None, []] 2016-03-03 06:12:53,077 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:53,077 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,077 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1388, 'vim_call_function', ('map', [[], 'fnamemodify(v:val, ":p")'])] 2016-03-03 06:12:53,077 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05l\xb1vim_call_function\x92\xa3map\x92\x90\xb8fnamemodify(v:val, ":p")'' 2016-03-03 06:12:53,077 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,077 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,077 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,078 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,078 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1388, None, []] 2016-03-03 06:12:53,078 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, [] 2016-03-03 06:12:53,078 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,078 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1389, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,078 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05m\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,078 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,078 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,078 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,079 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,079 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1389, None, 0] 2016-03-03 06:12:53,079 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,079 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,079 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1390, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:53,079 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05n\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:53,079 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,079 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,079 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,080 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,080 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1390, None, {}] 2016-03-03 06:12:53,080 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,080 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,080 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1391, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:53,080 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05o\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:53,080 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,080 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,080 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,081 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,081 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1391, None, {}] 2016-03-03 06:12:53,081 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,081 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,081 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1392, 'vim_call_function', ('deoplete#custom#get', ['tag'])] 2016-03-03 06:12:53,081 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05p\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xa3tag'' 2016-03-03 06:12:53,081 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,081 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,081 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,082 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,082 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1392, None, {}] 2016-03-03 06:12:53,082 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,082 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,082 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1393, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,082 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05q\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,082 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,082 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,083 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,083 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,083 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1393, None, 0] 2016-03-03 06:12:53,083 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,083 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,083 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1394, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,083 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05r\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,083 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,083 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,084 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,084 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,084 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1394, None, 0] 2016-03-03 06:12:53,084 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,084 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,084 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1395, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,084 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05s\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,084 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,084 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,085 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,085 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,085 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1395, None, 0] 2016-03-03 06:12:53,085 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,085 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,085 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1396, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,085 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05t\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,085 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,085 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,086 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,086 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,086 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1396, None, 0] 2016-03-03 06:12:53,086 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,086 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,086 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1397, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,086 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05u\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,086 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,086 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,087 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,087 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,087 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1397, None, 0] 2016-03-03 06:12:53,087 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,087 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,087 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1398, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:53,087 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05v\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:53,087 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,087 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,088 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,088 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,088 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1398, None, {}] 2016-03-03 06:12:53,088 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,088 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,088 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1399, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,088 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05w\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,088 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,088 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,089 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,089 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,089 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1399, None, 0] 2016-03-03 06:12:53,089 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,089 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,089 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1400, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,089 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05x\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,089 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,089 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,090 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,090 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,090 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1400, None, 0] 2016-03-03 06:12:53,090 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,090 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,090 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1401, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,090 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05y\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,090 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,090 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,091 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,091 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,091 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1401, None, 0] 2016-03-03 06:12:53,091 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,091 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,091 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1402, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,091 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05z\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,091 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,091 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,092 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,092 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,092 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1402, None, 0] 2016-03-03 06:12:53,092 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,092 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,092 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1403, 'vim_get_current_buffer', ()] 2016-03-03 06:12:53,092 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05{\xb6vim_get_current_buffer\x90'' 2016-03-03 06:12:53,092 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,092 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,093 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,093 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,093 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1403, None, ExtType(code=0, data=b'\x02')] 2016-03-03 06:12:53,093 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, ExtType(code=0, data=b'\x02') 2016-03-03 06:12:53,093 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,093 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1404, 'buffer_get_option', (ExtType(code=0, data=b'\x02'), 'dictionary')] 2016-03-03 06:12:53,093 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05|\xb1buffer_get_option\x92\xd4\x00\x02\xaadictionary'' 2016-03-03 06:12:53,093 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,094 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,094 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,094 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,094 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1404, [0, b'Unable to get value for option "dictionary"'], None] 2016-03-03 06:12:53,094 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: [0, b'Unable to get value for option "dictionary"'], None 2016-03-03 06:12:53,094 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,094 [INFO @ session.py:request:93] 68422 - 'Received error: [0, b'Unable to get value for option "dictionary"'] 2016-03-03 06:12:53,094 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1405, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,094 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05}\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,095 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,095 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,095 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,095 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,095 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1405, None, 0] 2016-03-03 06:12:53,095 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,095 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,095 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1406, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:53,095 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05~\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:53,096 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,096 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,096 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,096 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,096 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1406, None, {}] 2016-03-03 06:12:53,096 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,097 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,097 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1407, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:53,097 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x7f\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:53,097 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,097 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,097 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,097 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,097 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1407, None, {}] 2016-03-03 06:12:53,098 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,098 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,098 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1408, 'vim_call_function', ('deoplete#custom#get', ['dictionary'])] 2016-03-03 06:12:53,098 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x80\xb1vim_call_function\x92\xb3deoplete#custom#get\x91\xaadictionary'' 2016-03-03 06:12:53,098 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,098 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,098 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,098 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,098 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1408, None, {}] 2016-03-03 06:12:53,099 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,099 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,099 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1409, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,099 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x81\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,099 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,099 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,099 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,099 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,099 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1409, None, 0] 2016-03-03 06:12:53,100 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,100 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,100 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1410, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,100 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x82\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,100 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,100 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,100 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,100 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,100 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1410, None, 0] 2016-03-03 06:12:53,101 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,101 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,101 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1411, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,101 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x83\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,101 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,101 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,101 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,101 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,101 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1411, None, 0] 2016-03-03 06:12:53,102 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,102 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,102 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1412, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,102 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x84\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,102 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,102 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,102 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,102 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,103 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1412, None, 0] 2016-03-03 06:12:53,103 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,103 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,103 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1413, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,103 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x85\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,103 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,103 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,103 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,103 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,104 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1413, None, 0] 2016-03-03 06:12:53,104 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,104 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,104 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1414, 'vim_get_var', ('deoplete#_rank',)] 2016-03-03 06:12:53,104 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x86\xabvim_get_var\x91\xaedeoplete#_rank'' 2016-03-03 06:12:53,104 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,104 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,104 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,104 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,105 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1414, None, {}] 2016-03-03 06:12:53,105 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,105 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,105 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1415, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,105 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x87\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,105 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,105 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,105 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,105 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,106 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1415, None, 0] 2016-03-03 06:12:53,106 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,106 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,106 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1416, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,106 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x88\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,106 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,106 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,106 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,106 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,107 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1416, None, 0] 2016-03-03 06:12:53,107 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,107 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,107 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1417, 'vim_get_var', ('deoplete#enable_profile',)] 2016-03-03 06:12:53,107 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x89\xabvim_get_var\x91\xb7deoplete#enable_profile'' 2016-03-03 06:12:53,107 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,107 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,107 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,108 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,108 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1417, None, 0] 2016-03-03 06:12:53,108 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, 0 2016-03-03 06:12:53,108 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,108 [DEBUG @ msgpack_stream.py:send:32] 68422 - sent [0, 1418, 'vim_set_var', ('deoplete#_context', {})] 2016-03-03 06:12:53,108 [DEBUG @ base.py:send:113] 68422 - Sending 'b'\x94\x00\xcd\x05\x8a\xabvim_set_var\x92\xb1deoplete#_context\x80'' 2016-03-03 06:12:53,108 [DEBUG @ session.py:_yielding_request:149] 68422 - yielding from greenlet to wait for response 2016-03-03 06:12:53,108 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,108 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:53,109 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,109 [DEBUG @ msgpack_stream.py:_on_data:55] 68422 - received message: [1, 1418, None, {}] 2016-03-03 06:12:53,109 [DEBUG @ async_session.py:_on_response:95] 68422 - received response: None, {} 2016-03-03 06:12:53,109 [DEBUG @ session.py:response_cb:145] 68422 - response is available for greenlet , switching back 2016-03-03 06:12:53,109 [DEBUG @ session.py:handler:200] 68422 - greenlet finished executing 2016-03-03 06:12:53,109 [DEBUG @ session.py:handler:205] 68422 - greenlet is now dying... 2016-03-03 06:12:53,109 [DEBUG @ msgpack_stream.py:_on_data:53] 68422 - waiting for message... 2016-03-03 06:12:53,109 [DEBUG @ msgpack_stream.py:_on_data:58] 68422 - unpacker needs more data... 2016-03-03 06:12:58,163 [DEBUG @ base.py:_on_error:166] 68422 - EOF 2016-03-03 06:12:58,164 [DEBUG @ base.py:stop:149] 68422 - Stopped event loop 2016-03-03 06:12:58,164 [DEBUG @ base.py:run:140] 68422 - Exited event loop