Re: [PATCH 1/2] doc/autocmd.txt: Add missing events in *autocmd-events*.

2012-09-05 Fir de Conversatie Bram Moolenaar
Simon Ruderich wrote: > diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt > index a8bff07..7a5fa04 100644 > --- a/runtime/doc/autocmd.txt > +++ b/runtime/doc/autocmd.txt > @@ -263,8 +263,11 @@ Name triggered by ~ > Startup and exit > |VimEnter| af

Re: [PATCH 1/2] doc/autocmd.txt: Add missing events in *autocmd-events*.

2012-09-04 Fir de Conversatie Taylor Hedberg
Simon Ruderich, Tue 2012-09-04 @ 17:19:56+0200: > @@ -312,6 +315,7 @@ Name triggered by ~ > |SessionLoadPost|after loading a session file > > |MenuPopup| just before showing the popup menu > +|CompleteDone| after inster mode completion is done >

[PATCH 1/2] doc/autocmd.txt: Add missing events in *autocmd-events*.

2012-09-04 Fir de Conversatie Simon Ruderich
--- runtime/doc/autocmd.txt |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index a8bff07..7a5fa04 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -263,8 +263,11 @@ Name trigge