Re: [Vim-latex-devel] question about opening xdvi in vim-latex
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2009-04-26 00:46:40
|
> let g:Tex_ViewRule_dvi = 'LC_ALL=C xdvi ' Have you tried something like... bash -c 'LC_ALL=C xdvi' ? That is, let g:Tex_ViewRule_dvi = 'bash -c "LC_ALL=C xdvi \$1" xdvi ' You might have to play around with the quoting, but in principle I think it would work... <?> --Ted -- Ted Pavlic <te...@te...> Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. |