From 472668fbd286c8f8f3db0024a02056d4c25524b1 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 21 Jul 2016 19:46:03 +0200 Subject: [PATCH] Doc: add remark about nested autocmds --- doc/signify.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/signify.txt b/doc/signify.txt index c2432c6..acc3f48 100644 --- a/doc/signify.txt +++ b/doc/signify.txt @@ -418,6 +418,9 @@ removes all the signs that Sy placed in the current buffer. This may be useful if your want to use the values from `sy#repo#get_stats()` but do not want to see the signs. +NOTE: Autocmds don't nest by default. If you use any command that triggers new +events, make sure to add "nested": |autocmd-nested|. + ============================================================================== MAPPINGS *signify-mappings*