[Vim-latex-devel] [Contact] Defining DefaultTargetFormat in .vimrc
Brought to you by:
srinathava,
tmaas
From: Mauricio de A. <vim...@so...> - 2004-07-21 14:04:59
|
If g:Tex_DefaultTargetFormat is defined before loading the .tex file, the mappings for viewing/compiling are not set accordingly. I Adding the following line somewhere in the bottom of main.vim solved this issue for me... call SetTeXTarget(g:Tex_DefaultTargetFormat) I hope it gets included in this great tool. Regards, Mauricio |