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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user