On 2010-05-11, Udo Hortian <udo...@we...> wrote:
> Hello,
>
> it would be convenient if one could easily open a file that is included
> in another using \input. Since the file one is editing may be located in
> a folder "far away" from the current one, this might be very convenient.
> Is there any way to do this using vim-latexsuite?
Have you looked at using Vim's gf and ^Wf commands? They recognize
strings that represent file names and use the 'path' option to find
files in other directories. See
:help 22.3
:help gf
:help CTRL-W_f
:help 'isfname'
:help 'path'
HTH,
Gary
|