When I open large files, I would prefer not to create .swp files. Is there a way in Vim to limit the creation of .swp files based on their size?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
you should be able to do this using some autocommands, that check the size of the file and disable swapfile setting.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Thank you. I will try to deal with autocommands.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Closed #12706 as completed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.