pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.08k stars 40 forks source link

fix mark not set when line_number is string #37

Closed neihc closed 4 years ago

neihc commented 4 years ago

Issue: https://github.com/pechorin/any-jump.vim/issues/30

This bug appears whenever action_item.data.line_number is a string. The execution will be generated like this:

execute "edit ../path|:'100'"
pechorin commented 4 years ago

Thanks for fix :)