g:Lf_WorkingDirectoryMode is the default value
autochdir is not set.
steps to reproduce the bug:
- open vim
- open a new window(a tab works too), edit another directory using lcd (so the first window's working directory should not be affected)
- launch LeaderfFile at the newly created window and accept a file, now the first window's working directory is also changed.
the bug may caused by os.chdir cmd located in fileExpl.py 596 line
g:Lf_WorkingDirectoryMode is the default value
autochdir is not set.
steps to reproduce the bug:
the bug may caused by os.chdir cmd located in fileExpl.py 596 line