On Wed, 2011-02-16 at 09:11 +0800, Ng Oon-Ee wrote:
> 1115 is the latest I think. Now that you mention it, source is git,
> wonder why my packaging uses svn. Will fix that.
Same behaviour in latest git, just installed it.
>
> >
> > You could try something silly like:
> >
> > :let g:Tex_CompileRule_dvi='pwd > thisdirectory'
> >
> > and run \ll after that. Look for a "thisdirectory" file. See where it
> > shows up (in ./chap1, in ./, or perhaps even in ../ <?>) and what its
> > contents are. I'm sure there's a cleaner way to do debugging in vim, but
> > I'm no vim expert.
> >
> > --Ted
> >
> pwd (and ls) choke because of all the additional arguments. I'll try
> some alternatives and revert.
>
Using 'ls . > thisdirectory' I can confirm that its looking in chap1
instead of the root.
However, moving away ~/.vim/eclim.vim (a file used by eclim, as I've
mentioned), I see correct behaviour. I'm attaching it here, 170 lines.
It does modify runtimepath and basedir, which I'm guessing is what could
be affecting the behaviour.
|