Benji Fisher wrote:

    Did you notice this thread on vim-dev?

----- Forwarded message from Thomas <[EMAIL PROTECTED]> -----

To: vim-dev@vim.org
From: Thomas <[EMAIL PROTECTED]>
Subject:  vim7: &formatoptions
Date:  Fri, 19 May 2006 13:48:51 +0200

I just realized that editing a directory removes t from &formatoptions. E.g.

set formatoptions+=rw
&fo = tcqrw
e Foo
&fo = tcqrw
e .
&fo = cqrw
e Bar
&fo = cqrw

This doesn't happen with the --noplugin switch so I'd assume that some standard vim plugin is causing this -- maybe netrw? Can somebody verify this?

Netrw attempted to issue a warning about this problem, but apparently it gets wiped out before being seen. These two settings were problematical; I originally caught them as causing problems with the pluginkiller.
The problem: netrw would hang.

Anyway, I think I've worked around the two settings (fo=...ta...). Now, I must admit that I haven't done a comprehensive test of netrw and all its features with these two settings active. Please try the netrw v100j from my website:

http://mysite.verizon.net/astronaut/vim/index.html#VimFuncs , see "Network Oriented Reading, Writing, and Browsing".

Regards,
Chip Campbell

Reply via email to