Improve mypy handling a little bit more

This commit is contained in:
w0rp 2017-01-20 17:30:23 +00:00
parent ea438be5c1
commit 9820899b9e
6 changed files with 100 additions and 4 deletions

View file

@ -2,7 +2,7 @@ Execute(Open a file some directory down):
silent! cd /testplugin/test
:e! top/middle/bottom/dummy.txt
Then(We should be able to to find the local version of a file):
Then(We should be able to find the local version of a file):
AssertEqual
\ expand('%:p:h:h:h:h') . '/top/example.ini',
\ ale#util#ResolveLocalPath(bufnr('%'), 'example.ini', '/global/config.ini')