Created
March 21, 2019 01:22
-
-
Save jackysee/0ff092e6cf5ed3a460d93bff250171e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-03-21 09:19:10,731 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 1, b'vim_get_api_info', ()] | |
2019-03-21 09:19:10,732 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x01\xb0vim_get_api_info\x90'' | |
2019-03-21 09:19:10,732 [DEBUG @ base.py:run:142] 23676 - Entering event loop | |
2019-03-21 09:19:10,754 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,754 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 1, None, [1, {b'version': {b'major': 0, b'api_level': 1, b'api_prerelease': False, b'patch': 7, b'api_compatible': 0, b'minor': 1}, b'types': {b'Window': {b'id': 1, b'prefix': b'nvim_win_'}, b'Tabpage': {b'id': 2, b'prefix': b'nvim_tabpage_'}, b'Buffer': {b'id': 0, b'prefix': b'nvim_buf_'}}, b'functions': [{b'method': True, b'name': b'nvim_buf_line_count', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_get_line', b'return_type': b'String', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_set_line', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index'], [b'String', b'line']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_del_line', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_get_line_slice', 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'since': 0}, {b'method': True, b'name': b'nvim_buf_get_lines', b'return_type': b'ArrayOf(String)', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'strict_indexing']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_set_line_slice', 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'since': 0}, {b'method': True, b'name': b'nvim_buf_set_lines', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'strict_indexing'], [b'ArrayOf(String)', b'replacement']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_get_var', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_set_var', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_del_var', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_set_var', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_del_var', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 0}, {b'method': True, b'name': b'nvim_buf_get_option', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_set_option', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_get_number', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_get_name', b'return_type': b'String', b'parameters': [[b'Buffer', b'buffer']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_set_name', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Buffer', b'buffer']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_insert', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'lnum'], [b'ArrayOf(String)', b'lines']], b'since': 0}, {b'method': True, b'name': b'nvim_buf_get_mark', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_add_highlight', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'src_id'], [b'String', b'hl_group'], [b'Integer', b'line'], [b'Integer', b'col_start'], [b'Integer', b'col_end']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_clear_highlight', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'src_id'], [b'Integer', b'line_start'], [b'Integer', b'line_end']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_list_wins', b'return_type': b'ArrayOf(Window)', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_get_var', b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_set_var', b'return_type': b'void', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_del_var', b'return_type': b'void', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'tabpage_set_var', b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'tabpage_del_var', b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name']], b'since': 0}, {b'method': True, b'name': b'nvim_tabpage_get_win', b'return_type': b'Window', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_get_number', b'return_type': b'Integer', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 1}, {b'method': False, b'name': b'nvim_ui_attach', b'return_type': b'void', b'parameters': [[b'Integer', b'width'], [b'Integer', b'height'], [b'Dictionary', b'options']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'ui_attach', b'return_type': b'void', b'parameters': [[b'Integer', b'width'], [b'Integer', b'height'], [b'Boolean', b'enable_rgb']], b'since': 0}, {b'method': False, b'name': b'nvim_ui_detach', b'return_type': b'void', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_ui_try_resize', b'return_type': b'void', b'parameters': [[b'Integer', b'width'], [b'Integer', b'height']], b'since': 1}, {b'method': False, b'name': b'nvim_ui_set_option', b'return_type': b'void', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': False, b'name': b'nvim_command', b'return_type': b'void', b'parameters': [[b'String', b'command']], b'since': 1}, {b'method': False, b'name': b'nvim_feedkeys', b'return_type': b'void', b'parameters': [[b'String', b'keys'], [b'String', b'mode'], [b'Boolean', b'escape_csi']], b'since': 1}, {b'method': False, b'name': b'nvim_input', b'return_type': b'Integer', b'parameters': [[b'String', b'keys']], b'since': 1}, {b'method': False, b'name': b'nvim_replace_termcodes', 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'since': 1}, {b'method': False, b'name': b'nvim_command_output', b'return_type': b'String', b'parameters': [[b'String', b'str']], b'since': 1}, {b'method': False, b'name': b'nvim_eval', b'return_type': b'Object', b'parameters': [[b'String', b'expr']], b'since': 1}, {b'method': False, b'name': b'nvim_call_function', b'return_type': b'Object', b'parameters': [[b'String', b'fname'], [b'Array', b'args']], b'since': 1}, {b'method': False, b'name': b'nvim_strwidth', b'return_type': b'Integer', b'parameters': [[b'String', b'str']], b'since': 1}, {b'method': False, b'name': b'nvim_list_runtime_paths', b'return_type': b'ArrayOf(String)', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_set_current_dir', b'return_type': b'void', b'parameters': [[b'String', b'dir']], b'since': 1}, {b'method': False, b'name': b'nvim_get_current_line', b'return_type': b'String', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_set_current_line', b'return_type': b'void', b'parameters': [[b'String', b'line']], b'since': 1}, {b'method': False, b'name': b'nvim_del_current_line', b'return_type': b'void', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_get_var', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 1}, {b'method': False, b'name': b'nvim_set_var', b'return_type': b'void', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': False, b'name': b'nvim_del_var', b'return_type': b'void', b'parameters': [[b'String', b'name']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_var', b'return_type': b'Object', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_del_var', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 0}, {b'method': False, b'name': b'nvim_get_vvar', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 1}, {b'method': False, b'name': b'nvim_get_option', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 1}, {b'method': False, b'name': b'nvim_set_option', b'return_type': b'void', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': False, b'name': b'nvim_out_write', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 1}, {b'method': False, b'name': b'nvim_err_write', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 1}, {b'method': False, b'name': b'nvim_err_writeln', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 1}, {b'method': False, b'name': b'nvim_list_bufs', b'return_type': b'ArrayOf(Buffer)', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_get_current_buf', b'return_type': b'Buffer', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_set_current_buf', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer']], b'since': 1}, {b'method': False, b'name': b'nvim_list_wins', b'return_type': b'ArrayOf(Window)', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_get_current_win', b'return_type': b'Window', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_set_current_win', b'return_type': b'void', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': False, b'name': b'nvim_list_tabpages', b'return_type': b'ArrayOf(Tabpage)', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_get_current_tabpage', b'return_type': b'Tabpage', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_set_current_tabpage', b'return_type': b'void', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 1}, {b'method': False, b'name': b'nvim_subscribe', b'return_type': b'void', b'parameters': [[b'String', b'event']], b'since': 1}, {b'method': False, b'name': b'nvim_unsubscribe', b'return_type': b'void', b'parameters': [[b'String', b'event']], b'since': 1}, {b'method': False, b'name': b'nvim_get_color_by_name', b'return_type': b'Integer', b'parameters': [[b'String', b'name']], b'since': 1}, {b'method': False, b'name': b'nvim_get_color_map', b'return_type': b'Dictionary', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_get_api_info', b'return_type': b'Array', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_call_atomic', b'return_type': b'Array', b'parameters': [[b'Array', b'calls']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_buf', b'return_type': b'Buffer', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_cursor', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_set_cursor', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'ArrayOf(Integer, 2)', b'pos']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_height', b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_set_height', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'height']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_width', b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_set_width', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'width']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_var', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_win_set_var', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': True, b'name': b'nvim_win_del_var', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'window_set_var', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'window_del_var', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 0}, {b'method': True, b'name': b'nvim_win_get_option', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_win_set_option', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_position', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_tabpage', b'return_type': b'Tabpage', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_number', b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_line_count', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_lines', b'return_type': b'ArrayOf(String)', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'strict_indexing']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_set_lines', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'strict_indexing'], [b'ArrayOf(String)', b'replacement']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_var', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_option', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_set_option', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_number', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_name', b'return_type': b'String', b'parameters': [[b'Buffer', b'buffer']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_set_name', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Buffer', b'buffer']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_mark', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_add_highlight', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'src_id'], [b'String', b'hl_group'], [b'Integer', b'line'], [b'Integer', b'col_start'], [b'Integer', b'col_end']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_clear_highlight', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'src_id'], [b'Integer', b'line_start'], [b'Integer', b'line_end']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'tabpage_get_windows', b'return_type': b'ArrayOf(Window)', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'tabpage_get_var', b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'tabpage_get_window', b'return_type': b'Window', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'tabpage_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'ui_detach', b'return_type': b'void', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'ui_try_resize', b'return_type': b'Object', b'parameters': [[b'Integer', b'width'], [b'Integer', b'height']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_command', b'return_type': b'void', b'parameters': [[b'String', b'command']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_feedkeys', b'return_type': b'void', b'parameters': [[b'String', b'keys'], [b'String', b'mode'], [b'Boolean', b'escape_csi']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_input', b'return_type': b'Integer', b'parameters': [[b'String', b'keys']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_replace_termcodes', 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'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_command_output', b'return_type': b'String', b'parameters': [[b'String', b'str']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_eval', b'return_type': b'Object', b'parameters': [[b'String', b'expr']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_call_function', b'return_type': b'Object', b'parameters': [[b'String', b'fname'], [b'Array', b'args']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_strwidth', b'return_type': b'Integer', b'parameters': [[b'String', b'str']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_list_runtime_paths', b'return_type': b'ArrayOf(String)', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_change_directory', b'return_type': b'void', b'parameters': [[b'String', b'dir']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_current_line', b'return_type': b'String', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_current_line', b'return_type': b'void', b'parameters': [[b'String', b'line']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_del_current_line', b'return_type': b'void', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_var', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_vvar', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_option', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_option', b'return_type': b'void', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_out_write', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_err_write', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_report_error', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_buffers', b'return_type': b'ArrayOf(Buffer)', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_current_buffer', b'return_type': b'Buffer', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_current_buffer', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_windows', b'return_type': b'ArrayOf(Window)', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_current_window', b'return_type': b'Window', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_current_window', b'return_type': b'void', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_tabpages', b'return_type': b'ArrayOf(Tabpage)', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_current_tabpage', b'return_type': b'Tabpage', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_current_tabpage', b'return_type': b'void', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_subscribe', b'return_type': b'void', b'parameters': [[b'String', b'event']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_unsubscribe', b'return_type': b'void', b'parameters': [[b'String', b'event']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_name_to_color', b'return_type': b'Integer', b'parameters': [[b'String', b'name']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_color_map', b'return_type': b'Dictionary', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_api_info', b'return_type': b'Array', b'parameters': [], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_buffer', b'return_type': b'Buffer', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_cursor', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_set_cursor', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'ArrayOf(Integer, 2)', b'pos']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_height', b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_set_height', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'height']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_width', b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_set_width', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'width']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_var', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_option', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_set_option', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_position', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_tabpage', b'return_type': b'Tabpage', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Window', b'window']], b'since': 0}], b'error_types': {b'Validation': {b'id': 1}, b'Exception': {b'id': 0}}}]] | |
2019-03-21 09:19:10,755 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [1, {b'version': {b'major': 0, b'api_level': 1, b'api_prerelease': False, b'patch': 7, b'api_compatible': 0, b'minor': 1}, b'types': {b'Window': {b'id': 1, b'prefix': b'nvim_win_'}, b'Tabpage': {b'id': 2, b'prefix': b'nvim_tabpage_'}, b'Buffer': {b'id': 0, b'prefix': b'nvim_buf_'}}, b'functions': [{b'method': True, b'name': b'nvim_buf_line_count', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_get_line', b'return_type': b'String', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_set_line', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index'], [b'String', b'line']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_del_line', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'index']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_get_line_slice', 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'since': 0}, {b'method': True, b'name': b'nvim_buf_get_lines', b'return_type': b'ArrayOf(String)', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'strict_indexing']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_set_line_slice', 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'since': 0}, {b'method': True, b'name': b'nvim_buf_set_lines', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'strict_indexing'], [b'ArrayOf(String)', b'replacement']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_get_var', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_set_var', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_del_var', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_set_var', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_del_var', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 0}, {b'method': True, b'name': b'nvim_buf_get_option', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_set_option', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_get_number', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_get_name', b'return_type': b'String', b'parameters': [[b'Buffer', b'buffer']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_set_name', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Buffer', b'buffer']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'buffer_insert', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'lnum'], [b'ArrayOf(String)', b'lines']], b'since': 0}, {b'method': True, b'name': b'nvim_buf_get_mark', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_add_highlight', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'src_id'], [b'String', b'hl_group'], [b'Integer', b'line'], [b'Integer', b'col_start'], [b'Integer', b'col_end']], b'since': 1}, {b'method': True, b'name': b'nvim_buf_clear_highlight', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'src_id'], [b'Integer', b'line_start'], [b'Integer', b'line_end']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_list_wins', b'return_type': b'ArrayOf(Window)', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_get_var', b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_set_var', b'return_type': b'void', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_del_var', b'return_type': b'void', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'tabpage_set_var', b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'tabpage_del_var', b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name']], b'since': 0}, {b'method': True, b'name': b'nvim_tabpage_get_win', b'return_type': b'Window', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_get_number', b'return_type': b'Integer', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 1}, {b'method': True, b'name': b'nvim_tabpage_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 1}, {b'method': False, b'name': b'nvim_ui_attach', b'return_type': b'void', b'parameters': [[b'Integer', b'width'], [b'Integer', b'height'], [b'Dictionary', b'options']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'ui_attach', b'return_type': b'void', b'parameters': [[b'Integer', b'width'], [b'Integer', b'height'], [b'Boolean', b'enable_rgb']], b'since': 0}, {b'method': False, b'name': b'nvim_ui_detach', b'return_type': b'void', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_ui_try_resize', b'return_type': b'void', b'parameters': [[b'Integer', b'width'], [b'Integer', b'height']], b'since': 1}, {b'method': False, b'name': b'nvim_ui_set_option', b'return_type': b'void', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': False, b'name': b'nvim_command', b'return_type': b'void', b'parameters': [[b'String', b'command']], b'since': 1}, {b'method': False, b'name': b'nvim_feedkeys', b'return_type': b'void', b'parameters': [[b'String', b'keys'], [b'String', b'mode'], [b'Boolean', b'escape_csi']], b'since': 1}, {b'method': False, b'name': b'nvim_input', b'return_type': b'Integer', b'parameters': [[b'String', b'keys']], b'since': 1}, {b'method': False, b'name': b'nvim_replace_termcodes', 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'since': 1}, {b'method': False, b'name': b'nvim_command_output', b'return_type': b'String', b'parameters': [[b'String', b'str']], b'since': 1}, {b'method': False, b'name': b'nvim_eval', b'return_type': b'Object', b'parameters': [[b'String', b'expr']], b'since': 1}, {b'method': False, b'name': b'nvim_call_function', b'return_type': b'Object', b'parameters': [[b'String', b'fname'], [b'Array', b'args']], b'since': 1}, {b'method': False, b'name': b'nvim_strwidth', b'return_type': b'Integer', b'parameters': [[b'String', b'str']], b'since': 1}, {b'method': False, b'name': b'nvim_list_runtime_paths', b'return_type': b'ArrayOf(String)', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_set_current_dir', b'return_type': b'void', b'parameters': [[b'String', b'dir']], b'since': 1}, {b'method': False, b'name': b'nvim_get_current_line', b'return_type': b'String', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_set_current_line', b'return_type': b'void', b'parameters': [[b'String', b'line']], b'since': 1}, {b'method': False, b'name': b'nvim_del_current_line', b'return_type': b'void', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_get_var', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 1}, {b'method': False, b'name': b'nvim_set_var', b'return_type': b'void', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': False, b'name': b'nvim_del_var', b'return_type': b'void', b'parameters': [[b'String', b'name']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_var', b'return_type': b'Object', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_del_var', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 0}, {b'method': False, b'name': b'nvim_get_vvar', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 1}, {b'method': False, b'name': b'nvim_get_option', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 1}, {b'method': False, b'name': b'nvim_set_option', b'return_type': b'void', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': False, b'name': b'nvim_out_write', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 1}, {b'method': False, b'name': b'nvim_err_write', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 1}, {b'method': False, b'name': b'nvim_err_writeln', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 1}, {b'method': False, b'name': b'nvim_list_bufs', b'return_type': b'ArrayOf(Buffer)', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_get_current_buf', b'return_type': b'Buffer', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_set_current_buf', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer']], b'since': 1}, {b'method': False, b'name': b'nvim_list_wins', b'return_type': b'ArrayOf(Window)', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_get_current_win', b'return_type': b'Window', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_set_current_win', b'return_type': b'void', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': False, b'name': b'nvim_list_tabpages', b'return_type': b'ArrayOf(Tabpage)', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_get_current_tabpage', b'return_type': b'Tabpage', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_set_current_tabpage', b'return_type': b'void', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 1}, {b'method': False, b'name': b'nvim_subscribe', b'return_type': b'void', b'parameters': [[b'String', b'event']], b'since': 1}, {b'method': False, b'name': b'nvim_unsubscribe', b'return_type': b'void', b'parameters': [[b'String', b'event']], b'since': 1}, {b'method': False, b'name': b'nvim_get_color_by_name', b'return_type': b'Integer', b'parameters': [[b'String', b'name']], b'since': 1}, {b'method': False, b'name': b'nvim_get_color_map', b'return_type': b'Dictionary', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_get_api_info', b'return_type': b'Array', b'parameters': [], b'since': 1}, {b'method': False, b'name': b'nvim_call_atomic', b'return_type': b'Array', b'parameters': [[b'Array', b'calls']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_buf', b'return_type': b'Buffer', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_cursor', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_set_cursor', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'ArrayOf(Integer, 2)', b'pos']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_height', b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_set_height', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'height']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_width', b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_set_width', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'width']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_var', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_win_set_var', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': True, b'name': b'nvim_win_del_var', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 1}, {b'method': False, b'deprecated_since': 1, b'name': b'window_set_var', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'window_del_var', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 0}, {b'method': True, b'name': b'nvim_win_get_option', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 1}, {b'method': True, b'name': b'nvim_win_set_option', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_position', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_tabpage', b'return_type': b'Tabpage', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_get_number', b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'name': b'nvim_win_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Window', b'window']], b'since': 1}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_line_count', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_lines', b'return_type': b'ArrayOf(String)', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'strict_indexing']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_set_lines', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'start'], [b'Integer', b'end'], [b'Boolean', b'strict_indexing'], [b'ArrayOf(String)', b'replacement']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_var', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_option', b'return_type': b'Object', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_set_option', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_number', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_name', b'return_type': b'String', b'parameters': [[b'Buffer', b'buffer']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_set_name', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Buffer', b'buffer']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_get_mark', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Buffer', b'buffer'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_add_highlight', b'return_type': b'Integer', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'src_id'], [b'String', b'hl_group'], [b'Integer', b'line'], [b'Integer', b'col_start'], [b'Integer', b'col_end']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'buffer_clear_highlight', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer'], [b'Integer', b'src_id'], [b'Integer', b'line_start'], [b'Integer', b'line_end']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'tabpage_get_windows', b'return_type': b'ArrayOf(Window)', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'tabpage_get_var', b'return_type': b'Object', b'parameters': [[b'Tabpage', b'tabpage'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'tabpage_get_window', b'return_type': b'Window', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'tabpage_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'ui_detach', b'return_type': b'void', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'ui_try_resize', b'return_type': b'Object', b'parameters': [[b'Integer', b'width'], [b'Integer', b'height']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_command', b'return_type': b'void', b'parameters': [[b'String', b'command']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_feedkeys', b'return_type': b'void', b'parameters': [[b'String', b'keys'], [b'String', b'mode'], [b'Boolean', b'escape_csi']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_input', b'return_type': b'Integer', b'parameters': [[b'String', b'keys']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_replace_termcodes', 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'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_command_output', b'return_type': b'String', b'parameters': [[b'String', b'str']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_eval', b'return_type': b'Object', b'parameters': [[b'String', b'expr']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_call_function', b'return_type': b'Object', b'parameters': [[b'String', b'fname'], [b'Array', b'args']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_strwidth', b'return_type': b'Integer', b'parameters': [[b'String', b'str']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_list_runtime_paths', b'return_type': b'ArrayOf(String)', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_change_directory', b'return_type': b'void', b'parameters': [[b'String', b'dir']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_current_line', b'return_type': b'String', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_current_line', b'return_type': b'void', b'parameters': [[b'String', b'line']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_del_current_line', b'return_type': b'void', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_var', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_vvar', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_option', b'return_type': b'Object', b'parameters': [[b'String', b'name']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_option', b'return_type': b'void', b'parameters': [[b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_out_write', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_err_write', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_report_error', b'return_type': b'void', b'parameters': [[b'String', b'str']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_buffers', b'return_type': b'ArrayOf(Buffer)', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_current_buffer', b'return_type': b'Buffer', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_current_buffer', b'return_type': b'void', b'parameters': [[b'Buffer', b'buffer']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_windows', b'return_type': b'ArrayOf(Window)', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_current_window', b'return_type': b'Window', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_current_window', b'return_type': b'void', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_tabpages', b'return_type': b'ArrayOf(Tabpage)', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_current_tabpage', b'return_type': b'Tabpage', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_set_current_tabpage', b'return_type': b'void', b'parameters': [[b'Tabpage', b'tabpage']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_subscribe', b'return_type': b'void', b'parameters': [[b'String', b'event']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_unsubscribe', b'return_type': b'void', b'parameters': [[b'String', b'event']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_name_to_color', b'return_type': b'Integer', b'parameters': [[b'String', b'name']], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_color_map', b'return_type': b'Dictionary', b'parameters': [], b'since': 0}, {b'method': False, b'deprecated_since': 1, b'name': b'vim_get_api_info', b'return_type': b'Array', b'parameters': [], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_buffer', b'return_type': b'Buffer', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_cursor', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_set_cursor', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'ArrayOf(Integer, 2)', b'pos']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_height', b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_set_height', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'height']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_width', b'return_type': b'Integer', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_set_width', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'Integer', b'width']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_var', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_option', b'return_type': b'Object', b'parameters': [[b'Window', b'window'], [b'String', b'name']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_set_option', b'return_type': b'void', b'parameters': [[b'Window', b'window'], [b'String', b'name'], [b'Object', b'value']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_position', b'return_type': b'ArrayOf(Integer, 2)', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_get_tabpage', b'return_type': b'Tabpage', b'parameters': [[b'Window', b'window']], b'since': 0}, {b'method': True, b'deprecated_since': 1, b'name': b'window_is_valid', b'return_type': b'Boolean', b'parameters': [[b'Window', b'window']], b'since': 0}], b'error_types': {b'Validation': {b'id': 1}, b'Exception': {b'id': 0}}}] | |
2019-03-21 09:19:10,756 [DEBUG @ base.py:stop:153] 23676 - Stopped event loop | |
2019-03-21 09:19:10,756 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,756 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:10,756 [DEBUG @ base.py:run:144] 23676 - Exited event loop | |
2019-03-21 09:19:10,761 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 2, 'nvim_eval', ('globpath(&rtp,"pythonx",1) . "\\n" . globpath(&rtp,"rplugin/python3",1)',)] | |
2019-03-21 09:19:10,762 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x02\xa9nvim_eval\x91\xda\x00Fglobpath(&rtp,"pythonx",1) . "\\n" . globpath(&rtp,"rplugin/python3",1)'' | |
2019-03-21 09:19:10,762 [DEBUG @ base.py:run:142] 23676 - Entering event loop | |
2019-03-21 09:19:10,777 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,777 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 2, None, b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\n\\softwares\\vim\\vimfiles\\plugged\\vim-hug-neovim-rpc\\pythonx\n\\softwares\\vim\\vimfiles\\plugged\\deoplete.nvim\\rplugin\\python3'] | |
2019-03-21 09:19:10,777 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\n\\softwares\\vim\\vimfiles\\plugged\\vim-hug-neovim-rpc\\pythonx\n\\softwares\\vim\\vimfiles\\plugged\\deoplete.nvim\\rplugin\\python3' | |
2019-03-21 09:19:10,777 [DEBUG @ base.py:stop:153] 23676 - Stopped event loop | |
2019-03-21 09:19:10,777 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,778 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:10,778 [DEBUG @ base.py:run:144] 23676 - Exited event loop | |
2019-03-21 09:19:10,793 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 3, 'nvim_call_function', ('deoplete#custom#_get_option', ['num_processes'])] | |
2019-03-21 09:19:10,793 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x03\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xadnum_processes'' | |
2019-03-21 09:19:10,793 [DEBUG @ base.py:run:142] 23676 - Entering event loop | |
2019-03-21 09:19:10,799 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,799 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 3, None, 1] | |
2019-03-21 09:19:10,799 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:10,799 [DEBUG @ base.py:stop:153] 23676 - Stopped event loop | |
2019-03-21 09:19:10,799 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,799 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:10,799 [DEBUG @ base.py:run:144] 23676 - Exited event loop | |
2019-03-21 09:19:10,799 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 4, 'nvim_get_var', ('deoplete#_logging',)] | |
2019-03-21 09:19:10,799 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x04\xacnvim_get_var\x91\xb1deoplete#_logging'' | |
2019-03-21 09:19:10,799 [DEBUG @ base.py:run:142] 23676 - Entering event loop | |
2019-03-21 09:19:10,819 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,820 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 4, None, {}] | |
2019-03-21 09:19:10,820 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {} | |
2019-03-21 09:19:10,820 [DEBUG @ base.py:stop:153] 23676 - Stopped event loop | |
2019-03-21 09:19:10,820 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,820 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:10,820 [DEBUG @ base.py:run:144] 23676 - Exited event loop | |
2019-03-21 09:19:10,820 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 5, 'nvim_set_var', ('deoplete#_channel_id', 1)] | |
2019-03-21 09:19:10,820 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x05\xacnvim_set_var\x92\xb4deoplete#_channel_id\x01'' | |
2019-03-21 09:19:10,820 [DEBUG @ base.py:run:142] 23676 - Entering event loop | |
2019-03-21 09:19:10,841 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,841 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 5, None, 1] | |
2019-03-21 09:19:10,841 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:10,841 [DEBUG @ base.py:stop:153] 23676 - Stopped event loop | |
2019-03-21 09:19:10,841 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,841 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:10,841 [DEBUG @ base.py:run:144] 23676 - Exited event loop | |
2019-03-21 09:19:10,841 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 6, 'nvim_set_var', ('deoplete#_initialized', True)] | |
2019-03-21 09:19:10,841 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x06\xacnvim_set_var\x92\xb5deoplete#_initialized\xc3'' | |
2019-03-21 09:19:10,842 [DEBUG @ base.py:run:142] 23676 - Entering event loop | |
2019-03-21 09:19:10,863 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,863 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 6, None, True] | |
2019-03-21 09:19:10,863 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, True | |
2019-03-21 09:19:10,863 [DEBUG @ base.py:stop:153] 23676 - Stopped event loop | |
2019-03-21 09:19:10,863 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,863 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:10,863 [DEBUG @ base.py:run:144] 23676 - Exited event loop | |
2019-03-21 09:19:10,863 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 7, 'nvim_call_function', ('yarp#core#channel_started', [2, 1])] | |
2019-03-21 09:19:10,863 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x07\xb2nvim_call_function\x92\xb9yarp#core#channel_started\x92\x02\x01'' | |
2019-03-21 09:19:10,863 [DEBUG @ base.py:run:142] 23676 - Entering event loop | |
2019-03-21 09:19:10,885 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,885 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 7, None, 0] | |
2019-03-21 09:19:10,885 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:10,885 [DEBUG @ base.py:stop:153] 23676 - Stopped event loop | |
2019-03-21 09:19:10,885 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,886 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:10,886 [DEBUG @ base.py:run:144] 23676 - Exited event loop | |
2019-03-21 09:19:10,886 [DEBUG @ base.py:run:142] 23676 - Entering event loop | |
2019-03-21 09:19:10,886 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,886 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [2, b'deoplete_init', []] | |
2019-03-21 09:19:10,886 [DEBUG @ async_session.py:_on_notification:107] 23676 - received notification: b'deoplete_init', [] | |
2019-03-21 09:19:10,886 [DEBUG @ session.py:_on_notification:226] 23676 - received rpc notification, greenlet <greenlet.greenlet object at 0x00000223A682B6D8> will handle it | |
2019-03-21 09:19:10,886 [DEBUG @ session.py:handler:218] 23676 - greenlet <greenlet.greenlet object at 0x00000223A682B6D8> finished executing | |
2019-03-21 09:19:10,886 [DEBUG @ session.py:handler:223] 23676 - greenlet <greenlet.greenlet object at 0x00000223A682B6D8> is now dying... | |
2019-03-21 09:19:10,886 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:10,887 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:12,736 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,736 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [2, b'deoplete_on_event', [{b'rpc': b'deoplete_on_event', b'event': b'InsertEnter', b'sources': []}]] | |
2019-03-21 09:19:12,736 [DEBUG @ async_session.py:_on_notification:107] 23676 - received notification: b'deoplete_on_event', [{b'rpc': b'deoplete_on_event', b'event': b'InsertEnter', b'sources': []}] | |
2019-03-21 09:19:12,737 [DEBUG @ session.py:_on_notification:226] 23676 - received rpc notification, greenlet <greenlet.greenlet object at 0x00000223A682B6D8> will handle it | |
2019-03-21 09:19:12,737 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 8, 'nvim_call_function', ('deoplete#custom#_update_cache', [])] | |
2019-03-21 09:19:12,737 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x08\xb2nvim_call_function\x92\xbddeoplete#custom#_update_cache\x90'' | |
2019-03-21 09:19:12,737 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:12,737 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,737 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:12,742 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,742 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 8, None, 0] | |
2019-03-21 09:19:12,742 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:12,742 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:12,742 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 9, 'nvim_call_function', ('deoplete#util#get_keyword_pattern', [''])] | |
2019-03-21 09:19:12,742 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\t\xb2nvim_call_function\x92\xda\x00!deoplete#util#get_keyword_pattern\x91\xa0'' | |
2019-03-21 09:19:12,742 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:12,742 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,743 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:12,760 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,760 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 9, None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*'] | |
2019-03-21 09:19:12,760 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*' | |
2019-03-21 09:19:12,760 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:12,761 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 10, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['sources', '', []])] | |
2019-03-21 09:19:12,761 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\n\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xa7sources\xa0\x90'' | |
2019-03-21 09:19:12,761 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:12,761 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,761 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:12,797 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,797 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 10, None, []] | |
2019-03-21 09:19:12,797 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:12,797 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:12,798 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 11, 'nvim_call_function', ('expand', ['<abuf>'])] | |
2019-03-21 09:19:12,798 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x0b\xb2nvim_call_function\x92\xa6expand\x91\xa6<abuf>'' | |
2019-03-21 09:19:12,798 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:12,798 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,798 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:12,898 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,898 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 11, None, b''] | |
2019-03-21 09:19:12,898 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:12,898 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:12,898 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 12, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:12,898 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x0c\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:12,898 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:12,898 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,899 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:12,907 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,907 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 12, None, 1] | |
2019-03-21 09:19:12,907 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:12,907 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:12,908 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 13, 'nvim_call_function', ('bufname', [1])] | |
2019-03-21 09:19:12,908 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\r\xb2nvim_call_function\x92\xa7bufname\x91\x01'' | |
2019-03-21 09:19:12,908 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:12,908 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,908 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:12,987 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,987 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 13, None, b'\\Users\\jackys\\_vimrc'] | |
2019-03-21 09:19:12,987 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'\\Users\\jackys\\_vimrc' | |
2019-03-21 09:19:12,987 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:12,987 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 14, 'nvim_call_function', ('getcwd', [])] | |
2019-03-21 09:19:12,987 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x0e\xb2nvim_call_function\x92\xa6getcwd\x90'' | |
2019-03-21 09:19:12,987 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:12,987 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:12,987 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,000 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,000 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 14, None, b'C:\\tmp'] | |
2019-03-21 09:19:13,001 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\tmp' | |
2019-03-21 09:19:13,001 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,001 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 15, 'nvim_call_function', ('getbufvar', ['%', '&buftype'])] | |
2019-03-21 09:19:13,001 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x0f\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa8&buftype'' | |
2019-03-21 09:19:13,001 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,001 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,001 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,002 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,002 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [2, b'deoplete_auto_completion_begin', [{b'rpc': b'deoplete_auto_completion_begin', b'event': b'InsertCharPre'}]] | |
2019-03-21 09:19:13,002 [DEBUG @ async_session.py:_on_notification:107] 23676 - received notification: b'deoplete_auto_completion_begin', [{b'rpc': b'deoplete_auto_completion_begin', b'event': b'InsertCharPre'}] | |
2019-03-21 09:19:13,002 [DEBUG @ session.py:_on_notification:226] 23676 - received rpc notification, greenlet <greenlet.greenlet object at 0x00000223A682B780> will handle it | |
2019-03-21 09:19:13,002 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 16, 'nvim_call_function', ('deoplete#util#get_keyword_pattern', [''])] | |
2019-03-21 09:19:13,002 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x10\xb2nvim_call_function\x92\xda\x00!deoplete#util#get_keyword_pattern\x91\xa0'' | |
2019-03-21 09:19:13,002 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,003 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,003 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,004 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,004 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [2, b'deoplete_auto_completion_begin', [{b'rpc': b'deoplete_auto_completion_begin', b'event': b'TextChangedI'}]] | |
2019-03-21 09:19:13,004 [DEBUG @ async_session.py:_on_notification:107] 23676 - received notification: b'deoplete_auto_completion_begin', [{b'rpc': b'deoplete_auto_completion_begin', b'event': b'TextChangedI'}] | |
2019-03-21 09:19:13,004 [DEBUG @ session.py:_on_notification:226] 23676 - received rpc notification, greenlet <greenlet.greenlet object at 0x00000223A682B828> will handle it | |
2019-03-21 09:19:13,004 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 17, 'nvim_call_function', ('deoplete#util#get_keyword_pattern', [''])] | |
2019-03-21 09:19:13,004 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x11\xb2nvim_call_function\x92\xda\x00!deoplete#util#get_keyword_pattern\x91\xa0'' | |
2019-03-21 09:19:13,005 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,005 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,005 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,006 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,007 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 15, None, b''] | |
2019-03-21 09:19:13,007 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,007 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,007 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 18, 'nvim_call_function', ('deoplete#custom#_get_option', ['camel_case'])] | |
2019-03-21 09:19:13,007 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x12\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaacamel_case'' | |
2019-03-21 09:19:13,008 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,008 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,008 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,009 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,009 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 16, None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*'] | |
2019-03-21 09:19:13,009 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*' | |
2019-03-21 09:19:13,009 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,009 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 19, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['sources', '', []])] | |
2019-03-21 09:19:13,009 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x13\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xa7sources\xa0\x90'' | |
2019-03-21 09:19:13,010 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,010 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,010 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,010 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,010 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 17, None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*'] | |
2019-03-21 09:19:13,011 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*' | |
2019-03-21 09:19:13,011 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,011 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 20, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['sources', '', []])] | |
2019-03-21 09:19:13,011 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x14\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xa7sources\xa0\x90'' | |
2019-03-21 09:19:13,011 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,011 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,011 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,012 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,012 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 18, None, False] | |
2019-03-21 09:19:13,012 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, False | |
2019-03-21 09:19:13,012 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,012 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 21, 'nvim_call_function', ('deoplete#custom#_get', [])] | |
2019-03-21 09:19:13,012 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x15\xb2nvim_call_function\x92\xb4deoplete#custom#_get\x90'' | |
2019-03-21 09:19:13,012 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,012 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,013 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,013 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,013 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 19, None, []] | |
2019-03-21 09:19:13,013 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:13,013 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,013 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 22, 'nvim_call_function', ('expand', ['<abuf>'])] | |
2019-03-21 09:19:13,013 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x16\xb2nvim_call_function\x92\xa6expand\x91\xa6<abuf>'' | |
2019-03-21 09:19:13,013 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,014 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,014 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,014 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,014 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 20, None, []] | |
2019-03-21 09:19:13,014 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:13,014 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,014 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 23, 'nvim_call_function', ('expand', ['<abuf>'])] | |
2019-03-21 09:19:13,014 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x17\xb2nvim_call_function\x92\xa6expand\x91\xa6<abuf>'' | |
2019-03-21 09:19:13,015 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,015 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,015 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,015 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,015 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 21, None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}}] | |
2019-03-21 09:19:13,015 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}} | |
2019-03-21 09:19:13,016 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,016 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 24, 'nvim_get_option', ('encoding',)] | |
2019-03-21 09:19:13,017 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x18\xafnvim_get_option\x91\xa8encoding'' | |
2019-03-21 09:19:13,017 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,018 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,018 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,018 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,018 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 22, None, b''] | |
2019-03-21 09:19:13,019 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,019 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,019 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 25, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,019 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x19\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,020 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,020 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,020 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,020 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,020 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 23, None, b''] | |
2019-03-21 09:19:13,020 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,020 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,020 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 26, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,020 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x1a\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,020 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,020 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,021 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,021 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,021 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 24, None, b'utf-8'] | |
2019-03-21 09:19:13,021 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'utf-8' | |
2019-03-21 09:19:13,021 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,021 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 27, 'nvim_call_function', ('deoplete#custom#_get_option', ['ignore_case'])] | |
2019-03-21 09:19:13,021 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x1b\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xabignore_case'' | |
2019-03-21 09:19:13,021 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,021 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,022 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,022 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,022 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 25, None, 1] | |
2019-03-21 09:19:13,022 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,022 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,022 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 28, 'nvim_call_function', ('bufname', [1])] | |
2019-03-21 09:19:13,022 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x1c\xb2nvim_call_function\x92\xa7bufname\x91\x01'' | |
2019-03-21 09:19:13,022 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,022 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,022 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,023 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,023 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 26, None, 1] | |
2019-03-21 09:19:13,023 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,023 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,023 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 29, 'nvim_call_function', ('bufname', [1])] | |
2019-03-21 09:19:13,023 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x1d\xb2nvim_call_function\x92\xa7bufname\x91\x01'' | |
2019-03-21 09:19:13,023 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,023 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,024 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,024 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,024 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 27, None, 0] | |
2019-03-21 09:19:13,024 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,024 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,024 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 30, 'nvim_call_function', ('has', ['win32'])] | |
2019-03-21 09:19:13,024 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x1e\xb2nvim_call_function\x92\xa3has\x91\xa5win32'' | |
2019-03-21 09:19:13,025 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,025 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,025 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,025 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,025 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 28, None, b'\\Users\\jackys\\_vimrc'] | |
2019-03-21 09:19:13,025 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'\\Users\\jackys\\_vimrc' | |
2019-03-21 09:19:13,025 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,025 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 31, 'nvim_call_function', ('getcwd', [])] | |
2019-03-21 09:19:13,025 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x1f\xb2nvim_call_function\x92\xa6getcwd\x90'' | |
2019-03-21 09:19:13,025 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,026 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,026 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,026 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,026 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 29, None, b'\\Users\\jackys\\_vimrc'] | |
2019-03-21 09:19:13,026 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'\\Users\\jackys\\_vimrc' | |
2019-03-21 09:19:13,026 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,026 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 32, 'nvim_call_function', ('getcwd', [])] | |
2019-03-21 09:19:13,026 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00 \xb2nvim_call_function\x92\xa6getcwd\x90'' | |
2019-03-21 09:19:13,026 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,026 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,027 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,027 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,028 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 30, None, 1] | |
2019-03-21 09:19:13,028 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,028 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,028 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 33, 'nvim_call_function', ('deoplete#custom#_get_option', ['smart_case'])] | |
2019-03-21 09:19:13,028 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00!\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaasmart_case'' | |
2019-03-21 09:19:13,028 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,028 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,029 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,029 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,029 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 31, None, b'C:\\tmp'] | |
2019-03-21 09:19:13,029 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\tmp' | |
2019-03-21 09:19:13,029 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,030 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 34, 'nvim_call_function', ('getbufvar', ['%', '&buftype'])] | |
2019-03-21 09:19:13,030 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00"\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa8&buftype'' | |
2019-03-21 09:19:13,030 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,030 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,030 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,031 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,031 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 32, None, b'C:\\tmp'] | |
2019-03-21 09:19:13,031 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\tmp' | |
2019-03-21 09:19:13,031 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,031 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 35, 'nvim_call_function', ('getbufvar', ['%', '&buftype'])] | |
2019-03-21 09:19:13,031 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00#\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa8&buftype'' | |
2019-03-21 09:19:13,031 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,031 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,032 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,032 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,032 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 33, None, 0] | |
2019-03-21 09:19:13,032 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,033 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,033 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 36, 'nvim_eval', ('g:',)] | |
2019-03-21 09:19:13,033 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00$\xa9nvim_eval\x91\xa2g:'' | |
2019-03-21 09:19:13,034 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,034 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,034 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,034 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,034 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 34, None, b''] | |
2019-03-21 09:19:13,034 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,034 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,035 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 37, 'nvim_call_function', ('deoplete#custom#_get_option', ['camel_case'])] | |
2019-03-21 09:19:13,035 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00%\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaacamel_case'' | |
2019-03-21 09:19:13,035 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,035 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,035 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,035 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,035 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 35, None, b''] | |
2019-03-21 09:19:13,035 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,036 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,036 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 38, 'nvim_call_function', ('deoplete#custom#_get_option', ['camel_case'])] | |
2019-03-21 09:19:13,036 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00&\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaacamel_case'' | |
2019-03-21 09:19:13,036 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,036 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,036 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,036 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,037 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 36, None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1}] | |
2019-03-21 09:19:13,037 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1} | |
2019-03-21 09:19:13,037 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,038 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 39, 'nvim_call_function', ('deoplete#util#get_input', ['Init'])] | |
2019-03-21 09:19:13,038 [DEBUG @ base.py:send:117] 23676 - Sending 'b"\x94\x00'\xb2nvim_call_function\x92\xb7deoplete#util#get_input\x91\xa4Init"' | |
2019-03-21 09:19:13,038 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,038 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,038 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,038 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,038 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 37, None, False] | |
2019-03-21 09:19:13,038 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, False | |
2019-03-21 09:19:13,038 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,039 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 40, 'nvim_call_function', ('deoplete#custom#_get', [])] | |
2019-03-21 09:19:13,039 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00(\xb2nvim_call_function\x92\xb4deoplete#custom#_get\x90'' | |
2019-03-21 09:19:13,039 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,039 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,039 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,039 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,039 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 38, None, False] | |
2019-03-21 09:19:13,040 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, False | |
2019-03-21 09:19:13,040 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,040 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 41, 'nvim_call_function', ('deoplete#custom#_get', [])] | |
2019-03-21 09:19:13,040 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00)\xb2nvim_call_function\x92\xb4deoplete#custom#_get\x90'' | |
2019-03-21 09:19:13,040 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,040 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,040 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,040 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,041 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 39, None, b'"'] | |
2019-03-21 09:19:13,041 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'"' | |
2019-03-21 09:19:13,041 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,041 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 42, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,041 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00*\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,041 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,041 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,041 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,041 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,041 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 40, None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}}] | |
2019-03-21 09:19:13,042 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}} | |
2019-03-21 09:19:13,042 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,042 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 43, 'nvim_get_option', ('encoding',)] | |
2019-03-21 09:19:13,042 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00+\xafnvim_get_option\x91\xa8encoding'' | |
2019-03-21 09:19:13,042 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,042 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,042 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,042 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,043 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 41, None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}}] | |
2019-03-21 09:19:13,043 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}} | |
2019-03-21 09:19:13,043 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,043 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 44, 'nvim_get_option', ('encoding',)] | |
2019-03-21 09:19:13,044 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00,\xafnvim_get_option\x91\xa8encoding'' | |
2019-03-21 09:19:13,044 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,044 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,044 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,044 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,044 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 42, None, b''] | |
2019-03-21 09:19:13,044 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,045 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,045 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 45, 'nvim_call_function', ('exists', ['*context_filetype#get_filetype'])] | |
2019-03-21 09:19:13,045 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00-\xb2nvim_call_function\x92\xa6exists\x91\xbe*context_filetype#get_filetype'' | |
2019-03-21 09:19:13,045 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,045 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,045 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,045 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,045 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 43, None, b'utf-8'] | |
2019-03-21 09:19:13,046 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'utf-8' | |
2019-03-21 09:19:13,046 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,046 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 46, 'nvim_call_function', ('deoplete#custom#_get_option', ['ignore_case'])] | |
2019-03-21 09:19:13,046 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00.\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xabignore_case'' | |
2019-03-21 09:19:13,046 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,046 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,046 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,047 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,047 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 44, None, b'utf-8'] | |
2019-03-21 09:19:13,047 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'utf-8' | |
2019-03-21 09:19:13,047 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,047 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 47, 'nvim_call_function', ('deoplete#custom#_get_option', ['ignore_case'])] | |
2019-03-21 09:19:13,047 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00/\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xabignore_case'' | |
2019-03-21 09:19:13,047 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,047 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,048 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,048 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,048 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 45, None, 0] | |
2019-03-21 09:19:13,048 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,048 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,049 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 48, 'nvim_call_function', ('line', ['.'])] | |
2019-03-21 09:19:13,049 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x000\xb2nvim_call_function\x92\xa4line\x91\xa1.'' | |
2019-03-21 09:19:13,049 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,049 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,050 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,050 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,050 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 46, None, 0] | |
2019-03-21 09:19:13,050 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,050 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,050 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 49, 'nvim_call_function', ('has', ['win32'])] | |
2019-03-21 09:19:13,051 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x001\xb2nvim_call_function\x92\xa3has\x91\xa5win32'' | |
2019-03-21 09:19:13,051 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,051 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,051 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,051 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,052 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 47, None, 0] | |
2019-03-21 09:19:13,052 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,052 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,052 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 50, 'nvim_call_function', ('has', ['win32'])] | |
2019-03-21 09:19:13,052 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x002\xb2nvim_call_function\x92\xa3has\x91\xa5win32'' | |
2019-03-21 09:19:13,052 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,052 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,052 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,053 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,053 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 48, None, 6] | |
2019-03-21 09:19:13,053 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 6 | |
2019-03-21 09:19:13,053 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,053 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 51, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,053 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x003\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,053 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,053 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,053 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,054 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,054 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 49, None, 1] | |
2019-03-21 09:19:13,054 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,054 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,054 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 52, 'nvim_call_function', ('deoplete#custom#_get_option', ['smart_case'])] | |
2019-03-21 09:19:13,054 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x004\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaasmart_case'' | |
2019-03-21 09:19:13,054 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,054 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,054 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,079 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,079 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 50, None, 1] | |
2019-03-21 09:19:13,079 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,079 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,079 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 53, 'nvim_call_function', ('deoplete#custom#_get_option', ['smart_case'])] | |
2019-03-21 09:19:13,080 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x005\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaasmart_case'' | |
2019-03-21 09:19:13,080 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,080 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,080 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,081 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,081 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 51, None, 1] | |
2019-03-21 09:19:13,081 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,081 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,081 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 54, 'nvim_call_function', ('exists', ['*context_filetype#get_filetype'])] | |
2019-03-21 09:19:13,081 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x006\xb2nvim_call_function\x92\xa6exists\x91\xbe*context_filetype#get_filetype'' | |
2019-03-21 09:19:13,082 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,082 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,082 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,082 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,082 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 52, None, 0] | |
2019-03-21 09:19:13,083 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,083 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,083 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 55, 'nvim_eval', ('g:',)] | |
2019-03-21 09:19:13,083 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x007\xa9nvim_eval\x91\xa2g:'' | |
2019-03-21 09:19:13,083 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,083 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,083 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,084 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,084 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 53, None, 0] | |
2019-03-21 09:19:13,084 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,084 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,084 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 56, 'nvim_eval', ('g:',)] | |
2019-03-21 09:19:13,084 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x008\xa9nvim_eval\x91\xa2g:'' | |
2019-03-21 09:19:13,085 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,085 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,085 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,085 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,085 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 54, None, 0] | |
2019-03-21 09:19:13,085 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,085 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,086 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 57, 'nvim_call_function', ('winwidth', [0])] | |
2019-03-21 09:19:13,086 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x009\xb2nvim_call_function\x92\xa8winwidth\x91\x00'' | |
2019-03-21 09:19:13,086 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,086 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,086 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,087 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,087 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 55, None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1}] | |
2019-03-21 09:19:13,087 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1} | |
2019-03-21 09:19:13,088 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,089 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 58, 'nvim_call_function', ('deoplete#util#get_input', ['Init'])] | |
2019-03-21 09:19:13,089 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00:\xb2nvim_call_function\x92\xb7deoplete#util#get_input\x91\xa4Init'' | |
2019-03-21 09:19:13,089 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,089 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,089 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,089 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,090 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 56, None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1}] | |
2019-03-21 09:19:13,090 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1} | |
2019-03-21 09:19:13,090 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,090 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 59, 'nvim_call_function', ('deoplete#util#get_input', ['Init'])] | |
2019-03-21 09:19:13,091 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00;\xb2nvim_call_function\x92\xb7deoplete#util#get_input\x91\xa4Init'' | |
2019-03-21 09:19:13,091 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,091 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,091 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,091 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,091 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 57, None, 80] | |
2019-03-21 09:19:13,091 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 80 | |
2019-03-21 09:19:13,091 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,091 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 60, 'nvim_call_function', ('col', ['.'])] | |
2019-03-21 09:19:13,092 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00<\xb2nvim_call_function\x92\xa3col\x91\xa1.'' | |
2019-03-21 09:19:13,092 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,092 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,092 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,092 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,092 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 58, None, b'"'] | |
2019-03-21 09:19:13,092 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'"' | |
2019-03-21 09:19:13,092 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,092 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 61, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,092 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00=\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,093 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,093 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,093 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,093 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,093 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 59, None, b'"'] | |
2019-03-21 09:19:13,093 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'"' | |
2019-03-21 09:19:13,093 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,093 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 62, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,093 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00>\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,093 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,094 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,094 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,094 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,094 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 60, None, 2] | |
2019-03-21 09:19:13,094 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 2 | |
2019-03-21 09:19:13,094 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,094 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 63, 'nvim_call_function', ('getbufvar', ['%', 'changedtick', 0])] | |
2019-03-21 09:19:13,094 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00?\xb2nvim_call_function\x92\xa9getbufvar\x93\xa1%\xabchangedtick\x00'' | |
2019-03-21 09:19:13,094 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,095 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,095 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,095 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,095 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 61, None, b''] | |
2019-03-21 09:19:13,095 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,095 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,095 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 64, 'nvim_call_function', ('exists', ['*context_filetype#get_filetype'])] | |
2019-03-21 09:19:13,095 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00@\xb2nvim_call_function\x92\xa6exists\x91\xbe*context_filetype#get_filetype'' | |
2019-03-21 09:19:13,095 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,095 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,096 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,096 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,096 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 62, None, b''] | |
2019-03-21 09:19:13,096 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,096 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,097 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 65, 'nvim_call_function', ('exists', ['*context_filetype#get_filetype'])] | |
2019-03-21 09:19:13,097 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00A\xb2nvim_call_function\x92\xa6exists\x91\xbe*context_filetype#get_filetype'' | |
2019-03-21 09:19:13,097 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,097 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,097 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,098 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,098 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 63, None, 4] | |
2019-03-21 09:19:13,098 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 4 | |
2019-03-21 09:19:13,098 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,098 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 66, 'nvim_call_function', ('deoplete#util#get_next_input', ['Init'])] | |
2019-03-21 09:19:13,098 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00B\xb2nvim_call_function\x92\xbcdeoplete#util#get_next_input\x91\xa4Init'' | |
2019-03-21 09:19:13,098 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,098 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,098 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,099 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,099 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 64, None, 0] | |
2019-03-21 09:19:13,099 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,099 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,099 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 67, 'nvim_call_function', ('line', ['.'])] | |
2019-03-21 09:19:13,099 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00C\xb2nvim_call_function\x92\xa4line\x91\xa1.'' | |
2019-03-21 09:19:13,100 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,100 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,100 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,100 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,100 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 65, None, 0] | |
2019-03-21 09:19:13,100 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,101 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,101 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 68, 'nvim_call_function', ('line', ['.'])] | |
2019-03-21 09:19:13,101 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00D\xb2nvim_call_function\x92\xa4line\x91\xa1.'' | |
2019-03-21 09:19:13,101 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,101 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,101 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,101 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,101 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 66, None, b"call deoplete#custom#option('num_processes', 1)"] | |
2019-03-21 09:19:13,101 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b"call deoplete#custom#option('num_processes', 1)" | |
2019-03-21 09:19:13,102 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,102 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 69, 'nvim_call_function', ('getpos', ['.'])] | |
2019-03-21 09:19:13,102 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00E\xb2nvim_call_function\x92\xa6getpos\x91\xa1.'' | |
2019-03-21 09:19:13,102 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,102 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,102 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,102 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,102 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 67, None, 6] | |
2019-03-21 09:19:13,102 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 6 | |
2019-03-21 09:19:13,102 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,103 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 70, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,103 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00F\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,103 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,103 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,103 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,104 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,104 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 68, None, 6] | |
2019-03-21 09:19:13,104 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 6 | |
2019-03-21 09:19:13,104 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,104 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 71, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,104 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00G\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,105 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,105 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,105 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,105 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,105 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 69, None, [0, 6, 2, 0]] | |
2019-03-21 09:19:13,105 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [0, 6, 2, 0] | |
2019-03-21 09:19:13,105 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,105 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 72, 'nvim_call_function', ('deoplete#util#get_keyword_pattern', ['nothing'])] | |
2019-03-21 09:19:13,105 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00H\xb2nvim_call_function\x92\xda\x00!deoplete#util#get_keyword_pattern\x91\xa7nothing'' | |
2019-03-21 09:19:13,106 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,106 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,106 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,106 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,106 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 70, None, 1] | |
2019-03-21 09:19:13,106 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,106 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,106 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 73, 'nvim_call_function', ('exists', ['*context_filetype#get_filetype'])] | |
2019-03-21 09:19:13,106 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00I\xb2nvim_call_function\x92\xa6exists\x91\xbe*context_filetype#get_filetype'' | |
2019-03-21 09:19:13,106 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,107 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,107 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,107 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,107 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 71, None, 1] | |
2019-03-21 09:19:13,107 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,107 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,107 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 74, 'nvim_call_function', ('exists', ['*context_filetype#get_filetype'])] | |
2019-03-21 09:19:13,107 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00J\xb2nvim_call_function\x92\xa6exists\x91\xbe*context_filetype#get_filetype'' | |
2019-03-21 09:19:13,107 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,107 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,108 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,108 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,109 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 72, None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*'] | |
2019-03-21 09:19:13,109 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*' | |
2019-03-21 09:19:13,109 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,109 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 75, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['sources', 'nothing', []])] | |
2019-03-21 09:19:13,109 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00K\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xa7sources\xa7nothing\x90'' | |
2019-03-21 09:19:13,109 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,109 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,109 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,110 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,110 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 73, None, 0] | |
2019-03-21 09:19:13,110 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,110 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,110 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 76, 'nvim_call_function', ('winwidth', [0])] | |
2019-03-21 09:19:13,110 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00L\xb2nvim_call_function\x92\xa8winwidth\x91\x00'' | |
2019-03-21 09:19:13,110 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,110 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,110 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,111 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,111 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 74, None, 0] | |
2019-03-21 09:19:13,111 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,111 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,111 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 77, 'nvim_call_function', ('winwidth', [0])] | |
2019-03-21 09:19:13,112 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00M\xb2nvim_call_function\x92\xa8winwidth\x91\x00'' | |
2019-03-21 09:19:13,112 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,112 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,112 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,113 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,113 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 75, None, []] | |
2019-03-21 09:19:13,113 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:13,113 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,113 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 78, 'nvim_call_function', ('deoplete#custom#_update_cache', [])] | |
2019-03-21 09:19:13,113 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00N\xb2nvim_call_function\x92\xbddeoplete#custom#_update_cache\x90'' | |
2019-03-21 09:19:13,113 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,114 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,114 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,114 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,114 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 76, None, 80] | |
2019-03-21 09:19:13,114 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 80 | |
2019-03-21 09:19:13,114 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,114 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 79, 'nvim_call_function', ('col', ['.'])] | |
2019-03-21 09:19:13,114 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00O\xb2nvim_call_function\x92\xa3col\x91\xa1.'' | |
2019-03-21 09:19:13,114 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,114 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,114 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,115 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,115 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 77, None, 80] | |
2019-03-21 09:19:13,115 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 80 | |
2019-03-21 09:19:13,116 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,116 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 80, 'nvim_call_function', ('col', ['.'])] | |
2019-03-21 09:19:13,116 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00P\xb2nvim_call_function\x92\xa3col\x91\xa1.'' | |
2019-03-21 09:19:13,116 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,116 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,117 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,117 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,117 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 78, None, 0] | |
2019-03-21 09:19:13,117 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,117 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,117 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 81, 'nvim_call_function', ('expand', ['<abuf>'])] | |
2019-03-21 09:19:13,117 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00Q\xb2nvim_call_function\x92\xa6expand\x91\xa6<abuf>'' | |
2019-03-21 09:19:13,117 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,117 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,118 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,118 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,118 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 79, None, 2] | |
2019-03-21 09:19:13,118 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 2 | |
2019-03-21 09:19:13,118 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,118 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 82, 'nvim_call_function', ('getbufvar', ['%', 'changedtick', 0])] | |
2019-03-21 09:19:13,118 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00R\xb2nvim_call_function\x92\xa9getbufvar\x93\xa1%\xabchangedtick\x00'' | |
2019-03-21 09:19:13,118 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,118 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,118 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,119 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,119 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 80, None, 2] | |
2019-03-21 09:19:13,119 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 2 | |
2019-03-21 09:19:13,119 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,119 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 83, 'nvim_call_function', ('getbufvar', ['%', 'changedtick', 0])] | |
2019-03-21 09:19:13,119 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00S\xb2nvim_call_function\x92\xa9getbufvar\x93\xa1%\xabchangedtick\x00'' | |
2019-03-21 09:19:13,119 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,119 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,119 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,120 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,120 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 81, None, b''] | |
2019-03-21 09:19:13,120 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,120 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,121 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 84, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,121 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00T\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,121 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,121 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,121 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,121 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,122 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 82, None, 4] | |
2019-03-21 09:19:13,122 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 4 | |
2019-03-21 09:19:13,122 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,122 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 85, 'nvim_call_function', ('deoplete#util#get_next_input', ['Init'])] | |
2019-03-21 09:19:13,122 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00U\xb2nvim_call_function\x92\xbcdeoplete#util#get_next_input\x91\xa4Init'' | |
2019-03-21 09:19:13,122 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,122 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,122 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,123 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,123 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 83, None, 4] | |
2019-03-21 09:19:13,123 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 4 | |
2019-03-21 09:19:13,123 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,123 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 86, 'nvim_call_function', ('deoplete#util#get_next_input', ['Init'])] | |
2019-03-21 09:19:13,123 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00V\xb2nvim_call_function\x92\xbcdeoplete#util#get_next_input\x91\xa4Init'' | |
2019-03-21 09:19:13,123 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,123 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,123 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,124 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,124 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 84, None, 1] | |
2019-03-21 09:19:13,124 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,124 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,124 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 87, 'nvim_call_function', ('bufname', [1])] | |
2019-03-21 09:19:13,124 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00W\xb2nvim_call_function\x92\xa7bufname\x91\x01'' | |
2019-03-21 09:19:13,124 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,124 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,124 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,125 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,125 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 85, None, b"call deoplete#custom#option('num_processes', 1)"] | |
2019-03-21 09:19:13,125 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b"call deoplete#custom#option('num_processes', 1)" | |
2019-03-21 09:19:13,125 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,125 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 88, 'nvim_call_function', ('getpos', ['.'])] | |
2019-03-21 09:19:13,125 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00X\xb2nvim_call_function\x92\xa6getpos\x91\xa1.'' | |
2019-03-21 09:19:13,126 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,126 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,126 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,126 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,126 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 86, None, b"call deoplete#custom#option('num_processes', 1)"] | |
2019-03-21 09:19:13,126 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b"call deoplete#custom#option('num_processes', 1)" | |
2019-03-21 09:19:13,127 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,127 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 89, 'nvim_call_function', ('getpos', ['.'])] | |
2019-03-21 09:19:13,127 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00Y\xb2nvim_call_function\x92\xa6getpos\x91\xa1.'' | |
2019-03-21 09:19:13,127 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,127 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,127 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,128 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,128 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 87, None, b'\\Users\\jackys\\_vimrc'] | |
2019-03-21 09:19:13,128 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'\\Users\\jackys\\_vimrc' | |
2019-03-21 09:19:13,128 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,128 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 90, 'nvim_call_function', ('getcwd', [])] | |
2019-03-21 09:19:13,128 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00Z\xb2nvim_call_function\x92\xa6getcwd\x90'' | |
2019-03-21 09:19:13,128 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,129 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,129 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,129 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,129 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 88, None, [0, 6, 2, 0]] | |
2019-03-21 09:19:13,130 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [0, 6, 2, 0] | |
2019-03-21 09:19:13,130 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,130 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 91, 'nvim_call_function', ('deoplete#util#get_keyword_pattern', ['nothing'])] | |
2019-03-21 09:19:13,130 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00[\xb2nvim_call_function\x92\xda\x00!deoplete#util#get_keyword_pattern\x91\xa7nothing'' | |
2019-03-21 09:19:13,131 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,131 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,131 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,131 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,131 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 89, None, [0, 6, 2, 0]] | |
2019-03-21 09:19:13,132 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [0, 6, 2, 0] | |
2019-03-21 09:19:13,132 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,132 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 92, 'nvim_call_function', ('deoplete#util#get_keyword_pattern', ['nothing'])] | |
2019-03-21 09:19:13,132 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\\\xb2nvim_call_function\x92\xda\x00!deoplete#util#get_keyword_pattern\x91\xa7nothing'' | |
2019-03-21 09:19:13,133 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,134 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,134 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,135 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,135 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 90, None, b'C:\\tmp'] | |
2019-03-21 09:19:13,135 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\tmp' | |
2019-03-21 09:19:13,135 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,135 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 93, 'nvim_call_function', ('getbufvar', ['%', '&buftype'])] | |
2019-03-21 09:19:13,135 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00]\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa8&buftype'' | |
2019-03-21 09:19:13,135 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,135 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,135 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,136 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,136 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 91, None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*'] | |
2019-03-21 09:19:13,136 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*' | |
2019-03-21 09:19:13,136 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,136 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 94, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['sources', 'nothing', []])] | |
2019-03-21 09:19:13,136 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00^\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xa7sources\xa7nothing\x90'' | |
2019-03-21 09:19:13,136 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,136 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,136 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,137 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,137 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 92, None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*'] | |
2019-03-21 09:19:13,137 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*' | |
2019-03-21 09:19:13,137 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,137 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 95, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['sources', 'nothing', []])] | |
2019-03-21 09:19:13,137 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00_\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xa7sources\xa7nothing\x90'' | |
2019-03-21 09:19:13,137 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,137 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,138 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,138 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,138 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 93, None, b''] | |
2019-03-21 09:19:13,138 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,138 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,138 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 96, 'nvim_call_function', ('deoplete#custom#_get_option', ['camel_case'])] | |
2019-03-21 09:19:13,138 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00`\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaacamel_case'' | |
2019-03-21 09:19:13,139 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,139 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,139 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,139 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,139 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 94, None, []] | |
2019-03-21 09:19:13,139 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:13,139 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,139 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 97, 'nvim_call_function', ('deoplete#custom#_update_cache', [])] | |
2019-03-21 09:19:13,139 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00a\xb2nvim_call_function\x92\xbddeoplete#custom#_update_cache\x90'' | |
2019-03-21 09:19:13,140 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,140 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,140 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,140 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,140 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 95, None, []] | |
2019-03-21 09:19:13,140 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:13,140 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,140 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 98, 'nvim_call_function', ('deoplete#custom#_update_cache', [])] | |
2019-03-21 09:19:13,141 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00b\xb2nvim_call_function\x92\xbddeoplete#custom#_update_cache\x90'' | |
2019-03-21 09:19:13,141 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,141 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,141 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,141 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,142 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 96, None, False] | |
2019-03-21 09:19:13,142 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, False | |
2019-03-21 09:19:13,142 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,142 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 99, 'nvim_call_function', ('deoplete#custom#_get', [])] | |
2019-03-21 09:19:13,142 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00c\xb2nvim_call_function\x92\xb4deoplete#custom#_get\x90'' | |
2019-03-21 09:19:13,142 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,142 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,142 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,143 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,143 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 97, None, 0] | |
2019-03-21 09:19:13,143 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,143 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,144 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 100, 'nvim_call_function', ('expand', ['<abuf>'])] | |
2019-03-21 09:19:13,144 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00d\xb2nvim_call_function\x92\xa6expand\x91\xa6<abuf>'' | |
2019-03-21 09:19:13,144 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,144 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,145 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,145 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,145 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 98, None, 0] | |
2019-03-21 09:19:13,145 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,145 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,145 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 101, 'nvim_call_function', ('expand', ['<abuf>'])] | |
2019-03-21 09:19:13,145 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00e\xb2nvim_call_function\x92\xa6expand\x91\xa6<abuf>'' | |
2019-03-21 09:19:13,145 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,146 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,146 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,146 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,146 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 99, None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}}] | |
2019-03-21 09:19:13,146 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}} | |
2019-03-21 09:19:13,146 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,147 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 102, 'nvim_get_option', ('encoding',)] | |
2019-03-21 09:19:13,147 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00f\xafnvim_get_option\x91\xa8encoding'' | |
2019-03-21 09:19:13,147 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,147 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,148 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,148 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,148 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 100, None, b''] | |
2019-03-21 09:19:13,148 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,148 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,149 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 103, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,149 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00g\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,149 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,150 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,150 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,150 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,150 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 101, None, b''] | |
2019-03-21 09:19:13,150 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,150 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,150 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 104, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,151 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00h\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,151 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,151 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,151 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,151 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,151 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 102, None, b'utf-8'] | |
2019-03-21 09:19:13,151 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'utf-8' | |
2019-03-21 09:19:13,152 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,152 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 105, 'nvim_call_function', ('deoplete#custom#_get_option', ['ignore_case'])] | |
2019-03-21 09:19:13,152 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00i\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xabignore_case'' | |
2019-03-21 09:19:13,152 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,152 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,152 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,153 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,153 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 103, None, 1] | |
2019-03-21 09:19:13,153 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,153 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,153 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 106, 'nvim_call_function', ('bufname', [1])] | |
2019-03-21 09:19:13,153 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00j\xb2nvim_call_function\x92\xa7bufname\x91\x01'' | |
2019-03-21 09:19:13,153 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,154 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,154 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,154 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,154 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 104, None, 1] | |
2019-03-21 09:19:13,154 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,154 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,155 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 107, 'nvim_call_function', ('bufname', [1])] | |
2019-03-21 09:19:13,155 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00k\xb2nvim_call_function\x92\xa7bufname\x91\x01'' | |
2019-03-21 09:19:13,155 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,155 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,155 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,155 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,155 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 105, None, 0] | |
2019-03-21 09:19:13,156 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,156 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,156 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 108, 'nvim_call_function', ('has', ['win32'])] | |
2019-03-21 09:19:13,156 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00l\xb2nvim_call_function\x92\xa3has\x91\xa5win32'' | |
2019-03-21 09:19:13,156 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,156 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,156 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,156 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,156 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 106, None, b'\\Users\\jackys\\_vimrc'] | |
2019-03-21 09:19:13,156 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'\\Users\\jackys\\_vimrc' | |
2019-03-21 09:19:13,157 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,157 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 109, 'nvim_call_function', ('getcwd', [])] | |
2019-03-21 09:19:13,157 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00m\xb2nvim_call_function\x92\xa6getcwd\x90'' | |
2019-03-21 09:19:13,157 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,157 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,157 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,158 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,158 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 107, None, b'\\Users\\jackys\\_vimrc'] | |
2019-03-21 09:19:13,158 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'\\Users\\jackys\\_vimrc' | |
2019-03-21 09:19:13,158 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,158 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 110, 'nvim_call_function', ('getcwd', [])] | |
2019-03-21 09:19:13,158 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00n\xb2nvim_call_function\x92\xa6getcwd\x90'' | |
2019-03-21 09:19:13,158 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,158 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,158 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,158 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,159 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 108, None, 1] | |
2019-03-21 09:19:13,159 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,159 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,159 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 111, 'nvim_call_function', ('deoplete#custom#_get_option', ['smart_case'])] | |
2019-03-21 09:19:13,159 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00o\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaasmart_case'' | |
2019-03-21 09:19:13,159 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,159 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,159 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,160 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,160 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 109, None, b'C:\\tmp'] | |
2019-03-21 09:19:13,160 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\tmp' | |
2019-03-21 09:19:13,160 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,160 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 112, 'nvim_call_function', ('getbufvar', ['%', '&buftype'])] | |
2019-03-21 09:19:13,160 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00p\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa8&buftype'' | |
2019-03-21 09:19:13,160 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,160 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,161 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,161 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,161 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 110, None, b'C:\\tmp'] | |
2019-03-21 09:19:13,161 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\tmp' | |
2019-03-21 09:19:13,161 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,162 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 113, 'nvim_call_function', ('getbufvar', ['%', '&buftype'])] | |
2019-03-21 09:19:13,162 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00q\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa8&buftype'' | |
2019-03-21 09:19:13,162 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,162 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,162 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,162 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,162 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 111, None, 0] | |
2019-03-21 09:19:13,162 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,163 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,163 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 114, 'nvim_eval', ('g:',)] | |
2019-03-21 09:19:13,163 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00r\xa9nvim_eval\x91\xa2g:'' | |
2019-03-21 09:19:13,163 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,163 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,163 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,163 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,163 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 112, None, b''] | |
2019-03-21 09:19:13,164 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,164 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,164 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 115, 'nvim_call_function', ('deoplete#custom#_get_option', ['camel_case'])] | |
2019-03-21 09:19:13,164 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00s\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaacamel_case'' | |
2019-03-21 09:19:13,164 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,164 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,164 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,165 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,165 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 113, None, b''] | |
2019-03-21 09:19:13,165 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,165 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,165 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 116, 'nvim_call_function', ('deoplete#custom#_get_option', ['camel_case'])] | |
2019-03-21 09:19:13,165 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00t\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaacamel_case'' | |
2019-03-21 09:19:13,166 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,166 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,166 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,166 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,167 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 114, None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1}] | |
2019-03-21 09:19:13,168 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1} | |
2019-03-21 09:19:13,168 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,169 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 117, 'nvim_call_function', ('deoplete#util#get_input', ['Init'])] | |
2019-03-21 09:19:13,169 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00u\xb2nvim_call_function\x92\xb7deoplete#util#get_input\x91\xa4Init'' | |
2019-03-21 09:19:13,169 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,169 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,169 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,169 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,169 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 115, None, False] | |
2019-03-21 09:19:13,169 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, False | |
2019-03-21 09:19:13,170 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,170 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 118, 'nvim_call_function', ('deoplete#custom#_get', [])] | |
2019-03-21 09:19:13,170 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00v\xb2nvim_call_function\x92\xb4deoplete#custom#_get\x90'' | |
2019-03-21 09:19:13,170 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,170 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,170 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,170 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,170 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 116, None, False] | |
2019-03-21 09:19:13,170 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, False | |
2019-03-21 09:19:13,170 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,171 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 119, 'nvim_call_function', ('deoplete#custom#_get', [])] | |
2019-03-21 09:19:13,171 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00w\xb2nvim_call_function\x92\xb4deoplete#custom#_get\x90'' | |
2019-03-21 09:19:13,171 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,171 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,171 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,172 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,172 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 117, None, b'"'] | |
2019-03-21 09:19:13,172 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'"' | |
2019-03-21 09:19:13,172 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,172 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 120, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,172 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00x\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,173 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,173 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,173 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,173 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,174 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 118, None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}}] | |
2019-03-21 09:19:13,174 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}} | |
2019-03-21 09:19:13,174 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,174 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 121, 'nvim_get_option', ('encoding',)] | |
2019-03-21 09:19:13,175 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00y\xafnvim_get_option\x91\xa8encoding'' | |
2019-03-21 09:19:13,175 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,175 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,175 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,175 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,176 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 119, None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}}] | |
2019-03-21 09:19:13,176 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'filter': {}, b'source': {b'_': {}}, b'option': {b'camel_case': False, b'on_text_changed_i': True, b'max_list': 500, b'candidate_marks': [], b'skip_multibyte': False, b'auto_refresh_delay': 20, b'auto_complete_delay': 0, b'min_pattern_length': 2, b'yarp': False, b'profile': False, b'omni_patterns': {}, b'auto_complete': True, b'smart_case': 0, b'ignore_case': 0, b'sources': {}, b'refresh_always': True, b'num_processes': 1, b'keyword_patterns': {b'_': b'[a-zA-Z_]\\k*'}, b'on_insert_enter': True, b'trigger_key': b'', b'skip_chars': [b'(', b')'], b'prev_completion_mode': b'filter', b'ignore_sources': {}}} | |
2019-03-21 09:19:13,176 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,176 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 122, 'nvim_get_option', ('encoding',)] | |
2019-03-21 09:19:13,176 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00z\xafnvim_get_option\x91\xa8encoding'' | |
2019-03-21 09:19:13,176 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,177 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,177 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,177 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,177 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 120, None, b''] | |
2019-03-21 09:19:13,177 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,177 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,177 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 123, 'nvim_call_function', ('line', ['.'])] | |
2019-03-21 09:19:13,178 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00{\xb2nvim_call_function\x92\xa4line\x91\xa1.'' | |
2019-03-21 09:19:13,178 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,178 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,178 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,178 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,178 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 121, None, b'utf-8'] | |
2019-03-21 09:19:13,178 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'utf-8' | |
2019-03-21 09:19:13,178 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,178 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 124, 'nvim_call_function', ('deoplete#custom#_get_option', ['ignore_case'])] | |
2019-03-21 09:19:13,179 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00|\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xabignore_case'' | |
2019-03-21 09:19:13,179 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,179 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,179 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,179 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,179 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 122, None, b'utf-8'] | |
2019-03-21 09:19:13,179 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'utf-8' | |
2019-03-21 09:19:13,179 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,179 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 125, 'nvim_call_function', ('deoplete#custom#_get_option', ['ignore_case'])] | |
2019-03-21 09:19:13,180 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00}\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xabignore_case'' | |
2019-03-21 09:19:13,180 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,180 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,180 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,180 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,180 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 123, None, 6] | |
2019-03-21 09:19:13,180 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 6 | |
2019-03-21 09:19:13,180 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,180 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 126, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,181 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00~\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,181 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,181 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,181 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,181 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,181 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 124, None, 0] | |
2019-03-21 09:19:13,181 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,181 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,182 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 127, 'nvim_call_function', ('has', ['win32'])] | |
2019-03-21 09:19:13,182 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\x7f\xb2nvim_call_function\x92\xa3has\x91\xa5win32'' | |
2019-03-21 09:19:13,182 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,182 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,182 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,183 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,183 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 125, None, 0] | |
2019-03-21 09:19:13,183 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,183 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,183 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 128, 'nvim_call_function', ('has', ['win32'])] | |
2019-03-21 09:19:13,183 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x80\xb2nvim_call_function\x92\xa3has\x91\xa5win32'' | |
2019-03-21 09:19:13,184 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,184 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,184 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,184 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,184 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 126, None, 1] | |
2019-03-21 09:19:13,184 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,184 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,185 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 129, 'nvim_call_function', ('winwidth', [0])] | |
2019-03-21 09:19:13,185 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x81\xb2nvim_call_function\x92\xa8winwidth\x91\x00'' | |
2019-03-21 09:19:13,185 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,185 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,185 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,186 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,186 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 127, None, 1] | |
2019-03-21 09:19:13,186 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,186 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,186 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 130, 'nvim_call_function', ('deoplete#custom#_get_option', ['smart_case'])] | |
2019-03-21 09:19:13,186 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x82\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaasmart_case'' | |
2019-03-21 09:19:13,187 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,187 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,187 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,187 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,187 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 128, None, 1] | |
2019-03-21 09:19:13,187 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,188 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,188 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 131, 'nvim_call_function', ('deoplete#custom#_get_option', ['smart_case'])] | |
2019-03-21 09:19:13,188 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x83\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xaasmart_case'' | |
2019-03-21 09:19:13,188 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,188 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,188 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,188 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,189 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 129, None, 80] | |
2019-03-21 09:19:13,189 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 80 | |
2019-03-21 09:19:13,189 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,189 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 132, 'nvim_call_function', ('col', ['.'])] | |
2019-03-21 09:19:13,189 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x84\xb2nvim_call_function\x92\xa3col\x91\xa1.'' | |
2019-03-21 09:19:13,189 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,189 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,189 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,190 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,190 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 130, None, 0] | |
2019-03-21 09:19:13,190 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,190 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,190 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 133, 'nvim_eval', ('g:',)] | |
2019-03-21 09:19:13,190 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x85\xa9nvim_eval\x91\xa2g:'' | |
2019-03-21 09:19:13,190 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,190 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,190 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,191 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,191 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 131, None, 0] | |
2019-03-21 09:19:13,191 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,191 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,191 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 134, 'nvim_eval', ('g:',)] | |
2019-03-21 09:19:13,191 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x86\xa9nvim_eval\x91\xa2g:'' | |
2019-03-21 09:19:13,191 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,191 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,191 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,192 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,192 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 132, None, 2] | |
2019-03-21 09:19:13,192 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 2 | |
2019-03-21 09:19:13,192 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,192 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 135, 'nvim_call_function', ('getbufvar', ['%', 'changedtick', 0])] | |
2019-03-21 09:19:13,192 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x87\xb2nvim_call_function\x92\xa9getbufvar\x93\xa1%\xabchangedtick\x00'' | |
2019-03-21 09:19:13,192 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,192 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,192 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,193 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,193 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 133, None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1}] | |
2019-03-21 09:19:13,193 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1} | |
2019-03-21 09:19:13,193 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,194 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 136, 'nvim_call_function', ('deoplete#util#get_input', ['Init'])] | |
2019-03-21 09:19:13,194 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x88\xb2nvim_call_function\x92\xb7deoplete#util#get_input\x91\xa4Init'' | |
2019-03-21 09:19:13,194 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,194 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,194 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,195 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,195 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 134, None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1}] | |
2019-03-21 09:19:13,195 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'_neovim_rpc_vim_server': b'127.0.0.1:63025', b'deoplete#_serveraddr': b'127.0.0.1:63026', b'deoplete#_yarp': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'matchparen_timeout': 300, b'deoplete#_prev_completion': {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}, b'loaded_getscriptPlugin': b'v36', b'paste#paste_cmd': {b'v': b'"-c<Esc>:call paste#Paste()<CR>', b'i': b'\x1c\x0f"+gP', b'n': b':call paste#Paste()<CR>'}, b'matchparen_insert_timeout': 60, b'deoplete#_initialized': 1, b'bmenu_max_pathlen': 35, b'_neovim_rpc_tmp_args': [b'g:'], b'_neovim_rpc_jobs': {b'1': {b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'job': None, b'opts': {b'self': {b'init': b'yarp#pyx#init', b'notify': b'yarp#core#notify', b'type': b'py3', b'channel': 1, b'job_detach': 0, b'cmd': [b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'-u', b'\\softwares\\vim\\vimfiles\\plugged\\nvim-yarp\\pythonx\\yarp.py', b'127.0.0.1:63026', 2, b'deoplete'], b'id': 2, b'try_notify': b'yarp#core#try_notify', b'wait_channel': b'yarp#core#wait_channel', b'on_load': b'yarp#core#_nop', b'request': b'yarp#core#request', b'error': b'1', b'jobstart': b'yarp#core#jobstart', b'job_is_dead': 0, b'job': 1, b'module': b'deoplete', b'user_data': {}, b'call': b'yarp#core#request'}, b'on_exit': b'yarp#core#on_exit', b'_exit': 0, b'on_stderr': b'yarp#core#on_stderr', b'detach': 0, b'_close': 0}}}, b'loaded_zipPlugin': b'v28', b'deoplete#_logging': {}, b'ctags_command': b'ctags -R .', b'_neovim_rpc_main_channel': None, b'loaded_netrwPlugin': b'v156', b'loaded_logiPat': b'v4', b'deoplete#_context': {b'candidates': []}, b'loaded_rrhelper': 1, b'deoplete#_channel_id': 1, b'bmenu_priority': 60, b'deoplete#enable_at_startup': 1, b'did_toolbar_tmenu': 1, b'loaded_spellfile_plugin': 1, b'loaded_vimballPlugin': b'v37', b'python3_host_prog': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_deoplete': 1, b'did_install_default_menus': 1, b'loaded_gzip': 1, b'langonly': b'en', b'zipPlugin_ext': b'*.apk,*.celzip,*.crtx,*.docm,*.docx,*.dotm,*.dotx,*.ear,*.epub,*.gcsx,*.glox,*.gqsx,*.ja,*.jar,*.kmz,*.oxt,*.potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam,*.xlsb,*.xlsm,*.xlsx,*.xltm,*.xltx,*.xpi,*.zip', b'neovim_rpc#py': b'pythonx', b'_neovim_rpc_nvim_server': b'127.0.0.1:63026', b'loaded_tarPlugin': b'v29', b'loaded_2html_plugin': b'vim8.1_v1', b'_yarp_py3': b'C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe', b'loaded_matchparen': 1, b'did_menu_trans': 1} | |
2019-03-21 09:19:13,195 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,196 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 137, 'nvim_call_function', ('deoplete#util#get_input', ['Init'])] | |
2019-03-21 09:19:13,196 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x89\xb2nvim_call_function\x92\xb7deoplete#util#get_input\x91\xa4Init'' | |
2019-03-21 09:19:13,196 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,196 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,196 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,196 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,196 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 135, None, 4] | |
2019-03-21 09:19:13,196 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 4 | |
2019-03-21 09:19:13,196 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,197 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 138, 'nvim_call_function', ('deoplete#util#get_next_input', ['Init'])] | |
2019-03-21 09:19:13,197 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x8a\xb2nvim_call_function\x92\xbcdeoplete#util#get_next_input\x91\xa4Init'' | |
2019-03-21 09:19:13,197 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,197 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,197 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,197 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,197 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 136, None, b'"'] | |
2019-03-21 09:19:13,197 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'"' | |
2019-03-21 09:19:13,197 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,198 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 139, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,198 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x8b\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,198 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,198 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,198 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,198 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,198 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 137, None, b'"'] | |
2019-03-21 09:19:13,199 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'"' | |
2019-03-21 09:19:13,199 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,199 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 140, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,199 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x8c\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,199 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,200 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,200 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,200 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,200 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 138, None, b"call deoplete#custom#option('num_processes', 1)"] | |
2019-03-21 09:19:13,200 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b"call deoplete#custom#option('num_processes', 1)" | |
2019-03-21 09:19:13,200 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,201 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 141, 'nvim_call_function', ('getpos', ['.'])] | |
2019-03-21 09:19:13,201 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x8d\xb2nvim_call_function\x92\xa6getpos\x91\xa1.'' | |
2019-03-21 09:19:13,201 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,201 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,201 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,202 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,202 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 139, None, b''] | |
2019-03-21 09:19:13,202 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,202 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,202 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 142, 'nvim_call_function', ('line', ['.'])] | |
2019-03-21 09:19:13,202 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x8e\xb2nvim_call_function\x92\xa4line\x91\xa1.'' | |
2019-03-21 09:19:13,202 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,202 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,202 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,203 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,203 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 140, None, b''] | |
2019-03-21 09:19:13,203 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,203 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,203 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 143, 'nvim_call_function', ('line', ['.'])] | |
2019-03-21 09:19:13,203 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x8f\xb2nvim_call_function\x92\xa4line\x91\xa1.'' | |
2019-03-21 09:19:13,203 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,203 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,203 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,204 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,204 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 141, None, [0, 6, 2, 0]] | |
2019-03-21 09:19:13,204 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [0, 6, 2, 0] | |
2019-03-21 09:19:13,204 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,204 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 144, 'nvim_get_option', ('runtimepath',)] | |
2019-03-21 09:19:13,204 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x90\xafnvim_get_option\x91\xabruntimepath'' | |
2019-03-21 09:19:13,204 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,205 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,205 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,205 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,205 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 142, None, 6] | |
2019-03-21 09:19:13,205 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 6 | |
2019-03-21 09:19:13,205 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,205 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 145, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,205 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x91\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,205 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,206 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,206 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,206 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,206 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 143, None, 6] | |
2019-03-21 09:19:13,206 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 6 | |
2019-03-21 09:19:13,206 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,206 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 146, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,207 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x92\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,207 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,207 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,207 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,207 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,207 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 144, None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc'] | |
2019-03-21 09:19:13,207 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc' | |
2019-03-21 09:19:13,207 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,211 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 147, 'nvim_get_var', ('deoplete#_logging',)] | |
2019-03-21 09:19:13,211 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x93\xacnvim_get_var\x91\xb1deoplete#_logging'' | |
2019-03-21 09:19:13,211 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,211 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,211 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,212 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,212 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 145, None, 1] | |
2019-03-21 09:19:13,212 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,212 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,212 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 148, 'nvim_call_function', ('winwidth', [0])] | |
2019-03-21 09:19:13,212 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x94\xb2nvim_call_function\x92\xa8winwidth\x91\x00'' | |
2019-03-21 09:19:13,213 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,213 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,213 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,213 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,213 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 146, None, 1] | |
2019-03-21 09:19:13,213 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,213 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,214 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 149, 'nvim_call_function', ('winwidth', [0])] | |
2019-03-21 09:19:13,214 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x95\xb2nvim_call_function\x92\xa8winwidth\x91\x00'' | |
2019-03-21 09:19:13,214 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,214 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,214 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,214 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,214 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 147, None, {}] | |
2019-03-21 09:19:13,214 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {} | |
2019-03-21 09:19:13,214 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,218 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 150, 'nvim_call_function', ('deoplete#custom#_get_source_vars', ['around'])] | |
2019-03-21 09:19:13,219 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x96\xb2nvim_call_function\x92\xda\x00 deoplete#custom#_get_source_vars\x91\xa6around'' | |
2019-03-21 09:19:13,219 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,219 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,219 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,219 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,219 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 148, None, 80] | |
2019-03-21 09:19:13,219 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 80 | |
2019-03-21 09:19:13,219 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,220 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 151, 'nvim_call_function', ('col', ['.'])] | |
2019-03-21 09:19:13,220 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x97\xb2nvim_call_function\x92\xa3col\x91\xa1.'' | |
2019-03-21 09:19:13,220 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,220 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,220 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,220 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,220 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 149, None, 80] | |
2019-03-21 09:19:13,220 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 80 | |
2019-03-21 09:19:13,221 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,221 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 152, 'nvim_call_function', ('col', ['.'])] | |
2019-03-21 09:19:13,221 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x98\xb2nvim_call_function\x92\xa3col\x91\xa1.'' | |
2019-03-21 09:19:13,221 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,221 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,221 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,221 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,221 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 150, None, {}] | |
2019-03-21 09:19:13,222 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {} | |
2019-03-21 09:19:13,222 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,228 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 153, 'nvim_call_function', ('deoplete#custom#_get_option', ['min_pattern_length'])] | |
2019-03-21 09:19:13,228 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x99\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xb2min_pattern_length'' | |
2019-03-21 09:19:13,228 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,229 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,229 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,229 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,229 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 151, None, 2] | |
2019-03-21 09:19:13,229 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 2 | |
2019-03-21 09:19:13,229 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,229 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 154, 'nvim_call_function', ('getbufvar', ['%', 'changedtick', 0])] | |
2019-03-21 09:19:13,229 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x9a\xb2nvim_call_function\x92\xa9getbufvar\x93\xa1%\xabchangedtick\x00'' | |
2019-03-21 09:19:13,230 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,230 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,230 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,230 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,230 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 152, None, 2] | |
2019-03-21 09:19:13,230 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 2 | |
2019-03-21 09:19:13,230 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,230 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 155, 'nvim_call_function', ('getbufvar', ['%', 'changedtick', 0])] | |
2019-03-21 09:19:13,230 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x9b\xb2nvim_call_function\x92\xa9getbufvar\x93\xa1%\xabchangedtick\x00'' | |
2019-03-21 09:19:13,230 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,230 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,230 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,305 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,305 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 153, None, 2] | |
2019-03-21 09:19:13,305 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 2 | |
2019-03-21 09:19:13,305 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,305 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 156, 'nvim_call_function', ('deoplete#custom#_get_option', ['min_pattern_length'])] | |
2019-03-21 09:19:13,305 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x9c\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xb2min_pattern_length'' | |
2019-03-21 09:19:13,305 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,306 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,306 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,306 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,306 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 154, None, 4] | |
2019-03-21 09:19:13,306 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 4 | |
2019-03-21 09:19:13,306 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,306 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 157, 'nvim_call_function', ('deoplete#util#get_next_input', ['Init'])] | |
2019-03-21 09:19:13,306 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x9d\xb2nvim_call_function\x92\xbcdeoplete#util#get_next_input\x91\xa4Init'' | |
2019-03-21 09:19:13,306 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,306 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,307 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,307 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,307 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 155, None, 4] | |
2019-03-21 09:19:13,307 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 4 | |
2019-03-21 09:19:13,307 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,307 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 158, 'nvim_call_function', ('deoplete#util#get_next_input', ['Init'])] | |
2019-03-21 09:19:13,307 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x9e\xb2nvim_call_function\x92\xbcdeoplete#util#get_next_input\x91\xa4Init'' | |
2019-03-21 09:19:13,307 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,307 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,307 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,308 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,308 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 156, None, 2] | |
2019-03-21 09:19:13,308 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 2 | |
2019-03-21 09:19:13,308 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,308 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 159, 'nvim_call_function', ('deoplete#custom#_get_option', ['min_pattern_length'])] | |
2019-03-21 09:19:13,308 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\x9f\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xb2min_pattern_length'' | |
2019-03-21 09:19:13,308 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,308 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,308 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,309 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,309 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 157, None, b"call deoplete#custom#option('num_processes', 1)"] | |
2019-03-21 09:19:13,309 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b"call deoplete#custom#option('num_processes', 1)" | |
2019-03-21 09:19:13,309 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,309 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 160, 'nvim_call_function', ('getpos', ['.'])] | |
2019-03-21 09:19:13,309 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xa0\xb2nvim_call_function\x92\xa6getpos\x91\xa1.'' | |
2019-03-21 09:19:13,309 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,309 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,309 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,310 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,310 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 158, None, b"call deoplete#custom#option('num_processes', 1)"] | |
2019-03-21 09:19:13,310 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b"call deoplete#custom#option('num_processes', 1)" | |
2019-03-21 09:19:13,310 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,310 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 161, 'nvim_call_function', ('getpos', ['.'])] | |
2019-03-21 09:19:13,311 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xa1\xb2nvim_call_function\x92\xa6getpos\x91\xa1.'' | |
2019-03-21 09:19:13,311 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,311 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,311 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,311 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,311 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 159, None, 2] | |
2019-03-21 09:19:13,312 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 2 | |
2019-03-21 09:19:13,312 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,312 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 162, 'nvim_call_function', ('deoplete#custom#_get_option', ['min_pattern_length'])] | |
2019-03-21 09:19:13,312 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xa2\xb2nvim_call_function\x92\xbbdeoplete#custom#_get_option\x91\xb2min_pattern_length'' | |
2019-03-21 09:19:13,312 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,312 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,313 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,313 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,313 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 160, None, [0, 6, 2, 0]] | |
2019-03-21 09:19:13,313 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [0, 6, 2, 0] | |
2019-03-21 09:19:13,313 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,313 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 163, 'nvim_get_option', ('runtimepath',)] | |
2019-03-21 09:19:13,313 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xa3\xafnvim_get_option\x91\xabruntimepath'' | |
2019-03-21 09:19:13,313 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,313 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,313 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,314 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,314 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 161, None, [0, 6, 2, 0]] | |
2019-03-21 09:19:13,314 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [0, 6, 2, 0] | |
2019-03-21 09:19:13,314 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,314 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 164, 'nvim_get_option', ('runtimepath',)] | |
2019-03-21 09:19:13,314 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xa4\xafnvim_get_option\x91\xabruntimepath'' | |
2019-03-21 09:19:13,315 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,315 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,315 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,315 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,315 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 162, None, 2] | |
2019-03-21 09:19:13,315 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 2 | |
2019-03-21 09:19:13,315 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,328 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 165, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['ignore_sources', '', []])] | |
2019-03-21 09:19:13,329 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xa5\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xaeignore_sources\xa0\x90'' | |
2019-03-21 09:19:13,329 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,329 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,329 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,329 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,329 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 163, None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc'] | |
2019-03-21 09:19:13,329 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc' | |
2019-03-21 09:19:13,330 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,330 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 166, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['ignore_sources', '', []])] | |
2019-03-21 09:19:13,330 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xa6\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xaeignore_sources\xa0\x90'' | |
2019-03-21 09:19:13,330 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,330 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,330 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,331 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,331 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 164, None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc'] | |
2019-03-21 09:19:13,331 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc' | |
2019-03-21 09:19:13,331 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,331 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 167, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['ignore_sources', '', []])] | |
2019-03-21 09:19:13,331 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xa7\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xaeignore_sources\xa0\x90'' | |
2019-03-21 09:19:13,331 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,331 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,331 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,415 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,415 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 165, None, []] | |
2019-03-21 09:19:13,415 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:13,415 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,416 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 168, 'nvim_call_function', ('line', ['$'])] | |
2019-03-21 09:19:13,416 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xa8\xb2nvim_call_function\x92\xa4line\x91\xa1$'' | |
2019-03-21 09:19:13,416 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,417 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,417 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,417 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,417 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 166, None, []] | |
2019-03-21 09:19:13,418 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:13,418 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,418 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 169, 'nvim_call_function', ('line', ['$'])] | |
2019-03-21 09:19:13,418 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xa9\xb2nvim_call_function\x92\xa4line\x91\xa1$'' | |
2019-03-21 09:19:13,418 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,418 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,418 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,418 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,418 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 167, None, []] | |
2019-03-21 09:19:13,419 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:13,419 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,419 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 170, 'nvim_call_function', ('line', ['$'])] | |
2019-03-21 09:19:13,419 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xaa\xb2nvim_call_function\x92\xa4line\x91\xa1$'' | |
2019-03-21 09:19:13,419 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,419 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,419 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,419 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,420 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 168, None, 10] | |
2019-03-21 09:19:13,420 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 10 | |
2019-03-21 09:19:13,420 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,420 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 171, 'nvim_call_function', ('line2byte', [11])] | |
2019-03-21 09:19:13,420 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xab\xb2nvim_call_function\x92\xa9line2byte\x91\x0b'' | |
2019-03-21 09:19:13,420 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,420 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,420 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,420 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,420 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 169, None, 10] | |
2019-03-21 09:19:13,421 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 10 | |
2019-03-21 09:19:13,421 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,421 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 172, 'nvim_call_function', ('line2byte', [11])] | |
2019-03-21 09:19:13,421 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xac\xb2nvim_call_function\x92\xa9line2byte\x91\x0b'' | |
2019-03-21 09:19:13,421 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,421 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,421 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,421 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,421 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 170, None, 10] | |
2019-03-21 09:19:13,422 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 10 | |
2019-03-21 09:19:13,422 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,422 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 173, 'nvim_call_function', ('line2byte', [11])] | |
2019-03-21 09:19:13,422 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xad\xb2nvim_call_function\x92\xa9line2byte\x91\x0b'' | |
2019-03-21 09:19:13,422 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,422 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,422 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,423 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,423 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 171, None, 478] | |
2019-03-21 09:19:13,423 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 478 | |
2019-03-21 09:19:13,423 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,423 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 174, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,423 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xae\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,423 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,423 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,424 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,424 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,424 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 172, None, 478] | |
2019-03-21 09:19:13,424 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 478 | |
2019-03-21 09:19:13,424 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,424 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 175, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,424 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xaf\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,424 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,425 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,425 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,425 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,426 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 173, None, 478] | |
2019-03-21 09:19:13,426 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 478 | |
2019-03-21 09:19:13,426 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,426 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 176, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,426 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xb0\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,427 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,427 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,427 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,427 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,427 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 174, None, b''] | |
2019-03-21 09:19:13,427 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,428 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,428 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 177, 'nvim_get_current_buf', ()] | |
2019-03-21 09:19:13,428 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xb1\xb4nvim_get_current_buf\x90'' | |
2019-03-21 09:19:13,428 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,429 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,429 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,429 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,429 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 175, None, b''] | |
2019-03-21 09:19:13,429 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,429 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,430 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 178, 'nvim_get_current_buf', ()] | |
2019-03-21 09:19:13,430 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xb2\xb4nvim_get_current_buf\x90'' | |
2019-03-21 09:19:13,430 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,430 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,430 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,430 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,431 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 176, None, b''] | |
2019-03-21 09:19:13,431 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,431 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,431 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 179, 'nvim_get_current_buf', ()] | |
2019-03-21 09:19:13,431 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xb3\xb4nvim_get_current_buf\x90'' | |
2019-03-21 09:19:13,431 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,431 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,431 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,432 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,432 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 177, None, ExtType(code=0, data=b'\x01')] | |
2019-03-21 09:19:13,432 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, ExtType(code=0, data=b'\x01') | |
2019-03-21 09:19:13,432 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,432 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 180, 'nvim_buf_line_count', (ExtType(code=0, data=b'\x01'),)] | |
2019-03-21 09:19:13,433 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xb4\xb3nvim_buf_line_count\x91\xd4\x00\x01'' | |
2019-03-21 09:19:13,433 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,433 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,433 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,434 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,434 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 178, None, ExtType(code=0, data=b'\x01')] | |
2019-03-21 09:19:13,434 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, ExtType(code=0, data=b'\x01') | |
2019-03-21 09:19:13,434 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,435 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 181, 'nvim_buf_line_count', (ExtType(code=0, data=b'\x01'),)] | |
2019-03-21 09:19:13,435 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xb5\xb3nvim_buf_line_count\x91\xd4\x00\x01'' | |
2019-03-21 09:19:13,435 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,435 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,435 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,436 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,436 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 179, None, ExtType(code=0, data=b'\x01')] | |
2019-03-21 09:19:13,436 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, ExtType(code=0, data=b'\x01') | |
2019-03-21 09:19:13,436 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,436 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 182, 'nvim_buf_line_count', (ExtType(code=0, data=b'\x01'),)] | |
2019-03-21 09:19:13,436 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xb6\xb3nvim_buf_line_count\x91\xd4\x00\x01'' | |
2019-03-21 09:19:13,437 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,437 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,437 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,437 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,437 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 180, None, 10] | |
2019-03-21 09:19:13,437 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 10 | |
2019-03-21 09:19:13,437 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,437 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 183, 'nvim_call_function', ('getline', [1, 10])] | |
2019-03-21 09:19:13,437 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xb7\xb2nvim_call_function\x92\xa7getline\x92\x01\n'' | |
2019-03-21 09:19:13,438 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,438 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,438 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,438 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,438 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 181, None, 10] | |
2019-03-21 09:19:13,438 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 10 | |
2019-03-21 09:19:13,438 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,438 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 184, 'nvim_call_function', ('getline', [1, 10])] | |
2019-03-21 09:19:13,438 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xb8\xb2nvim_call_function\x92\xa7getline\x92\x01\n'' | |
2019-03-21 09:19:13,438 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,438 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,439 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,439 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,439 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 182, None, 10] | |
2019-03-21 09:19:13,439 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 10 | |
2019-03-21 09:19:13,439 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,439 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 185, 'nvim_call_function', ('getline', [1, 10])] | |
2019-03-21 09:19:13,440 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xb9\xb2nvim_call_function\x92\xa7getline\x92\x01\n'' | |
2019-03-21 09:19:13,440 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,440 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,440 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,440 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,440 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 183, None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1']] | |
2019-03-21 09:19:13,440 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1'] | |
2019-03-21 09:19:13,440 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,441 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 186, 'nvim_call_function', ('tabpagebuflist', [])] | |
2019-03-21 09:19:13,441 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xba\xb2nvim_call_function\x92\xaetabpagebuflist\x90'' | |
2019-03-21 09:19:13,441 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,441 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,441 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,441 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,442 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 184, None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1']] | |
2019-03-21 09:19:13,442 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1'] | |
2019-03-21 09:19:13,442 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,442 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 187, 'nvim_call_function', ('tabpagebuflist', [])] | |
2019-03-21 09:19:13,442 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xbb\xb2nvim_call_function\x92\xaetabpagebuflist\x90'' | |
2019-03-21 09:19:13,442 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,442 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,442 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,443 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,443 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 185, None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1']] | |
2019-03-21 09:19:13,443 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1'] | |
2019-03-21 09:19:13,443 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,443 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 188, 'nvim_call_function', ('tabpagebuflist', [])] | |
2019-03-21 09:19:13,443 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xbc\xb2nvim_call_function\x92\xaetabpagebuflist\x90'' | |
2019-03-21 09:19:13,443 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,444 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,444 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,444 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,444 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 186, None, [1]] | |
2019-03-21 09:19:13,444 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [1] | |
2019-03-21 09:19:13,444 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,444 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 189, 'nvim_call_function', ('getline', [1, 106])] | |
2019-03-21 09:19:13,444 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xbd\xb2nvim_call_function\x92\xa7getline\x92\x01j'' | |
2019-03-21 09:19:13,445 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,445 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,445 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,445 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,445 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 187, None, [1]] | |
2019-03-21 09:19:13,445 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [1] | |
2019-03-21 09:19:13,445 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,446 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 190, 'nvim_call_function', ('getline', [1, 106])] | |
2019-03-21 09:19:13,446 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xbe\xb2nvim_call_function\x92\xa7getline\x92\x01j'' | |
2019-03-21 09:19:13,446 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,446 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,446 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,446 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,446 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 188, None, [1]] | |
2019-03-21 09:19:13,446 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [1] | |
2019-03-21 09:19:13,447 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,447 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 191, 'nvim_call_function', ('getline', [1, 106])] | |
2019-03-21 09:19:13,447 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xbf\xb2nvim_call_function\x92\xa7getline\x92\x01j'' | |
2019-03-21 09:19:13,447 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,447 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,447 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,447 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,447 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 189, None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1']] | |
2019-03-21 09:19:13,447 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1'] | |
2019-03-21 09:19:13,447 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,448 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 192, 'nvim_call_function', ('deoplete#util#get_input', ['InsertEnter'])] | |
2019-03-21 09:19:13,448 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xc0\xb2nvim_call_function\x92\xb7deoplete#util#get_input\x91\xabInsertEnter'' | |
2019-03-21 09:19:13,448 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,448 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,448 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,448 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,449 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 190, None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1']] | |
2019-03-21 09:19:13,449 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1'] | |
2019-03-21 09:19:13,449 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,449 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 193, 'nvim_call_function', ('deoplete#util#get_input', ['InsertCharPre'])] | |
2019-03-21 09:19:13,450 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xc1\xb2nvim_call_function\x92\xb7deoplete#util#get_input\x91\xadInsertCharPre'' | |
2019-03-21 09:19:13,450 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,450 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,450 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,451 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,451 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 191, None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1']] | |
2019-03-21 09:19:13,451 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1'] | |
2019-03-21 09:19:13,451 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,451 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 194, 'nvim_call_function', ('deoplete#util#get_input', ['TextChangedI'])] | |
2019-03-21 09:19:13,451 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xc2\xb2nvim_call_function\x92\xb7deoplete#util#get_input\x91\xacTextChangedI'' | |
2019-03-21 09:19:13,451 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,451 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,452 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,452 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,452 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 192, None, b''] | |
2019-03-21 09:19:13,452 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,452 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,452 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 195, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,452 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xc3\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,452 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,452 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,453 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,453 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,453 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 193, None, b''] | |
2019-03-21 09:19:13,453 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,453 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,453 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 196, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,453 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xc4\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,453 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,453 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,453 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,454 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,454 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 194, None, b''] | |
2019-03-21 09:19:13,454 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,454 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,454 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 197, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,454 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xc5\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,454 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,454 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,454 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,455 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,455 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 195, None, b''] | |
2019-03-21 09:19:13,455 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,455 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,455 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 198, 'nvim_call_function', ('line', ['.'])] | |
2019-03-21 09:19:13,455 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xc6\xb2nvim_call_function\x92\xa4line\x91\xa1.'' | |
2019-03-21 09:19:13,456 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,456 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,456 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,456 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,456 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 196, None, b''] | |
2019-03-21 09:19:13,456 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,457 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,457 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 199, 'nvim_call_function', ('line', ['.'])] | |
2019-03-21 09:19:13,457 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xc7\xb2nvim_call_function\x92\xa4line\x91\xa1.'' | |
2019-03-21 09:19:13,457 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,457 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,457 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,458 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,458 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 197, None, b''] | |
2019-03-21 09:19:13,458 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,458 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,458 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 200, 'nvim_call_function', ('line', ['.'])] | |
2019-03-21 09:19:13,458 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xc8\xb2nvim_call_function\x92\xa4line\x91\xa1.'' | |
2019-03-21 09:19:13,458 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,458 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,458 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,459 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,459 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 198, None, 6] | |
2019-03-21 09:19:13,459 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 6 | |
2019-03-21 09:19:13,459 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,459 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 201, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,459 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xc9\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,459 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,459 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,459 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,459 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,460 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 199, None, 6] | |
2019-03-21 09:19:13,460 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 6 | |
2019-03-21 09:19:13,460 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,460 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 202, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,460 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xca\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,460 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,460 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,460 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,461 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,461 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 200, None, 6] | |
2019-03-21 09:19:13,461 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 6 | |
2019-03-21 09:19:13,461 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,462 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 203, 'nvim_call_function', ('bufnr', ['%'])] | |
2019-03-21 09:19:13,462 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xcb\xb2nvim_call_function\x92\xa5bufnr\x91\xa1%'' | |
2019-03-21 09:19:13,462 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,462 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,462 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,462 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,462 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 201, None, 1] | |
2019-03-21 09:19:13,462 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,462 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,463 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 204, 'nvim_call_function', ('exists', ['*context_filetype#get_filetype'])] | |
2019-03-21 09:19:13,463 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xcc\xb2nvim_call_function\x92\xa6exists\x91\xbe*context_filetype#get_filetype'' | |
2019-03-21 09:19:13,463 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,463 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,463 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,464 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,464 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 202, None, 1] | |
2019-03-21 09:19:13,464 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,464 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,464 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 205, 'nvim_call_function', ('winwidth', [0])] | |
2019-03-21 09:19:13,464 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xcd\xb2nvim_call_function\x92\xa8winwidth\x91\x00'' | |
2019-03-21 09:19:13,464 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,464 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,465 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,465 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,465 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 203, None, 1] | |
2019-03-21 09:19:13,465 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,465 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,465 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 206, 'nvim_call_function', ('winwidth', [0])] | |
2019-03-21 09:19:13,465 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xce\xb2nvim_call_function\x92\xa8winwidth\x91\x00'' | |
2019-03-21 09:19:13,465 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,465 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,466 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,466 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,466 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 204, None, 0] | |
2019-03-21 09:19:13,466 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,466 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,467 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 207, 'nvim_call_function', ('winwidth', [0])] | |
2019-03-21 09:19:13,467 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xcf\xb2nvim_call_function\x92\xa8winwidth\x91\x00'' | |
2019-03-21 09:19:13,467 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,467 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,467 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,467 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,467 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 205, None, 80] | |
2019-03-21 09:19:13,467 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 80 | |
2019-03-21 09:19:13,467 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,468 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 208, 'nvim_call_function', ('col', ['.'])] | |
2019-03-21 09:19:13,468 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xd0\xb2nvim_call_function\x92\xa3col\x91\xa1.'' | |
2019-03-21 09:19:13,468 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,468 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,468 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,468 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,468 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 206, None, 80] | |
2019-03-21 09:19:13,468 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 80 | |
2019-03-21 09:19:13,468 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,468 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 209, 'nvim_call_function', ('col', ['.'])] | |
2019-03-21 09:19:13,469 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xd1\xb2nvim_call_function\x92\xa3col\x91\xa1.'' | |
2019-03-21 09:19:13,469 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,469 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,469 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,470 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,470 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 207, None, 80] | |
2019-03-21 09:19:13,470 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 80 | |
2019-03-21 09:19:13,470 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,470 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 210, 'nvim_call_function', ('col', ['.'])] | |
2019-03-21 09:19:13,470 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xd2\xb2nvim_call_function\x92\xa3col\x91\xa1.'' | |
2019-03-21 09:19:13,471 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,471 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,471 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,471 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,471 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 208, None, 1] | |
2019-03-21 09:19:13,471 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,471 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,471 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 211, 'nvim_call_function', ('getbufvar', ['%', 'changedtick', 0])] | |
2019-03-21 09:19:13,471 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xd3\xb2nvim_call_function\x92\xa9getbufvar\x93\xa1%\xabchangedtick\x00'' | |
2019-03-21 09:19:13,472 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,472 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,472 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,478 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,478 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 209, None, 1] | |
2019-03-21 09:19:13,478 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,478 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,478 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 212, 'nvim_call_function', ('getbufvar', ['%', 'changedtick', 0])] | |
2019-03-21 09:19:13,478 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xd4\xb2nvim_call_function\x92\xa9getbufvar\x93\xa1%\xabchangedtick\x00'' | |
2019-03-21 09:19:13,479 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,479 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,479 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,479 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,479 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 210, None, 1] | |
2019-03-21 09:19:13,479 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 1 | |
2019-03-21 09:19:13,479 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,480 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 213, 'nvim_call_function', ('getbufvar', ['%', 'changedtick', 0])] | |
2019-03-21 09:19:13,480 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xd5\xb2nvim_call_function\x92\xa9getbufvar\x93\xa1%\xabchangedtick\x00'' | |
2019-03-21 09:19:13,480 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,480 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,480 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,480 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,480 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 211, None, 4] | |
2019-03-21 09:19:13,480 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 4 | |
2019-03-21 09:19:13,481 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,481 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 214, 'nvim_call_function', ('deoplete#util#get_next_input', ['InsertCharPre'])] | |
2019-03-21 09:19:13,481 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xd6\xb2nvim_call_function\x92\xbcdeoplete#util#get_next_input\x91\xadInsertCharPre'' | |
2019-03-21 09:19:13,481 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,481 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,481 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,482 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,482 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 212, None, 4] | |
2019-03-21 09:19:13,482 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 4 | |
2019-03-21 09:19:13,482 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,482 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 215, 'nvim_call_function', ('deoplete#util#get_next_input', ['TextChangedI'])] | |
2019-03-21 09:19:13,482 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xd7\xb2nvim_call_function\x92\xbcdeoplete#util#get_next_input\x91\xacTextChangedI'' | |
2019-03-21 09:19:13,482 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,483 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,483 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,483 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,483 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 213, None, 4] | |
2019-03-21 09:19:13,483 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 4 | |
2019-03-21 09:19:13,483 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,484 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 216, 'nvim_call_function', ('deoplete#util#get_next_input', ['InsertEnter'])] | |
2019-03-21 09:19:13,484 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xd8\xb2nvim_call_function\x92\xbcdeoplete#util#get_next_input\x91\xabInsertEnter'' | |
2019-03-21 09:19:13,484 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,484 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,484 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,485 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,485 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 214, None, b'"call deoplete#custom#option(\'num_processes\', 1)'] | |
2019-03-21 09:19:13,485 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'"call deoplete#custom#option(\'num_processes\', 1)' | |
2019-03-21 09:19:13,485 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,485 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 217, 'nvim_call_function', ('getpos', ['.'])] | |
2019-03-21 09:19:13,485 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xd9\xb2nvim_call_function\x92\xa6getpos\x91\xa1.'' | |
2019-03-21 09:19:13,486 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,486 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,486 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,487 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,487 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 215, None, b'"call deoplete#custom#option(\'num_processes\', 1)'] | |
2019-03-21 09:19:13,487 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'"call deoplete#custom#option(\'num_processes\', 1)' | |
2019-03-21 09:19:13,487 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,487 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 218, 'nvim_call_function', ('getpos', ['.'])] | |
2019-03-21 09:19:13,487 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xda\xb2nvim_call_function\x92\xa6getpos\x91\xa1.'' | |
2019-03-21 09:19:13,488 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,488 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,488 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,489 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,489 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 216, None, b'"call deoplete#custom#option(\'num_processes\', 1)'] | |
2019-03-21 09:19:13,489 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'"call deoplete#custom#option(\'num_processes\', 1)' | |
2019-03-21 09:19:13,489 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,489 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 219, 'nvim_call_function', ('getpos', ['.'])] | |
2019-03-21 09:19:13,490 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xdb\xb2nvim_call_function\x92\xa6getpos\x91\xa1.'' | |
2019-03-21 09:19:13,490 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,490 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,490 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,490 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,491 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 217, None, [0, 6, 1, 0]] | |
2019-03-21 09:19:13,491 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [0, 6, 1, 0] | |
2019-03-21 09:19:13,491 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,492 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 220, 'nvim_call_function', ('deoplete#handler#_check_omnifunc', [{'changedtick': 4, 'event': 'InsertCharPre', 'filetype': 'nothing', 'filetypes': [''], 'input': '', 'max_abbr_width': 52.666666666666664, 'max_kind_width': 52.666666666666664, 'max_info_width': 52.666666666666664, 'max_menu_width': 52.666666666666664, 'next_input': '"call deoplete#custom#option(\'num_processes\', 1)', 'position': [0, 6, 1, 0], 'same_filetypes': [], 'bufnr': 1, 'bufname': '\\Users\\jackys\\_vimrc', 'bufpath': '\\Users\\jackys\\_vimrc', 'camelcase': False, 'complete_str': '', 'custom': {'filter': {}, 'source': {'_': {}}, 'option': {'camel_case': False, 'on_text_changed_i': True, 'max_list': 500, 'candidate_marks': [], 'skip_multibyte': False, 'auto_refresh_delay': 20, 'auto_complete_delay': 0, 'min_pattern_length': 2, 'yarp': False, 'profile': False, 'omni_patterns': {}, 'auto_complete': True, 'smart_case': 0, 'ignore_case': 0, 'sources': {}, 'refresh_always': True, 'num_processes': 1, 'keyword_patterns': {'_': '[a-zA-Z_]\\k*'}, 'on_insert_enter': True, 'trigger_key': '', 'skip_chars': ['(', ')'], 'prev_completion_mode': 'filter', 'ignore_sources': {}}}, 'cwd': 'C:\\tmp', 'encoding': 'utf-8', 'ignorecase': 0, 'is_windows': 1, 'smartcase': 0, 'vars': {'deoplete#enable_at_startup': 1}, 'keyword_pattern': '[a-zA-Z_][\\w@0-9_À-ÿ]*', 'sources': [], 'rpc': 'deoplete_auto_completion_begin'}])] | |
2019-03-21 09:19:13,492 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xdc\xb2nvim_call_function\x92\xda\x00 deoplete#handler#_check_omnifunc\x91\xde\x00\x1b\xabchangedtick\x04\xa5event\xadInsertCharPre\xa8filetype\xa7nothing\xa9filetypes\x91\xa0\xa5input\xa0\xaemax_abbr_width\xcb@JUUUUUU\xaemax_kind_width\xcb@JUUUUUU\xaemax_info_width\xcb@JUUUUUU\xaemax_menu_width\xcb@JUUUUUU\xaanext_input\xda\x000"call deoplete#custom#option(\'num_processes\', 1)\xa8position\x94\x00\x06\x01\x00\xaesame_filetypes\x90\xa5bufnr\x01\xa7bufname\xb4\\Users\\jackys\\_vimrc\xa7bufpath\xb4\\Users\\jackys\\_vimrc\xa9camelcase\xc2\xaccomplete_str\xa0\xa6custom\x83\xa6filter\x80\xa6source\x81\xa1_\x80\xa6option\xde\x00\x17\xaacamel_case\xc2\xb1on_text_changed_i\xc3\xa8max_list\xcd\x01\xf4\xafcandidate_marks\x90\xaeskip_multibyte\xc2\xb2auto_refresh_delay\x14\xb3auto_complete_delay\x00\xb2min_pattern_length\x02\xa4yarp\xc2\xa7profile\xc2\xadomni_patterns\x80\xadauto_complete\xc3\xaasmart_case\x00\xabignore_case\x00\xa7sources\x80\xaerefresh_always\xc3\xadnum_processes\x01\xb0keyword_patterns\x81\xa1_\xac[a-zA-Z_]\\k*\xafon_insert_enter\xc3\xabtrigger_key\xa0\xaaskip_chars\x92\xa1(\xa1)\xb4prev_completion_mode\xa6filter\xaeignore_sources\x80\xa3cwd\xa6C:\\tmp\xa8encoding\xa5utf-8\xaaignorecase\x00\xaais_windows\x01\xa9smartcase\x00\xa4vars\x81\xbadeoplete#enable_at_startup\x01\xafkeyword_pattern\xb8[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*\xa7sources\x90\xa3rpc\xbedeoplete_auto_completion_begin'' | |
2019-03-21 09:19:13,492 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,492 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,493 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,493 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,494 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 218, None, [0, 6, 1, 0]] | |
2019-03-21 09:19:13,494 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [0, 6, 1, 0] | |
2019-03-21 09:19:13,494 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,495 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 221, 'nvim_call_function', ('deoplete#handler#_check_omnifunc', [{'changedtick': 4, 'event': 'TextChangedI', 'filetype': 'nothing', 'filetypes': [''], 'input': '', 'max_abbr_width': 52.666666666666664, 'max_kind_width': 52.666666666666664, 'max_info_width': 52.666666666666664, 'max_menu_width': 52.666666666666664, 'next_input': '"call deoplete#custom#option(\'num_processes\', 1)', 'position': [0, 6, 1, 0], 'same_filetypes': [], 'bufnr': 1, 'bufname': '\\Users\\jackys\\_vimrc', 'bufpath': '\\Users\\jackys\\_vimrc', 'camelcase': False, 'complete_str': '', 'custom': {'filter': {}, 'source': {'_': {}}, 'option': {'camel_case': False, 'on_text_changed_i': True, 'max_list': 500, 'candidate_marks': [], 'skip_multibyte': False, 'auto_refresh_delay': 20, 'auto_complete_delay': 0, 'min_pattern_length': 2, 'yarp': False, 'profile': False, 'omni_patterns': {}, 'auto_complete': True, 'smart_case': 0, 'ignore_case': 0, 'sources': {}, 'refresh_always': True, 'num_processes': 1, 'keyword_patterns': {'_': '[a-zA-Z_]\\k*'}, 'on_insert_enter': True, 'trigger_key': '', 'skip_chars': ['(', ')'], 'prev_completion_mode': 'filter', 'ignore_sources': {}}}, 'cwd': 'C:\\tmp', 'encoding': 'utf-8', 'ignorecase': 0, 'is_windows': 1, 'smartcase': 0, 'vars': {'deoplete#enable_at_startup': 1}, 'keyword_pattern': '[a-zA-Z_][\\w@0-9_À-ÿ]*', 'sources': [], 'rpc': 'deoplete_auto_completion_begin'}])] | |
2019-03-21 09:19:13,495 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xdd\xb2nvim_call_function\x92\xda\x00 deoplete#handler#_check_omnifunc\x91\xde\x00\x1b\xabchangedtick\x04\xa5event\xacTextChangedI\xa8filetype\xa7nothing\xa9filetypes\x91\xa0\xa5input\xa0\xaemax_abbr_width\xcb@JUUUUUU\xaemax_kind_width\xcb@JUUUUUU\xaemax_info_width\xcb@JUUUUUU\xaemax_menu_width\xcb@JUUUUUU\xaanext_input\xda\x000"call deoplete#custom#option(\'num_processes\', 1)\xa8position\x94\x00\x06\x01\x00\xaesame_filetypes\x90\xa5bufnr\x01\xa7bufname\xb4\\Users\\jackys\\_vimrc\xa7bufpath\xb4\\Users\\jackys\\_vimrc\xa9camelcase\xc2\xaccomplete_str\xa0\xa6custom\x83\xa6filter\x80\xa6source\x81\xa1_\x80\xa6option\xde\x00\x17\xaacamel_case\xc2\xb1on_text_changed_i\xc3\xa8max_list\xcd\x01\xf4\xafcandidate_marks\x90\xaeskip_multibyte\xc2\xb2auto_refresh_delay\x14\xb3auto_complete_delay\x00\xb2min_pattern_length\x02\xa4yarp\xc2\xa7profile\xc2\xadomni_patterns\x80\xadauto_complete\xc3\xaasmart_case\x00\xabignore_case\x00\xa7sources\x80\xaerefresh_always\xc3\xadnum_processes\x01\xb0keyword_patterns\x81\xa1_\xac[a-zA-Z_]\\k*\xafon_insert_enter\xc3\xabtrigger_key\xa0\xaaskip_chars\x92\xa1(\xa1)\xb4prev_completion_mode\xa6filter\xaeignore_sources\x80\xa3cwd\xa6C:\\tmp\xa8encoding\xa5utf-8\xaaignorecase\x00\xaais_windows\x01\xa9smartcase\x00\xa4vars\x81\xbadeoplete#enable_at_startup\x01\xafkeyword_pattern\xb8[a-zA-Z_][\\w@0-9_\xc3\x80-\xc3\xbf]*\xa7sources\x90\xa3rpc\xbedeoplete_auto_completion_begin'' | |
2019-03-21 09:19:13,495 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,495 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,496 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,500 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,500 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 219, None, [0, 7, 1, 0]] | |
2019-03-21 09:19:13,500 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [0, 7, 1, 0] | |
2019-03-21 09:19:13,500 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,500 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 222, 'nvim_get_option', ('runtimepath',)] | |
2019-03-21 09:19:13,501 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xde\xafnvim_get_option\x91\xabruntimepath'' | |
2019-03-21 09:19:13,501 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,501 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,501 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,502 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,502 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 220, None, 0] | |
2019-03-21 09:19:13,502 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,502 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,502 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 223, 'nvim_get_option', ('runtimepath',)] | |
2019-03-21 09:19:13,502 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xdf\xafnvim_get_option\x91\xabruntimepath'' | |
2019-03-21 09:19:13,503 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,503 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,503 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,504 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,504 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 221, None, 0] | |
2019-03-21 09:19:13,504 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,504 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,505 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 224, 'nvim_get_option', ('runtimepath',)] | |
2019-03-21 09:19:13,506 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xe0\xafnvim_get_option\x91\xabruntimepath'' | |
2019-03-21 09:19:13,506 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,506 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,507 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,507 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,507 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 222, None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc'] | |
2019-03-21 09:19:13,507 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc' | |
2019-03-21 09:19:13,507 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,508 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 225, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['ignore_sources', '', []])] | |
2019-03-21 09:19:13,508 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xe1\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xaeignore_sources\xa0\x90'' | |
2019-03-21 09:19:13,508 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,508 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,508 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,509 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,509 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 223, None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc'] | |
2019-03-21 09:19:13,509 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc' | |
2019-03-21 09:19:13,509 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,509 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 226, 'nvim_get_current_buf', ()] | |
2019-03-21 09:19:13,509 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xe2\xb4nvim_get_current_buf\x90'' | |
2019-03-21 09:19:13,509 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,509 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,509 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,510 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,510 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 224, None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc'] | |
2019-03-21 09:19:13,510 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'C:\\Users\\jackys/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles,C:\\Users\\jackys\\scoop\\apps\\vim\\current,C:\\Users\\jackys\\scoop\\apps\\vim\\current/vimfiles/after,C:\\Users\\jackys/vimfiles/after,/softwares/vim/vimfiles/plugged/deoplete.nvim,/softwares/vim/vimfiles/plugged/nvim-yarp,/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc' | |
2019-03-21 09:19:13,510 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,510 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 227, 'nvim_get_current_buf', ()] | |
2019-03-21 09:19:13,511 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xe3\xb4nvim_get_current_buf\x90'' | |
2019-03-21 09:19:13,511 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,511 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,511 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,511 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,511 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 225, None, []] | |
2019-03-21 09:19:13,512 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:13,512 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,512 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 228, 'nvim_call_function', ('getbufvar', ['%', '&dictionary'])] | |
2019-03-21 09:19:13,512 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xe4\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xab&dictionary'' | |
2019-03-21 09:19:13,512 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,512 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,512 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,513 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,513 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 226, None, ExtType(code=0, data=b'\x01')] | |
2019-03-21 09:19:13,513 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, ExtType(code=0, data=b'\x01') | |
2019-03-21 09:19:13,513 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,513 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 229, 'nvim_buf_get_var', (ExtType(code=0, data=b'\x01'), 'changedtick')] | |
2019-03-21 09:19:13,513 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xe5\xb0nvim_buf_get_var\x92\xd4\x00\x01\xabchangedtick'' | |
2019-03-21 09:19:13,514 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,514 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,514 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,514 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,514 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 227, None, ExtType(code=0, data=b'\x01')] | |
2019-03-21 09:19:13,514 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, ExtType(code=0, data=b'\x01') | |
2019-03-21 09:19:13,514 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,515 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 230, 'nvim_buf_get_var', (ExtType(code=0, data=b'\x01'), 'changedtick')] | |
2019-03-21 09:19:13,515 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xe6\xb0nvim_buf_get_var\x92\xd4\x00\x01\xabchangedtick'' | |
2019-03-21 09:19:13,515 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,515 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,515 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,516 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,516 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 228, None, b''] | |
2019-03-21 09:19:13,516 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,517 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,518 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 231, 'nvim_get_option', ('isfname',)] | |
2019-03-21 09:19:13,518 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xe7\xafnvim_get_option\x91\xa7isfname'' | |
2019-03-21 09:19:13,518 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,518 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,518 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,519 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,519 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 229, None, 4] | |
2019-03-21 09:19:13,519 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 4 | |
2019-03-21 09:19:13,519 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,520 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 232, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['ignore_sources', '', []])] | |
2019-03-21 09:19:13,520 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xe8\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xaeignore_sources\xa0\x90'' | |
2019-03-21 09:19:13,520 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,520 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,520 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,521 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,521 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 230, None, 4] | |
2019-03-21 09:19:13,521 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 4 | |
2019-03-21 09:19:13,521 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,521 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 233, 'nvim_call_function', ('deoplete#custom#_get_filetype_option', ['ignore_sources', '', []])] | |
2019-03-21 09:19:13,522 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xe9\xb2nvim_call_function\x92\xda\x00$deoplete#custom#_get_filetype_option\x93\xaeignore_sources\xa0\x90'' | |
2019-03-21 09:19:13,522 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,522 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,522 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,522 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,523 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 231, None, b'@,48-57,/,\\,.,-,_,+,,,#,$,%,{,},[,],:,@-@,!,~,='] | |
2019-03-21 09:19:13,523 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'@,48-57,/,\\,.,-,_,+,,,#,$,%,{,},[,],:,@-@,!,~,=' | |
2019-03-21 09:19:13,523 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,523 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 234, 'nvim_call_function', ('deoplete#util#vimoption2python_not', ['@,48-57,/,\\,.,-,_,+,,,#,$,%,{,},[,],:,@-@,!,~,='])] | |
2019-03-21 09:19:13,524 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xea\xb2nvim_call_function\x92\xda\x00"deoplete#util#vimoption2python_not\x91\xda\x00/@,48-57,/,\\,.,-,_,+,,,#,$,%,{,},[,],:,@-@,!,~,='' | |
2019-03-21 09:19:13,524 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,525 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,525 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,526 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,526 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 232, None, []] | |
2019-03-21 09:19:13,527 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:13,527 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,530 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 235, 'nvim_call_function', ('deoplete#custom#_get_source_vars', ['file'])] | |
2019-03-21 09:19:13,530 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xeb\xb2nvim_call_function\x92\xda\x00 deoplete#custom#_get_source_vars\x91\xa4file'' | |
2019-03-21 09:19:13,530 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,530 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,531 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,531 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,531 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 233, None, []] | |
2019-03-21 09:19:13,531 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [] | |
2019-03-21 09:19:13,532 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,534 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 236, 'nvim_call_function', ('deoplete#custom#_get_source_vars', ['file'])] | |
2019-03-21 09:19:13,534 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xec\xb2nvim_call_function\x92\xda\x00 deoplete#custom#_get_source_vars\x91\xa4file'' | |
2019-03-21 09:19:13,534 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,534 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,534 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,535 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,535 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 234, None, b'[^\\w@0-9/\\\\._+,#$%{}[]:@-@!~=-]'] | |
2019-03-21 09:19:13,535 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'[^\\w@0-9/\\\\._+,#$%{}[]:@-@!~=-]' | |
2019-03-21 09:19:13,535 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,535 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 237, 'nvim_call_function', ('getline', [1, 107])] | |
2019-03-21 09:19:13,535 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xed\xb2nvim_call_function\x92\xa7getline\x92\x01k'' | |
2019-03-21 09:19:13,536 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B6D8> to wait for response | |
2019-03-21 09:19:13,536 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,536 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,537 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,537 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 235, None, {}] | |
2019-03-21 09:19:13,537 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {} | |
2019-03-21 09:19:13,537 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,537 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 238, 'nvim_call_function', ('deoplete#custom#_get_source_vars', ['member'])] | |
2019-03-21 09:19:13,538 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xee\xb2nvim_call_function\x92\xda\x00 deoplete#custom#_get_source_vars\x91\xa6member'' | |
2019-03-21 09:19:13,538 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,538 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,538 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,539 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,539 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 236, None, {}] | |
2019-03-21 09:19:13,539 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {} | |
2019-03-21 09:19:13,539 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,539 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 239, 'nvim_call_function', ('deoplete#custom#_get_source_vars', ['member'])] | |
2019-03-21 09:19:13,540 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xef\xb2nvim_call_function\x92\xda\x00 deoplete#custom#_get_source_vars\x91\xa6member'' | |
2019-03-21 09:19:13,540 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,540 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,540 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,541 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,541 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 237, None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1']] | |
2019-03-21 09:19:13,541 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, [b'set encoding=utf-8', b'set rtp+=/softwares/vim/vimfiles/plugged/deoplete.nvim', b'set rtp+=/softwares/vim/vimfiles/plugged/nvim-yarp', b'set rtp+=/softwares/vim/vimfiles/plugged/vim-hug-neovim-rpc', b"let g:python3_host_prog='C:\\Users\\jackys\\AppData\\Local\\Programs\\Python\\Python37\\python.exe'", b'"call deoplete#custom#option(\'num_processes\', 1)', b'', b'"call deoplete#custom#option(\'profile\', v:true)', b'"call deoplete#enable_logging(\'DEBUG\', \'deoplete.log\')', b'let g:deoplete#enable_at_startup = 1'] | |
2019-03-21 09:19:13,541 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B6D8>, switching back | |
2019-03-21 09:19:13,541 [DEBUG @ session.py:handler:218] 23676 - greenlet <greenlet.greenlet object at 0x00000223A682B6D8> finished executing | |
2019-03-21 09:19:13,542 [DEBUG @ session.py:handler:223] 23676 - greenlet <greenlet.greenlet object at 0x00000223A682B6D8> is now dying... | |
2019-03-21 09:19:13,542 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,542 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,542 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,542 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 238, None, {}] | |
2019-03-21 09:19:13,542 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {} | |
2019-03-21 09:19:13,542 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,543 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 240, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,543 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xf0\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,544 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,544 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,544 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,544 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,544 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 239, None, {}] | |
2019-03-21 09:19:13,544 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {} | |
2019-03-21 09:19:13,545 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,545 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 241, 'nvim_call_function', ('getbufvar', ['%', '&filetype'])] | |
2019-03-21 09:19:13,545 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xf1\xb2nvim_call_function\x92\xa9getbufvar\x92\xa1%\xa9&filetype'' | |
2019-03-21 09:19:13,545 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,545 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,545 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,545 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,546 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 240, None, b''] | |
2019-03-21 09:19:13,546 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,546 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,546 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 242, 'nvim_call_function', ('deoplete#custom#_get_source_vars', ['omni'])] | |
2019-03-21 09:19:13,546 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xf2\xb2nvim_call_function\x92\xda\x00 deoplete#custom#_get_source_vars\x91\xa4omni'' | |
2019-03-21 09:19:13,546 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,546 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,546 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,547 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,547 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 241, None, b''] | |
2019-03-21 09:19:13,547 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, b'' | |
2019-03-21 09:19:13,547 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,547 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 243, 'nvim_call_function', ('deoplete#custom#_get_source_vars', ['omni'])] | |
2019-03-21 09:19:13,547 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xf3\xb2nvim_call_function\x92\xda\x00 deoplete#custom#_get_source_vars\x91\xa4omni'' | |
2019-03-21 09:19:13,548 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,548 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,548 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,548 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,548 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 242, None, {}] | |
2019-03-21 09:19:13,548 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {} | |
2019-03-21 09:19:13,548 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,549 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 244, 'nvim_call_function', ('deoplete#handler#_async_timer_stop', [])] | |
2019-03-21 09:19:13,549 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xf4\xb2nvim_call_function\x92\xda\x00"deoplete#handler#_async_timer_stop\x90'' | |
2019-03-21 09:19:13,550 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,550 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,550 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,550 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,551 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 243, None, {}] | |
2019-03-21 09:19:13,551 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {} | |
2019-03-21 09:19:13,551 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,551 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 245, 'nvim_call_function', ('deoplete#handler#_async_timer_stop', [])] | |
2019-03-21 09:19:13,551 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xf5\xb2nvim_call_function\x92\xda\x00"deoplete#handler#_async_timer_stop\x90'' | |
2019-03-21 09:19:13,551 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,551 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,552 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,630 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,630 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 244, None, 0] | |
2019-03-21 09:19:13,630 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,630 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,631 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 246, 'nvim_get_var', ('deoplete#_saved_completeopt',)] | |
2019-03-21 09:19:13,631 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xf6\xacnvim_get_var\x91\xbbdeoplete#_saved_completeopt'' | |
2019-03-21 09:19:13,631 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,631 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,631 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,631 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,632 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 245, None, 0] | |
2019-03-21 09:19:13,632 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,632 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,632 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 247, 'nvim_get_var', ('deoplete#_saved_completeopt',)] | |
2019-03-21 09:19:13,632 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xf7\xacnvim_get_var\x91\xbbdeoplete#_saved_completeopt'' | |
2019-03-21 09:19:13,633 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,633 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,633 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,635 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,635 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 246, [1, b"'deoplete#_saved_completeopt'"], None] | |
2019-03-21 09:19:13,635 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: [1, b"'deoplete#_saved_completeopt'"], None | |
2019-03-21 09:19:13,635 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,635 [INFO @ session.py:request:101] 23676 - 'Received error: [1, b"'deoplete#_saved_completeopt'"] | |
2019-03-21 09:19:13,635 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 248, 'nvim_get_var', ('deoplete#_prev_completion',)] | |
2019-03-21 09:19:13,635 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xf8\xacnvim_get_var\x91\xb9deoplete#_prev_completion'' | |
2019-03-21 09:19:13,636 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,636 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,636 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,636 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,636 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 247, [1, b"'deoplete#_saved_completeopt'"], None] | |
2019-03-21 09:19:13,636 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: [1, b"'deoplete#_saved_completeopt'"], None | |
2019-03-21 09:19:13,636 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,636 [INFO @ session.py:request:101] 23676 - 'Received error: [1, b"'deoplete#_saved_completeopt'"] | |
2019-03-21 09:19:13,636 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 249, 'nvim_get_var', ('deoplete#_prev_completion',)] | |
2019-03-21 09:19:13,636 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xf9\xacnvim_get_var\x91\xb9deoplete#_prev_completion'' | |
2019-03-21 09:19:13,637 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,637 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,637 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,637 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,637 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 248, None, {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}] | |
2019-03-21 09:19:13,637 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''} | |
2019-03-21 09:19:13,637 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,638 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 250, 'nvim_set_var', ('deoplete#_context', {'complete_position': -1, 'candidates': [], 'event': 'InsertCharPre', 'input': '', 'is_async': False})] | |
2019-03-21 09:19:13,638 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xfa\xacnvim_set_var\x92\xb1deoplete#_context\x85\xb1complete_position\xff\xaacandidates\x90\xa5event\xadInsertCharPre\xa5input\xa0\xa8is_async\xc2'' | |
2019-03-21 09:19:13,638 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,638 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,638 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,638 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,638 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 249, None, {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''}] | |
2019-03-21 09:19:13,638 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'linenr': -1, b'complete_position': -1, b'candidates': [], b'event': b'', b'input': b''} | |
2019-03-21 09:19:13,638 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,639 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 251, 'nvim_set_var', ('deoplete#_context', {'complete_position': -1, 'candidates': [], 'event': 'TextChangedI', 'input': '', 'is_async': False})] | |
2019-03-21 09:19:13,639 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xfb\xacnvim_set_var\x92\xb1deoplete#_context\x85\xb1complete_position\xff\xaacandidates\x90\xa5event\xacTextChangedI\xa5input\xa0\xa8is_async\xc2'' | |
2019-03-21 09:19:13,639 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,639 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,639 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,639 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,640 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 250, None, {b'complete_position': -1, b'candidates': [], b'event': b'InsertCharPre', b'input': b'', b'is_async': False}] | |
2019-03-21 09:19:13,640 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'complete_position': -1, b'candidates': [], b'event': b'InsertCharPre', b'input': b'', b'is_async': False} | |
2019-03-21 09:19:13,640 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,640 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 252, 'nvim_call_function', ('deoplete#handler#_do_complete', [])] | |
2019-03-21 09:19:13,640 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xfc\xb2nvim_call_function\x92\xbddeoplete#handler#_do_complete\x90'' | |
2019-03-21 09:19:13,640 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B780> to wait for response | |
2019-03-21 09:19:13,640 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,640 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,641 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,641 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 251, None, {b'complete_position': -1, b'candidates': [], b'event': b'TextChangedI', b'input': b'', b'is_async': False}] | |
2019-03-21 09:19:13,641 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, {b'complete_position': -1, b'candidates': [], b'event': b'TextChangedI', b'input': b'', b'is_async': False} | |
2019-03-21 09:19:13,641 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,641 [DEBUG @ msgpack_stream.py:send:33] 23676 - sent [0, 253, 'nvim_call_function', ('deoplete#handler#_do_complete', [])] | |
2019-03-21 09:19:13,641 [DEBUG @ base.py:send:117] 23676 - Sending 'b'\x94\x00\xcc\xfd\xb2nvim_call_function\x92\xbddeoplete#handler#_do_complete\x90'' | |
2019-03-21 09:19:13,642 [DEBUG @ session.py:_yielding_request:163] 23676 - yielding from greenlet <greenlet.greenlet object at 0x00000223A682B828> to wait for response | |
2019-03-21 09:19:13,642 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,642 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,642 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,642 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 252, None, 0] | |
2019-03-21 09:19:13,643 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,643 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B780>, switching back | |
2019-03-21 09:19:13,643 [DEBUG @ session.py:handler:218] 23676 - greenlet <greenlet.greenlet object at 0x00000223A682B780> finished executing | |
2019-03-21 09:19:13,643 [DEBUG @ session.py:handler:223] 23676 - greenlet <greenlet.greenlet object at 0x00000223A682B780> is now dying... | |
2019-03-21 09:19:13,643 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,643 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:13,643 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,643 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [1, 253, None, 0] | |
2019-03-21 09:19:13,643 [DEBUG @ async_session.py:_on_response:100] 23676 - received response: None, 0 | |
2019-03-21 09:19:13,643 [DEBUG @ session.py:response_cb:159] 23676 - response is available for greenlet <greenlet.greenlet object at 0x00000223A682B828>, switching back | |
2019-03-21 09:19:13,643 [DEBUG @ session.py:handler:218] 23676 - greenlet <greenlet.greenlet object at 0x00000223A682B828> finished executing | |
2019-03-21 09:19:13,643 [DEBUG @ session.py:handler:223] 23676 - greenlet <greenlet.greenlet object at 0x00000223A682B828> is now dying... | |
2019-03-21 09:19:13,644 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:13,644 [DEBUG @ msgpack_stream.py:_on_data:63] 23676 - unpacker needs more data... | |
2019-03-21 09:19:17,271 [DEBUG @ msgpack_stream.py:_on_data:58] 23676 - waiting for message... | |
2019-03-21 09:19:17,271 [DEBUG @ msgpack_stream.py:_on_data:60] 23676 - received message: [2, b'deoplete_on_event', [{b'rpc': b'deoplete_on_event', b'event': b'BufWritePost', b'sources': []}]] | |
2019-03-21 09:19:17,271 [DEBUG @ async_session.py:_on_notification:107] 23676 - received notification: b'deoplete_on_event', [{b'rpc': b'deoplete_on_event', b'event': b'BufWritePost', b'sources': []}] | |
2019-03-21 09:19:17,271 [DEBUG @ session.py:_on_notification:226] 23676 - received rpc notification, greenlet <greenlet.greenlet object at 0x00000223A682B828> will handle it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment