tomtom / quickfixsigns_vim

Mark quickfix & location list items with signs
http://www.vim.org/scripts/script.php?script_id=2584
GNU General Public License v3.0
131 stars 13 forks source link

Add means to temporarily disable quickfixsigns #12

Closed blueyed closed 12 years ago

blueyed commented 12 years ago

I would like to have a command like :QuickfixsignsDisable and (...Enable) to easily toggle usage of the plugin.

While I like having it most of the time, I would like to remove it sometimes (temporarily) to gain more screen space and/or make copying multi-line text from a terminal easier (without any left indent).

I can do :sign unplace * to remove any put signs (this will also remove the bar reserved for displaying the signs), but after several seconds quickfixsigns appears to automatically update them again (and the bar appears again).