Re: [Vim-latex-devel] preference for default target
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-09-03 00:29:19
|
Hi Alan, The patch looks good. Unfortunately, my patch program seems to be having trouble applying it. Oh well. Its simple enough to do manually. It looks like a good idea. I'll apply it soon. Thanks. In the longer term, maybe we need to have a setting where the user can use a completely different function for compiling a single file instead of Tex_CompileLatex(). On Tue, 2 Sep 2003, Alan Schmitt wrote: > Error detected while processing /home/schmitta/.vim/ftplugin/latex-suite/multicompile.vim: > line 200: > Traceback (most recent call last): > File "<string>", line 1, in ? > ImportError: No module named string > > I think my python installation is broken with vim (it works well by > itself, I have noticed several problems with vim recently). > Unfortunate! But you can use :let g:Tex_UsePython = 0 to make latex-suite use native vim script for reading the contents of a file. Its used for the new multiple compilation functionality. Srinath |