Re: [Vim-latex-devel] pdflatex -output-dirctory and Tex_ViewRule
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2012-05-23 17:29:37
|
Hm. I wonder if a space is being added. Have you tried using: Tex_ViewRuleComplete_format instead? See: :help Tex_ViewRuleComplete_format I have a feeling that that will be your answer. Best -- Ted On Wed, May 23, 2012 at 1:16 PM, Marijan Svalina <mar...@gm...> wrote: > Just tried that, and also no luck :/ > > > On Wed, May 23, 2012 at 7:08 PM, Ted Pavlic <te...@te...> wrote: >> >> > let g:Tex_ViewRule_pdf = 'zathura $*/tmp' >> >> Do you mean: >> >> let g:Tex_ViewRule_pdf = 'zathura /tmp/$*' >> >> ? Did you try that? >> >> --Ted >> >> -- >> Ted Pavlic <te...@te...> > > > > > -- > http://www.google.com/profiles/marijan.svalina -- Ted Pavlic <te...@te...> |