From a60c0d51fe096c8a25883e843a0ceeec3c390596 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 25 Aug 2016 15:21:41 +0200 Subject: [PATCH] Fix typo (#533) --- autoload/vimtex/toc.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/vimtex/toc.vim b/autoload/vimtex/toc.vim index 0259eea..82addb7 100644 --- a/autoload/vimtex/toc.vim +++ b/autoload/vimtex/toc.vim @@ -55,8 +55,8 @@ function! vimtex#toc#open() " {{{1 \ 'topmatters' : s:count_matters, \ 'secnumdepth' : g:vimtex_toc_secnumdepth, \ 'help' : [ - \ '-: decrease secnumpdeth', - \ '+: increase secnumpdeth', + \ '-: decrease secnumdepth', + \ '+: increase secnumdepth', \ 's: hide numbering', \ ], \ 'hook_init_post' : function('s:index_hook_init_post'),