From 177790640de274a8054215ae5c277f80fd6f136e Mon Sep 17 00:00:00 2001 From: gryf Date: Wed, 21 Sep 2011 21:33:48 +0200 Subject: [PATCH] Make refresh to expand syntax context for entire file --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 16212dc..90d6654 100644 --- a/.vimrc +++ b/.vimrc @@ -215,7 +215,7 @@ nmap ,cs :silent call CopyFileName(0) map ]b :call OpenInWebBrowser() "remove search highlight and refresh -nnoremap :nohl +nnoremap :nohl:syn sync fromstart " }}} " FUNCTIONS: usefull functions for all of th files {{{