Skip to content

Commit eb257e5

Browse files
committed
suppress message in minimap instance
1 parent 59ff1ad commit eb257e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/minimap.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function! minimap#_remote_pull_sync(id)
127127
endfunction
128128

129129
function! minimap#_pull_sync(id)
130-
echo printf('minimap: update required by %s', a:id)
130+
"echo printf('minimap: update required by %s', a:id)
131131
let data = eval(remote_expr(a:id, 'minimap#_sync_data()'))
132132
if len(data)
133133
call minimap#_apply(data)

0 commit comments

Comments
 (0)