From 226cafe0a0e42339919577c7388f7acdc554127b Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 28 Feb 2018 03:09:02 +0100 Subject: [PATCH] Doc: rewording of startify-autocmd --- doc/startify.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/startify.txt b/doc/startify.txt index 4835301..04b9619 100644 --- a/doc/startify.txt +++ b/doc/startify.txt @@ -647,11 +647,13 @@ $PWD and $OLDPWD are ignored. ============================================================================== AUTOCMD *startify-autocmd* -In case you want to alter the startify buffer to cause all kinds of mayhem, an -user autocmd is issued. You can hook into it like this: +When the Startify buffer is fully set up, it emits an User event. You can hook +into that to customize Startify even further: > autocmd User Startified let &l:stl = ' This statusline rocks!' < +Or use it to disable single mappings: |startify-faq-16|. + NOTE: Autocmds don't nest by default. If you use any command that triggers new events, be sure to add "nested": |autocmd-nested|.