Unknown function: strcharpart
blitzcom opened this issue · 3 comments
blitzcom commented
Hi @christoomey, I have been using this plugin and is awesome.
Everything works fine but when I want to sort items inline (foo, bar, baz)
I get an error Unknown function: strcharpart
in vim 7.4.1689.
Apparently, the way to fix this bug is changing strcharpart()
to strpart()
.
christoomey commented
Hey @K-eo, thanks for reporting. Mind opening a PR for the change?
blitzcom commented
@christoomey, PR on the way.
christoomey commented