Re: storing files without a name

2009-07-14 Thread Christian Brabandt
On Wed, July 15, 2009 1:44 am, Matt Wozniski wrote: > > On Tue, Jul 14, 2009 at 10:12 AM, Ben Fritz wrote: >> That being said...does >> Vim's mkdir() return a status indicating success/fail? If not, the >> script would need to find a new way to determine that. > > No, but the script can determine

Re: storing files without a name

2009-07-14 Thread Matt Wozniski
On Tue, Jul 14, 2009 at 10:12 AM, Ben Fritz wrote: > > > > On Jul 13, 11:57 pm, Tony Mechelynck wrote: >> >> ":help mkdir()" >> says "not available on all systems"; and the description uses Unix >> protection bits (as in numeric arguments to chmod). I suspect it doesn't >> work on Windows, or not

Re: storing files without a name

2009-07-14 Thread Ben Fritz
> > Wasn't cygwin required to install vim on windows? It provides mkdir.- Hide > quoted text - > No, there are plenty of native Windows binaries out there that you can just install. http://vim.wikia.com/wiki/Where_to_download_Vim --~--~-~--~~~---~--~~ You receive

Re: storing files without a name

2009-07-14 Thread Деян Дойчев
Ben Fritz wrote: > > On Jul 13, 11:57 pm, Tony Mechelynck > wrote: > >> ":help mkdir()" >> says "not available on all systems"; and the description uses Unix >> protection bits (as in numeric arguments to chmod). I suspect it doesn't >> work on Windows, or not the same way. Windows has "mkdir"

Re: storing files without a name

2009-07-14 Thread Ben Fritz
On Jul 13, 11:57 pm, Tony Mechelynck wrote: > > ":help mkdir()" > says "not available on all systems"; and the description uses Unix > protection bits (as in numeric arguments to chmod). I suspect it doesn't > work on Windows, or not the same way. Windows has "mkdir" (make > directory, synonymo

Re: storing files without a name

2009-07-13 Thread Tony Mechelynck
On 14/07/09 05:31, Matt Wozniski wrote: > > On Mon, Jul 13, 2009 at 9:45 PM, Tony Mechelynck wrote: >> >> [moving from vim_dev to vim_use] >> On 14/07/09 02:06, Toni Ruottu wrote: >>> >>> I'd be perfectly happy in doing :w! and getting the file saved under a >>> random named (like the ones you pro

Re: storing files without a name

2009-07-13 Thread Matt Wozniski
On Mon, Jul 13, 2009 at 9:45 PM, Tony Mechelynck wrote: > > [moving from vim_dev to vim_use] > On 14/07/09 02:06, Toni Ruottu wrote: >> >> I'd be perfectly happy in doing :w! and getting the file saved under a >> random named (like the ones you proposed) under ~/.vim/rubbish/. If >> someone then w

Re: storing files without a name

2009-07-13 Thread Tony Mechelynck
[moving from vim_dev to vim_use] On 14/07/09 02:06, Toni Ruottu wrote: > > I'd be perfectly happy in doing :w! and getting the file saved under a > random named (like the ones you proposed) under ~/.vim/rubbish/. If > someone then wants to make more advanced user interfaces for exploring > the rub