FAQ: Line highlighting without showing signs?

References #220.
This commit is contained in:
Marco Hinz 2017-02-15 21:54:55 +01:00
parent f6d76b41d6
commit 45a28549bd
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -514,6 +514,7 @@ FAQ *signify-faq*
|signify-faq-01| What about vim-flagship support?
|signify-faq-02| The plugin is slow!
|signify-faq-03| Line highlighting without showing signs?
------------------------------------------------------------------------------
*signify-faq-01*
@ -561,6 +562,15 @@ The plugin is slow!~
chances are the diff is just huge. This often happens after adding (or
removing) a huge file to the repo.
------------------------------------------------------------------------------
*signify-faq-03*
Line highlighting without showing signs?~
The line highlighting relies on signs being placed. The sign column is being
shown automatically when there are placed signs.
With a recent Vim, you can change that behaviour using 'signcolumn'.
==============================================================================
EXAMPLE *signify-example*