Vim overwrites filename when writing
问题 Let's say I have a file called FooBar.java. When I open the file in a powershell window with > vim foobar.java and write the file after editing it, the file gets renamed FooBar.java -> foobar.java. If I open the file with > vim FOOBAR.java it gets renamed FooBar.java -> FOOBAR.java. So Vim changes the name to be case sensitive to how I spelled it when I opened the file with a powershell command. This is undesired behaviour for me, and I did not have this problem earlier, before I did a clean