gerw / vim-latex-suite

71 stars 16 forks source link

F9 completion doesn't work when auxilary files in seperate "build" directory #11

Closed hemmer closed 9 years ago

hemmer commented 9 years ago

When I compile a simple document test.tex using latexmk, autocompletion of \ref{} using works as expected, presumably because main.aux is visible.

If I now compile using latexmk -output-directory="build", so that all the build files are separated into a "build/" folder, auto-completion no longer works.

Is there a way for vim-latex to search for .aux files in "build" rather than the root directory?

Any help greatly appreciated!

gerw commented 9 years ago

No, this is not supported. Also some other things like forward search do not work with custom output directories.

hemmer commented 9 years ago

OK good to know, thanks.