On 1/19/07, Keith Waters <[EMAIL PROTECTED]> wrote:
14:20:09 open("management.phtml", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
Is it having trouble opening the file for writing?
well, "it" is not having any trouble, because the call to open() succeeds. The drive, the operating system, etc -- any of those things could be having trouble, but Vim can't see any of it, because open() is a "system primitive", i.e., Vim can't dig any deeper, and isn't responsible for stuff under that layer. Do you see the same pauses when editing files as a non-root user?