Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fvim created an AppData folder on network %HOMEDRIVE%%HOMEPATH% #133

Closed
daytonb opened this issue Apr 23, 2020 · 1 comment
Closed

fvim created an AppData folder on network %HOMEDRIVE%%HOMEPATH% #133

daytonb opened this issue Apr 23, 2020 · 1 comment

Comments

@daytonb
Copy link

daytonb commented Apr 23, 2020

I gave fvim just a quick try on my work laptop. I noticed that it put it's configs in %HOMEDRIVE%%HOMEPATH%\AppData\Local\..... On my work computer, %HOMEDIRVE%%HOMEPATH% is a network folder mapped to Z:\. fvim, should be putting things in the %LOCALAPPDATA% folder (C:\Users\myusername\AppData\Local\...).

@yatli
Copy link
Owner

yatli commented Apr 24, 2020

Thanks for reporting.

fvim/config.fs

Line 51 in 6b8d472

then Environment.ExpandEnvironmentVariables("%HOMEDRIVE%%HOMEPATH%");

^^^ this line to blame.

@yatli yatli closed this as completed in 7a2270c Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants