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

Running commands on FocusGained breaks on windows #33

Closed Chronial closed 11 years ago

Chronial commented 11 years ago

In change 8e607f3d078597400 you added the FocusGained event to trigger the update of the of the vcs diff signs. Unfortunately this causes an infinite loop on windows as running an external command will cause vim to loose focus for a moment.