Discussion:
E303 Unable to load swap file
Graham Lawrence
2015-02-12 20:13:59 UTC
Permalink
To my sorrow, I updated my arch linux system, a distro that cruelly and
relentlessly reminds one of the reason for the old adage, "If it ain't
broke, don't fix it!"

So now vim is a little peculiar, announcing every file with E303, could not
open a swap file for this file. The help points to a defunct web page for
further information, and declares this is a problem with one's X
configuration.

I think this unlikely as vim behaves so whether or not X is running, and it
is not that I am out of disk space either. Can anyone advise me of other
possibilities?
--
Graham Lawrence
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reid Thompson
2015-02-12 20:17:46 UTC
Permalink
Post by Graham Lawrence
To my sorrow, I updated my arch linux system, a distro that cruelly
and relentlessly reminds one of the reason for the old adage, "If it
ain't broke, don't fix it!"
So now vim is a little peculiar, announcing every file with E303,
could not open a swap file for this file. The help points to a defunct
web page for further information, and declares this is a problem with
one's X configuration.
I think this unlikely as vim behaves so whether or not X is running,
and it is not that I am out of disk space either. Can anyone advise me
of other possibilities?
--
Graham Lawrence
--
*E303*
Unable to open swap file for "{filename}", recovery impossible

Vim was not able to create a swap file. You can still edit the file, but if
Vim unexpectedly exits the changes will be lost. And Vim may consume a lot of
memory when editing a big file. You may want to change the 'directory' option
to avoid this error. See |swap-file|.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reid Thompson
2015-02-12 20:20:58 UTC
Permalink
Post by Reid Thompson
*E303*
Unable to open swap file for "{filename}", recovery impossible
Vim was not able to create a swap file. You can still edit the file, but if
Vim unexpectedly exits the changes will be lost. And Vim may consume a lot of
memory when editing a big file. You may want to change the 'directory' option
to avoid this error. See |swap-file|.
http://superuser.com/questions/364879/how-to-open-a-new-file-in-gvim-e303-unable-to-open-swap-file
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
porphyry5
2015-02-13 17:13:05 UTC
Permalink
Post by Reid Thompson
Post by Reid Thompson
*E303*
Unable to open swap file for "{filename}", recovery impossible
Vim was not able to create a swap file. You can still edit the file, but if
Vim unexpectedly exits the changes will be lost. And Vim may consume a lot of
memory when editing a big file. You may want to change the 'directory' option
to avoid this error. See |swap-file|.
http://superuser.com/questions/364879/how-to-open-a-new-file-in-gvim-e303-unable-to-open-swap-file
Thank you very much.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...