We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cc3c0 commit 474af30Copy full SHA for 474af30
pymode/lint.py
@@ -73,6 +73,8 @@ def __sort(e):
73
74
for e in errors:
75
e._info['bufnr'] = env.curbuf.number
76
+ if e._info['col'] is None:
77
+ e._info['col'] = 1
78
79
env.run('g:PymodeLocList.current().extend', [e._info for e in errors])
80
0 commit comments