Wednesday, February 17, 2016

Re: vim consumed my disk on Mac

On Monday, February 15, 2016 at 3:07:03 PM UTC-6, andrewbanka@gmail.com wrote:
> Help!
> In copying data from an OpenOffice spreadsheet into a text file via vim, I selected the entire columns in the spreadsheet, rather than just the cells of interest. After all of the cells with data were pasted, vim continued to paste blank lines, and ctrl-C was ineffective at breaking out. I finally killed the process, but the original terminal window continued to act strange. Worse yet, it appears that there was a rogue process, which went on to consume the entire free space of my hard drive (many GB), and I was forced to shut down. Upon restarting, the file space is still gone. I suspect there is a temp file stashed somewhere, but it doesn't appear to be in any of the usual places.
>
> Any clues?
>

Possibly Vim created a swap file? Look in the same directory as the file you were editing; or if you had not yet saved, in whatever directory you launched Vim from, for a *.swp or a .swp file (or .swo, etc.).

That's assuming you don't have the 'directory' option set to something, in which case, look there.

--
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: