Improve mypy handling a little bit more
This commit is contained in:
parent
ea438be5c1
commit
9820899b9e
6 changed files with 100 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue