Re: [Vim-latex-devel] compiling with wrong cross-references
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2008-06-18 12:39:49
|
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...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel -- Ted Pavlic <te...@te...> |