Commit Graph

144 Commits

Author SHA1 Message Date
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