Skip to content

vim-scripts/sharefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=4098

Sharefix addresses the pain point of your quickfix list being wiped out
between running different commands or functions that update the list.

For example, you run your unit tests and get a list of tests that
failed. Then when you make some changes, write the file, and your linter
auto command kicks off and clears the list of tests. Now to fix the
other failed tests you have to rerun all your tests.

Sharefix lets you easily make your quickfix commands or functions play
nicely together and share the list with each other.

This plugin is developed on github:

https://github.com/samiconductor/vim-sharefix

About

Share quickfixes among commands and functions

Resources

Stars

Watchers

Forks

Packages

No packages published