augroup! not working for VimLeave

2006-07-31 Thread Christian Ebert
Hello, Consider the following: augroup TestLeave au! au VimLeave * echo hello augroup END Now if I do: :augroup! TestLeave TestLeave is still echoing hello. Whereas if I do: :au! TestLeave TestLeave is deleted. Is this a case covered by:

Re: augroup! not working for VimLeave

2006-07-31 Thread Gary Johnson
On 2006-07-31, Christian Ebert [EMAIL PROTECTED] wrote: Hello, Consider the following: augroup TestLeave au! au VimLeave * echo hello augroup END Now if I do: :augroup! TestLeave TestLeave is still echoing hello. Whereas if I do: :au! TestLeave TestLeave is deleted.

Re: augroup! not working for VimLeave

2006-07-31 Thread Christian Ebert
* Gary Johnson on Monday, July 31, 2006 at 01:13:10 -0700: To paraphrase Will Rogers: All I know is what I read in the manual. heh :help :autocmd-remove says, :au[tocmd]! [group] Remove ALL autocommands. And as you discovered, :help augroup-delete says not to execute