/gF-python-traceback

A vim plugin that allow you to jump to file with line number based on python traceback messages

Primary LanguageVim Script

gF-python-traceback

This is a vim plugin that allow you to gF (jump to file with line number) based on python traceback message in a vim terminal.

Since python's traceback message looks something like: "filename", line xxx, vim's buildin gF does not work. This plugin is to solve it.

It is based on romainl's answer on stackoverflow

Install

Plug 'sychen52/gF-python-traceback'