Skip to content

Read zipped (Python .egg) file paths as if they're real file paths in Vim

License

Notifications You must be signed in to change notification settings

ColinKennedy/vim-egg-read

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Vim can read .zip files natively, using its zip plugin. But that plugin wasn't designed to work with Python zip files (.egg files). This plugin fixes that.

Python tracebacks which point to .egg files tend to look like this:

"/path/to/some.egg/inner/path/to/file.py". This plugin converts those paths into "zipfile:/path/to/some.egg::inner/path/to/file.py", which Vim's zip plugin can then read and write into.

Requirements

Note: Based loosely on https://github.com/bogado/file-line

About

Read zipped (Python .egg) file paths as if they're real file paths in Vim

Resources

License

Stars

Watchers

Forks

Packages

No packages published