summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-06-04 10:27:15 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-06-04 10:27:15 +0200
commit92168bc602d228ce7975a9156e62e4190ce060ca (patch)
treeb7deac8b1f96a22dfbf239b91b3bc3c6b600c0ea
parent154c95741b19b79649d68b7c47e90d176119dea3 (diff)
Corrects the underline macro
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
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<CR>
+map U yyp:s/[^ ]/-/g<CR>:noh<CR>
" Function
" Erase_Sig_but_Your()