> On May 30, 2019, at 1:28 PM, 'Lifepillar' via vim_use 
> <vim_use@googlegroups.com> wrote:
> 
>> I’ve noticed this. I don’t know what it means, but why is it necessary to 
>> cripple netrw this way? Is it related to Apple’s sandboxing of apps?
> 
> Yes, iOS apps cannot launch other processes in the system. AFAIK, netrw uses 
> `mv` and `cp` programs to move/copy files, and iVim is not allowed to use 
> them. Renaming files does not fork a different process, but uses an internal 
> function, so it keeps working in iVim.

I have no doubt there’s a reason, but curious why the restrictions within 
sandboxed apps. My naive assumption would be that when apps that are prevented 
from communicating with other apps operations that are not permitted on the 
system level would be permitted.

------------------------------------------------------------------------------------------
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net

"Imagining the other is a powerful antidote to fanaticism and hatred." 

- Amos Oz

-- 
-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/99F200B3-0CE0-4EAA-A76F-F7EA08245743%40bellsouth.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to