67d2a0fbf8
The VimExpressionToPythonType function automatically convert a number represented as a string to an integer. This causes an error when used to evaluate a filetype set to a number as the result is split on the dot character to get a list of filetypes and an integer cannot be split. Use vim.eval and ToUnicode instead. |
||
---|---|---|
.. | ||
client | ||
testdata | ||
__init__.py | ||
base_test.py | ||
command_test.py | ||
completion_test.py | ||
diagnostic_filter_test.py | ||
event_notification_test.py | ||
omni_completer_test.py | ||
paths_test.py | ||
postcomplete_test.py | ||
syntax_parse_test.py | ||
test_utils.py | ||
vimsupport_test.py | ||
youcompleteme_test.py |