Message for latex#help when mappings not enabled
This commit is contained in:
parent
c6c2fb8ed5
commit
043880714d
@ -54,10 +54,11 @@ endfunction
|
|||||||
" {{{1 latex#help
|
" {{{1 latex#help
|
||||||
function! latex#help()
|
function! latex#help()
|
||||||
if g:latex_mappings_enabled
|
if g:latex_mappings_enabled
|
||||||
echo "Latex mappings"
|
|
||||||
nmap <buffer>
|
nmap <buffer>
|
||||||
vmap <buffer>
|
vmap <buffer>
|
||||||
omap <buffer>
|
omap <buffer>
|
||||||
|
else
|
||||||
|
echo "Mappings not enabled"
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user