forked from VimPlug/jedi
fixed bug with vim errors of tokenize
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# test comment
|
||||
|
||||
import datetime, os, sys
|
||||
import datetime, os, sys, tokenize
|
||||
#from token import *
|
||||
from time import sleep
|
||||
from token import OP as OP_TEST, INDENT as INDENT_TEST
|
||||
|
||||
Reference in New Issue
Block a user