Skip to content

Commit

Permalink
fix: add missing } to context#cite.show()
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Apr 28, 2024
1 parent cd7cdfb commit 42f573b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/vimtex/context/cite.vim
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ function! s:actions.show() abort dict " {{{1
\ ['Normal', l:val]
\])
endfor
call vimtex#ui#echo([['Normal', '}']])
endfunction

" }}}1
Expand Down

0 comments on commit 42f573b

Please sign in to comment.