From bd139b460bfb425afe549ae0323ca8070b579926 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 27 Feb 2013 11:51:50 +0100 Subject: [PATCH] Add comment about other plugins' signs. --- README.mkd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.mkd b/README.mkd index cc50a09..f7eebc7 100644 --- a/README.mkd +++ b/README.mkd @@ -53,6 +53,10 @@ highlight clear SignColumn True. This plugin uses Vim's signs which require a sign to be on a line (not between two lines) and only permit one sign per line. Removed lines are signed with an underscore on the line above. If that line has also been modified, the plugin has to choose whether to show the removed-lines sign or the modified-line sign. It prefers the latter. +> What happens if I also use another plugin which uses signs (e.g. Syntastic)? + +Vim only allows one sign per line. Before adding a sign to a line, vim-gitgutter checks whether a sign has already been added by somebody else. If so it doesn't do anything. In other words vim-gitgutter won't overwrite another plugin's signs. It also won't remove another plugin's signs. + ### Alternatives