From 3a8fa3fba8330f98a100e47a8dd376c2452f1e30 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 6 Sep 2013 15:50:51 +0200 Subject: [PATCH] Doc: perf penalty with sign overwriting --- doc/signify.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/signify.txt b/doc/signify.txt index efb9739..07af713 100644 --- a/doc/signify.txt +++ b/doc/signify.txt @@ -159,7 +159,9 @@ Default: Both are empty. let g:signify_sign_overwrite = 1 -Overwrite signs set by other plugins by default. +Overwrite signs set by other plugins by default. Setting this to zero comes +with a very small performance penalty since other signs have to be managed +every time Sy sets/removes its own. ============-