Skip to content

Commit

Permalink
Remove echom command
Browse files Browse the repository at this point in the history
  • Loading branch information
brennier committed Dec 10, 2016
1 parent 8155d61 commit 82f8b5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/vimtexer.vim
Expand Up @@ -61,7 +61,6 @@ function! ExpandWord()
let begin = searchpos('^\s*\zs\|\s\zs', 'nbW')[1] - 1

let word = line[begin:end]
echom word

" If the filetype is tex, there's a mathmode dictionary available, and
" you're in mathmode, then use that dictionary. Otherwise, use the
Expand Down

0 comments on commit 82f8b5c

Please sign in to comment.