tweekmonster / impsort.vim

Sort and highlight Python imports in Vim
MIT License
37 stars 6 forks source link

impsort_start_nextline=1 is broken #11

Closed DanCardin closed 8 years ago

DanCardin commented 8 years ago

I get

E15: Invalid expression: "\n".repeat(indent_text, indent).tail
E121: Undefined variable: tail

from asdfasdf import asdfasdf, ksjdlfgsdk, lkjolqierjkl, qwerasdljk, qwerqwer, alsdkjflktjmn, cmn

Seems like the impsort_start_nextline=1 is the cause

tweekmonster commented 8 years ago

Thanks! Fix incoming.

DanCardin commented 8 years ago

Thanks for the super quick turnaround!