From a367800e3bbb0d12cb97d2ecea7c2b238dc244d6 Mon Sep 17 00:00:00 2001 From: Janek Spaderna Date: Mon, 1 Nov 2021 18:14:04 +0100 Subject: [PATCH] [doc] Fix typo in function name --- doc/vimtex.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vimtex.txt b/doc/vimtex.txt index 057d00454b..0e71607151 100644 --- a/doc/vimtex.txt +++ b/doc/vimtex.txt @@ -3342,13 +3342,13 @@ It is of course possible to customize the list of mappings. First, one may specifically disable the entire imaps feature with |g:vimtex_imaps_enabled| or specific default mappings through |g:vimtex_imaps_disabled|. Second, one may specify |g:vimtex_imaps_list|, which will overwrite the default list. Finally, -one may add new maps through calls to the function |vimtex#imap#add_map|. The +one may add new maps through calls to the function |vimtex#imaps#add_map|. The following are some examples of how to customize the mappings: > " Disable \alpha and \beta mappings let g:vimtex_imaps_disabled = ['a', 'b'] - " Add custom mapping through vimtex#imap#add_map + " Add custom mapping through vimtex#imaps#add_map call vimtex#imaps#add_map({ \ 'lhs' : 'test', \ 'rhs' : '\tested',