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

Preserve last search register when searching for markers #85

Closed noscript closed 3 years ago

noscript commented 4 years ago

This fixes the bug that alters the last search register @/ when searching for conflict markers.

Basically this replaces the use of ":g" with "searchpos()".