From: Iain Patterson Date: Tue, 28 Jan 2014 18:18:36 +0000 (+0000) Subject: Update signs when the cursor is held. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=5623de1edcd4c4ab0ed6f6a163dbf5c70570983e;p=profile.git Update signs when the cursor is held. Signs can be "out of date" if the cursor is held in editing mode. --- 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