forked from VimPlug/jedi
Fix recursion issues.
Completely refactored the recursion checker and changed some settings. Fixes #861.
This commit is contained in:
@@ -247,5 +247,3 @@ qsplit = shlex.split("foo, ferwerwerw werw werw e")
|
||||
for part in qsplit:
|
||||
#? str() None
|
||||
part
|
||||
#? str() None
|
||||
part
|
||||
|
||||
Reference in New Issue
Block a user