Skip to content

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

Notifications You must be signed in to change notification settings

sychen52/gF-python-traceback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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'

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published