Fix "key not present" bug

This commit is contained in:
Karl Yngve Lervåg 2015-11-10 19:33:40 +01:00
parent 3f138d6909
commit 1bcc8e1bc2

View File

@ -143,7 +143,7 @@ function! s:init_buffer() " {{{1
if id >= 0
" Link to existing blob
let b:vimtex_id = id
let b:vimtex = g:vimtex_data.id
let b:vimtex = g:vimtex_data[id]
else
" Create new blob
let b:vimtex = {}