Update signs when the cursor is held.
[profile.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index b15c78f..426e394 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -1256,6 +1256,7 @@ if has("autocmd")
   endif
 
   if has("signs")
+    au Signs CursorHoldI * call <SID>Highlight_Signs()
     au Signs InsertEnter * call <SID>Highlight_Signs()
     au Signs InsertLeave * call <SID>Highlight_Signs()
   endif