Remove deprecated vimtex.words()
This commit is contained in:
parent
af3c341170
commit
e91aeaf952
@ -51,7 +51,6 @@ function! vimtex#info() " {{{1
|
|||||||
for f in ['aux', 'out', 'log']
|
for f in ['aux', 'out', 'log']
|
||||||
silent execute 'let d.' . f . ' = data.' . f . '()'
|
silent execute 'let d.' . f . ' = data.' . f . '()'
|
||||||
endfor
|
endfor
|
||||||
let d.words = data.words()
|
|
||||||
|
|
||||||
" Print data blob title line
|
" Print data blob title line
|
||||||
call vimtex#echo#formatted([
|
call vimtex#echo#formatted([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user