Skip to content

Commit

Permalink
Merge pull request #3476 from ma6174/master
Browse files Browse the repository at this point in the history
sameids: remove useless echo info when highlight package references
  • Loading branch information
bhcleek authored Dec 18, 2022
2 parents 90a531c + 9a5e15c commit 80e5b58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoload/go/sameids.vim
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ function! s:same_ids_highlight(exit_val, result, mode) abort
let l:matches = add(l:matches, [pos[0], pos[1], poslen])
endfor

call go#util#EchoInfo(printf('%s', l:matches))

call go#util#HighlightPositions('goSameId', l:matches)

if go#config#AutoSameids()
Expand Down

0 comments on commit 80e5b58

Please sign in to comment.