Open nbren12 opened 10 years ago
Interesting. I don't think I've met anyone who uses the autochdir
before. It seems the TOC system relies on relative paths, which obviously does not work well with autochdir
. This should be fixed. I might try when I get some more time, but I already have other bugs in my mind right now.
I have an multifile document that includes files from the current and parent directories, and I am experiencing the following error when trying to jump to section using the TOC.It only occurs when I have
set autochdir
in my vimrc:After this error message, the window displays an empty buffer in the _parent directory_ of the directory containing my main latex file! It seems like
autochdir
is changing the current directory to the location of one included file, but does not jump back.