It occurs to me that something else should probably be committed to the 
repo.

As discussed on the vim-mac mailing list, on line 43 of compiler.vim, 
there's a line that **SHOULD** be:

if !(has('win32') || has('macunix')) &&
(!Tex_GetVarValue('Tex_UseMakefile') || (glob('makefile*') == '' &&
glob('Makefile*') == ''))

In other words, *BOTH* Windows and Mac users should have the ability to 
leave their view rules empty because the OS will automatically kick off 
an associated viewer for them (using "open" for OS/X and "start" for 
Windows, as discussed).

Of course, if we added the xdg-open stuff, this line would have to be 
modified to allow Linux users to have empty view rules.

--Ted



Till Maas wrote:
> I just commited a changeset to improve all this:
> 
> http://vim-latex.svn.sourceforge.net/viewvc/vim-latex?view=rev&revision=1039
> 
> Regards,
> Till
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Vim-latex-devel mailing list
> Vim-latex-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

-- 
Ted Pavlic <[EMAIL PROTECTED]>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to