From 92168bc602d228ce7975a9156e62e4190ce060ca Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 4 Jun 2008 10:27:15 +0200 Subject: Corrects the underline macro --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 249c9a0..002fcc4 100644 --- a/vimrc +++ b/vimrc @@ -141,7 +141,7 @@ set tabstop=4 set shiftwidth=4 set noexpandtab -map U yyp:s/[^ ]/-/g +map U yyp:s/[^ ]/-/g:noh " Function " Erase_Sig_but_Your() -- cgit v1.2.3