-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
:e
can't create nonexistent files automatically anymore like #2274 described
#4134
Comments
Is this a regression to #2274 or by new design? |
Quoting f70c8aa:
I'd say the behavior you describe is by design since it follows the original Vim behavior. |
@joanrieu thanks for your in-depth reply. I understand the current behavior equals to the original Vim. But I have a few more consideration over whether to apply it to VS Code Vim Extension as well. Let me explain:
Anyway, if the previous behavior won't be reverted to, then this will be a major obstacle for me to upgrade the extension starting from this version. And I'd like (and have) to learn some new way to come through it like "an option", or some emulated plugins. |
:e
can't create nonexistent files automatically anymore like #2274 described
Describe the bug
Typing ":e example.txt" opens a tab with a named file which is not created or saved on the disk.
To Reproduce
Enter a file name that doesn't exist in that path.
Expected behavior
I expect the new file to be created on the disk automatically like in the previous version did, especially cause in my workflow I need to frequently create files, make use of auto save, and compile and run files.
Environment
Bug
vim
1.11.0
Windows_NT x64 10.0.18362
1.38.1
The text was updated successfully, but these errors were encountered: