micbou 67d2a0fbf8
Fix error when filetype is a number
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.
2017-11-26 16:44:35 +01:00
..
2017-06-21 02:32:57 +02:00
2017-11-26 16:44:35 +01:00
2017-06-21 02:32:57 +02:00
2017-07-07 22:45:05 +02:00
2016-05-02 23:08:32 +02:00