From 5623de1edcd4c4ab0ed6f6a163dbf5c70570983e Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Tue, 28 Jan 2014 18:18:36 +0000 Subject: [PATCH 1/1] Update signs when the cursor is held. Signs can be "out of date" if the cursor is held in editing mode. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index b15c78f..426e394 100644 --- a/.vimrc +++ b/.vimrc @@ -1256,6 +1256,7 @@ if has("autocmd") endif if has("signs") + au Signs CursorHoldI * call Highlight_Signs() au Signs InsertEnter * call Highlight_Signs() au Signs InsertLeave * call Highlight_Signs() endif -- 2.7.4