1
0
forked from VimPlug/jedi

Fix a globals context issue, fixes #1435

This commit is contained in:
Dave Halter
2019-12-01 01:27:49 +01:00
parent e81c241905
commit b13c4c446f
4 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
def something():
global foo
foo = 3