Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 447 Bytes

File metadata and controls

13 lines (8 loc) · 447 Bytes

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'