And if you pass the -d argument to the find method it will never match swp
files :-)
On May 1, 2013 4:37 PM, "tooth pik" <[email protected]> wrote:

> On Wed, May 01, 2013 at 12:11:08PM -0700, Mike Hume wrote:
> > You could setup a tmp directory for where swp files are stores.
>
> > set directory=~/.vim/tmp/swap
>
> > If you have swp files littered about, run this command to
> > recursively find and delete them:
>
> > find . -type d -name .swp | xargs rm -rf
>
> you're going to need an asterisk in front of that '.swp'
>
> --
> --
> 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 [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to