Commit Graph

116 Commits

Author SHA1 Message Date
Marco Hinz
a268d48655 Add showcolors.bash 2013-07-03 17:23:38 +02:00
Marco Hinz
039f361ff7 Heavily reduce compexity by removing color options
This will be the first backwards incompatible commit for Sy for the sake
of simplicity.

For more information see:  :help signify-colors
2013-07-03 17:01:51 +02:00
Marco Hinz
32f70cac6d Merge branch 'ext-signs' 2013-06-24 11:27:53 +02:00
Marco Hinz
7b42403429 Doc: indicate default values 2013-06-22 15:11:25 +02:00
Marco Hinz
30a66c9de3 Doc: typo 2013-06-22 13:57:34 +02:00
Marco Hinz
413dd15e4b Docs: explain new delete signs 2013-06-07 11:37:21 +02:00
Marco Hinz
e1cbc2082e New option: g:signify_difftool
Some VCS rely on an external diff tool, because they don't support the
-U0 flag natively. Most of the time that's the standard 'diff' utility.

But fritzophrenic was reporting that even a GNU diff won't always be
installed as 'diff', but e.g. as 'gnudiff' instead.

You can set the external diff tool now.

Closes #29.
2013-06-07 01:03:34 +02:00
Marco Hinz
068c0e894d Write buffer when 'update_on_bufenter' is enabled
References #28.
2013-06-06 18:03:02 +02:00
Marco Hinz
24840c28f3 Disable 'update_on_bufenter' per default 2013-06-06 12:39:24 +02:00
Marco Hinz
22b1cf491f make HL class for changed_delete configurable
Closes #25.
2013-04-25 14:37:47 +02:00
Marco Hinz
5086e240db use NONE instead of none 2013-04-18 14:01:38 +02:00
Marco Hinz
c4955656ad make font weight configurable
People using themes for their terminal emulators that do a lot of
voodoo, could experience sign color problems because of the font being
bold by default.

Thus a new variable was introduced: g:signify_sign_weight.

Fixes #24.
2013-04-18 06:59:26 +02:00
Marco Hinz
eaf722e5bf add support for fossil 2013-04-16 11:37:57 +02:00
Marco Hinz
72393c1ee6 doc: clarify on the importance of the vcs_list 2013-04-16 09:30:10 +02:00
Marco Hinz
eb7bcb8c48 docs: add special case of first line deletion 2013-04-12 11:56:23 +02:00
Marco Hinz
7ac051b258 doc: update name of contributor 2013-04-09 06:38:47 +02:00
Marco Hinz
98e324a281 fix sign overwriting regex
Signs (from Syntastic in this case) were overwritten, although
g:signify_sign_overwrite was set to 0, because the used regex was buggy.

Add Ryan Kois as contributor.

Closes #20.
2013-04-07 14:59:33 +02:00
Marco Hinz
b5f7107a35 fix handling of sign text options
These options weren't used properly, because the s:line_* functions were
overwriting the sign texts. Now we initialize them only once at plugin
start.

Added Otto Modinos as contributor. Thanks for reporting.

Closes pull request #19.
2013-04-07 12:09:23 +02:00
Marco Hinz
0b5d262271 doc: improve readability 2013-04-04 11:27:28 +02:00
Marco Hinz
6f0cb97db2 docs: remove old g:signify_enable_cvs option 2013-04-04 11:16:58 +02:00
Marco Hinz
d41bb86243 new option: g:signify_line_highlight
You can enable line highlighting per default now.
2013-04-04 11:14:07 +02:00
Marco Hinz
88edc81bb4 docs: document update_on_bufenter option 2013-04-03 10:38:32 +02:00
Marco Hinz
6b28933dfe add Zhao Cai as contributor 2013-04-02 20:19:58 +02:00
Marco Hinz
7ef9ef97d9 doc: proper alignment of tags 2013-04-02 09:45:26 +02:00
Marco Hinz
deb89247c6 change license 2013-04-02 09:36:42 +02:00
Marco Hinz
0c6d4bfb3a skip list for files takes absolute paths 2013-03-29 13:31:23 +01:00
Marco Hinz
9613f30260 add Morgan Fouesneau as contributor 2013-03-26 23:16:15 +01:00
Marco Hinz
2185073d1c fix mixed up mappings for jumping (]c and c[)
Closes #13.
2013-03-26 18:51:49 +01:00
Marco Hinz
11270fe702 docs: correct default mappings for jumping
Closes #12.
2013-03-26 18:46:30 +01:00
Marco Hinz
3a031f661a new additional mappings for jumping: [c and ]c 2013-03-26 14:25:45 +01:00
Marco Hinz
2fe0355d39 add Martin Hoch as contributor 2013-03-26 13:16:25 +01:00
Marco Hinz
a885a536bd change of exception list handling
"Exception" is quite an overloaded term, thus exception lists were
renamed to skip lists; even 'skip dicts', since their type changed, too.
2013-03-26 10:34:29 +01:00
Marco Hinz
8eb00a2d08 new option: configure which VCS to check for 2013-03-25 16:12:31 +01:00
Marco Hinz
43e0f677cd doc: update 2013-03-21 13:33:25 +01:00
Marco Hinz
fb0a3b3401 handle spaces in filepaths
Thanks for reporting, Robin Munn.

