vim:aucmd:highVisualSel: Yank lines silently

When yanking multiple lines, a message stating that will appear. Make
this message silent.
This commit is contained in:
2022-12-28 13:44:19 +01:00
parent aae84fd197
commit 9ac408ccae

View File

@@ -84,7 +84,7 @@ function! HighlightVisualSel()
let l:old_reg = getreg('"')
let l:old_regtype = getregtype('"')
norm ygv
silent! norm ygv
let w:visual_match_id = matchadd(
\ 'CursorColumn',