I have encountered a weird behavior of vim-latex when there exists a
Makefile in the current directory. It appears that upon hitting '\ll',
Vim calls 'make pdf'. However, in general there is no such target in
my Makefiles.
On the other hand, the ':make' command shows a weird behavior. If I
open a file using 'vim test.tex', 'set makeprg?' returns
makeprg=pdflatex -interaction=nonstopmode $*
However, when I enter ':make', it seems that the $* in the above
expression is empty, since I just get a latex prompt:
This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.6)
**
I would much prefer ':make' have its default meaning, and '\ll' simply
compiling the tex file using pdflatex. How can I achieve this?
I am using latex-suite with Vim version 7.0 on Mac OS X 10.4.9.
Marius
--
Marius Kleiner
kl...@gm...
|