I just discovered LaTeX-suite and was overjoyed with the breadth of the compiling and debugging options, but for some reason the primary debugging mechanism is not working for me.
When I compile with \ll I get the expected log output, and then the "Quickfix List" window appears and gains focus. The reference manual appears to indicate that simply pressing enter should move focus to the source window at the location of the error, but for me it does nothing but minimize the accompanying log output preview.
The reference at http://folk.uio.no/haaksk/config-files/.vim/doc/latex-suite.html indicates
You can then scroll through the errors and press <enter> to be taken to the location
of the corresponding error´unless you set the g:Tex_GotoError variable to 0.
Even with Tex_GotoError set to 1 I do not get the expected behaviour, and I'm not sure what else to try.