From ce0740b09d22c623bb052ef1a1e89c44d12e0855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Mon, 21 Dec 2015 23:40:41 +0100 Subject: [PATCH] Fix command name (#295) --- autoload/vimtex/imaps.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/vimtex/imaps.vim b/autoload/vimtex/imaps.vim index 2cc0cce..3da80e6 100644 --- a/autoload/vimtex/imaps.vim +++ b/autoload/vimtex/imaps.vim @@ -99,7 +99,7 @@ function! vimtex#imaps#init_buffer() " {{{1 " " Add mappings and commands " - command! -buffer VimtexListImaps call vimtex#imaps#list() + command! -buffer VimtexImapsList call vimtex#imaps#list() nnoremap (vimtex-imaps-list) :call vimtex#imaps#list() endfunction