Closed suoto closed 8 years ago
@@ master #29 diff @@
==========================================
Files 4 4
Lines 273 272 -1
Methods 0 0
Messages 0 0
Branches 37 38 +1
==========================================
- Hits 226 225 -1
+ Misses 34 33 -1
- Partials 13 14 +1
Powered by Codecov. Last update 81a8f26...c13200a
Neovim support required few changes. Added some support for Python 2.7 and 3.5 but it was harder than expected. Also, Neovim supports Python 2.x and 3.x concurrently and Vim chooses the Python version using the first
:python
or:python3
used, so adding real Python 2.7 and 3.5 test is a matter of configuring them. All the rest should work (when does should ever means will??? :roll_eyes::thinking:)