1
0
forked from VimPlug/jedi

Make sure goto definitions works on with, fixes #1280

This commit is contained in:
Dave Halter
2019-12-13 16:57:18 +01:00
parent 923fcf95d9
commit 92c59180fd
3 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
with open() as fin:
fin.read()