-
Notifications
You must be signed in to change notification settings - Fork 96
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
Vim swapfile issues: E72: Close error on swap or E200: *ReadPre autocommands made the file unreadable #194
Comments
I currently have the same error on Vim 8.1 with archlinux. Did you find a solution eventually? |
Hi, |
I had actually originally tested the implementation, specifically, on VIM. There were issues with all of the opening and closing of so many different files all at once when first opening a single file, but they were cleared up. I'll take a look at this after clearing up some other issues. It's not good etiquette to market for alternative projects from the issues of another. |
@dsoprea, |
Yes, in this case it actually is. He pointed out an open-source alternative that doesn't have this specific issue. This is not marketing, nor him nor the author of @TiBeN Thank you for opening this issue. Thank you also for suggesting an alternative that doesn't have this issue. |
I use my Google Drive mainly for storing notes *.md (Markdown) files. I have some issues editing theses files with Vim. With no
~/.vimrc
file (no custom configuration), the file takes a lot of time to be opened with vim, then triggers the following error on close:I think this is because Vim is not able to create the swap file. Now if i put
set noswapfile
into a~/.vimrc
file to disable swap file creation, Vim triggers the following error on file opening, leaving the editor with a blank page (file is not opened at all):I'm using Vim 7.4 on Ubuntu 16.04.
The text was updated successfully, but these errors were encountered: