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
[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to