From 043880714d649d34cbbbda6e212ae3bea0839bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Fri, 11 Oct 2013 23:13:41 +0200 Subject: [PATCH] Message for latex#help when mappings not enabled --- autoload/latex.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoload/latex.vim b/autoload/latex.vim index 1296bf0..75b34bd 100644 --- a/autoload/latex.vim +++ b/autoload/latex.vim @@ -54,10 +54,11 @@ endfunction " {{{1 latex#help function! latex#help() if g:latex_mappings_enabled - echo "Latex mappings" nmap vmap omap + else + echo "Mappings not enabled" endif endfunction