mhinz / vim-startify

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

default the value of g:startify_change_to_dir to the value of autochdir #473

Closed mrjones2014 closed 3 years ago

mrjones2014 commented 3 years ago

It doesn't really make sense for the g:startify_change_to_dir setting to even exist since it does the same thing as autochdir but for backwards compatibility's sake, instead of removing it, let's just default it to the value of the user's autochdir setting.

Fixes #472

mrjones2014 commented 3 years ago

@mhinz can you take a look at this and at least let me know whether you plan on merging it or not? its a 1 line change.

mhinz commented 3 years ago

https://github.com/mhinz/vim-startify/issues/472#issuecomment-824789013