mattboehm / vim-unstack

Vim plugin for parsing stack traces and opening the files
286 stars 15 forks source link

Signs still sometimes visible after being unplaced #1

Open mattboehm opened 11 years ago

mattboehm commented 11 years ago

While in an Unstack tab with signs, execute the following:

:tab sp
:tabprev
:tabclose

The tab that was split still shows a sign in it. Calling refresh! does not seem to fix this. The only way I've been able to make the sign stop appearing is by switching tabs again (but switching tabs within the function/autocmd does not work).