Closes #8.
2013-03-18 01:37:14 +01:00
Marco Hinz
77dbf0e7eb Revert "handle spaces in filepaths"
I apologize for the previous hasty commit.

This reverts commit 06a2a201dd.

References #8.
2013-03-18 00:34:26 +01:00
Marco Hinz
06a2a201dd handle spaces in filepaths
Thanks for reporting, Robin Munn.

Closes #8.
2013-03-17 23:42:45 +01:00
Marco Hinz
670ac81cbf fix typo 2013-03-17 01:05:02 +01:00
Marco Hinz
a47cb357b4 add option for inheritating colors from LineNr 2013-03-17 00:42:11 +01:00
Marco Hinz
d497212647 add notes about getting feedback 2013-03-15 13:52:57 +01:00
Marco Hinz
99833f8b4a add RCS support 2013-03-15 13:08:56 +01:00
Marco Hinz
09287499a1 docs: add sign explanation 2013-03-14 11:22:36 +01:00
Marco Hinz
2e9cba3e2e update README and docs 2013-03-13 17:08:41 +01:00
Marco Hinz
d95bc7c63b update docs 2013-03-12 12:43:23 +01:00
Marco Hinz
9e09c80fef update signs on CursorHold or CursorHoldI
I added 2 new options that are disabled by default. Sign updating can
now be triggered after 'updatetime' miliseconds without keypresses in
either normal or insert mode:

For enabling:

let g:signify_cursorhold_normal = 1
let g:signify_cursorhold_insert = 1
2013-03-12 12:25:22 +01:00
Marco Hinz
8d1397787a update README 2013-03-12 01:14:48 +01:00
Marco Hinz
8cf6c61795 add support for darcs repos 2013-03-11 18:49:17 +01:00
Marco Hinz
83644eb3dc disable CVS detection by default
If you're working in a non-CVS repo and there are no changes, the repo
detection tries all supported repos in a certain order with CVS being
the last. If $CVSROOT is set that can take quite some time although
we're not even working in a CVS repo, so it's disabled by default now.

A new option for enabling CVS was added:

let g:signify_enable_cvs = 1
2013-03-11 00:47:05 +01:00
Marco Hinz
49c8a8fc2a add sign color hl group linking 2013-03-10 10:17:53 +01:00
Jeremy Mack
ca22ef861f Fixes typo in my username
❤️
2013-03-09 09:13:42 -05:00
Marco Hinz
ff80b442b4 add Chong Li as contributor 2013-03-08 16:31:59 +01:00
Marco Hinz
1c5aa4f9da add Jeremy Mack as a contributor (issue #1) 2013-03-07 14:18:57 +01:00
Marco Hinz
e3836c0423 fix 2 small typos 2013-03-07 13:58:05 +01:00
Marco Hinz
a9d7fa8755 use 3-clause BSD license 2013-03-07 13:12:01 +01:00
Marco Hinz
a283312be6 add sign preserving option 2013-03-07 12:56:25 +01:00
Marco Hinz
58148c2fb7 make line-highlight colors configurable 2013-03-07 03:41:18 +01:00
Marco Hinz
e6be2c7d3b add support for cvs 2013-03-07 03:28:21 +01:00
Marco Hinz
9ef693960f add support for subversion 2013-03-07 02:47:42 +01:00
Marco Hinz
9cea1eecf6 add configurable exception lists 2013-03-07 02:35:03 +01:00
Marco Hinz
8b3dfd0937 add support for bazaar 2013-03-07 01:56:31 +01:00
Marco Hinz
506c2e2cbe add support for mercurial 2013-03-07 01:40:30 +01:00
Marco Hinz
51c80fe68c use "sy" as short name for signify 2013-03-06 23:40:57 +01:00
Marco Hinz
5fb7c3b535 doc: refactor options and functions 2013-03-06 13:22:58 +01:00
Marco Hinz
c2b11e4711 rename 'change' to 'hunk' in the appropriate places 2013-03-06 12:32:02 +01:00
Marco Hinz
6ff3545df9 add IRC nick to docs 2013-03-05 23:58:41 +01:00
Marco Hinz
5da692cfe4 add doc 2013-03-05 23:07:54 +01:00