Skip to content

Commit

Permalink
remove echoes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanilaMihailov committed Jun 26, 2020
1 parent d8d3520 commit 8f0d11e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugin/beacon.vim
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ function! s:Highlight_position(force) abort
if nvim_buf_get_option(0, "ft") == "fugitive"
return
endif
else
echo "vim fugitive"
endif

" already showing, close old window
Expand Down Expand Up @@ -181,8 +179,6 @@ function! s:Highlight_position(force) abort
let l:i += 1
endwhile

echomsg string(l:hls)

let l:diff = g:beacon_size - strlen(l:text)
if l:diff > 0
let l:text .= repeat(" ", l:diff)
Expand Down

0 comments on commit 8f0d11e

Please sign in to comment.