mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

vim working directory change when open from MRU #387

Closed pwang2 closed 5 years ago

pwang2 commented 5 years ago

When opening files from MRU, it seems it overrides set noautochdir, is it by design?

mhinz commented 5 years ago

The default behaviour of changing the directory is separate from 'autochdir'.

Use let g:startify_change_to_dir = 0 instead.

pwang2 commented 5 years ago

Thanks for help, I should have read the docs first.