Doc: signs must not take more than two cells

This commit is contained in:
Marco Hinz 2017-07-18 16:13:28 +02:00 committed by Marco Hinz
parent ed51cb2599
commit 748cb0ddab

View File

@ -325,16 +325,11 @@ Enable line highlighting in addition to using signs by default.
The sign to use if a line was added, deleted or changed or a combination of The sign to use if a line was added, deleted or changed or a combination of
these. these.
NOTE: You can use unicode characters. You can use unicode characters, but signs must not take up more than two
cells. Otherwise |E239| is thrown.
NOTE: You can use up to 2 characters for the signs with two exceptions that If |g:signify_sign_show_count| is set, |g:signify_sign_delete| and
happen in combination with |g:signify_sign_show_count| set: |g:signify_sign_changedelete| get truncated as needed.
1) |g:signify_sign_delete| uses only 1 character and truncates while the count
increases.
2) |g:signify_sign_changedelete| uses only 1 character and truncates if
necessary.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*g:signify_sign_show_count* > *g:signify_sign_show_count* >