From 64b7f426706254be00b99a1112ac3fa4297d3535 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Fri, 17 Feb 2023 15:34:43 -0500 Subject: [PATCH] docs(libmodal): update event listings --- doc/libmodal.txt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/doc/libmodal.txt b/doc/libmodal.txt index 01183d4..790d9c7 100644 --- a/doc/libmodal.txt +++ b/doc/libmodal.txt @@ -389,15 +389,8 @@ FUNCTIONS *libmodal-usage-function -------------------------------------------------------------------------------- EVENTS *libmodal-usage-events* -|libmodal| provides several |User| |autocmd-events| which you can hook into in -order to ensure that certain things happen before and after a |libmodal-mode| -is entered or left. - - *LibmodalModeEnterPre* -`LibmodalModeEnterPre`: before entering a |libmodal-mode|. - - *LibmodalModeLeavePost* -`LibmodalModeLeavePost`: after exiting a |libmodal-mode|. +|libmodal| fires the |ModeChanged| |autocommand| |{event}| when entering and +exiting |libmodal-mode|s. ================================================================================ 3. Examples *libmodal-examples*