On 5/12/07, Steve Hall <[EMAIL PROTECTED]> wrote:
Is there a way to re-trigger the read/execution of modelines? My autocommands are overriding my modelines but I want the reverse.
Maybe you add global flag check to your autocommands; the flag that when set, suppresses your suppression, and then you set this flag: :let g:my_nomodelines=0 and then :e ? Yakov