Open GoogleCodeExporter opened 9 years ago
That sounds like a nice feature. Unfortunately I don't know how it could be
implemented. It may work to use AuthorizationExecuteWithPrivileges() to open a
file and write through the pipe that function returns, but I don't
know if this is the "right" thing to do or if it would even work.
Any ideas? I wonder how TextMate does it?
A patch would be welcome as always...
Original comment by bjorn.winckler@gmail.com
on 30 Apr 2009 at 9:46
I'll look into it. I'm totally unfamiliar with the vim codebase, so no
guarantees, but I'll see what I can do...
Original comment by jdelStro...@gmail.com
on 30 Apr 2009 at 9:56
The relevant code which tries to write to the file in Vim is inside
src/fileio.c around line 4110 (the while loop
around that code, you can also search for "E212").
Original comment by bjorn.winckler@gmail.com
on 30 Apr 2009 at 9:59
Original issue reported on code.google.com by
jdelStro...@gmail.com
on 29 Apr 2009 at 2:26