summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()