Marco Hinz
fd5e0b25ec
don't lose sign colors at split
2013-03-15 01:27:05 +01:00
Marco Hinz
e467be6dec
README: add gitgutter comparison
2013-03-14 12:51:19 +01:00
Marco Hinz
09287499a1
docs: add sign explanation
2013-03-14 11:22:36 +01:00
Marco Hinz
f20e67ba44
readme: add sign explanation
2013-03-14 11:17:00 +01:00
Marco Hinz
e2e4a503b8
update screenshot
2013-03-14 10:54:21 +01:00
Marco Hinz
2b05c454de
small cosmetic changes
2013-03-13 19:23:47 +01:00
Marco Hinz
d653651cc0
Merge pull request #5 from nandryshak/master
...
Workaround for FocusGained bug in gvim on Windows
2013-03-13 11:22:46 -07:00
Nick Andryshak
2ec767f14c
Added missing quote (lol)
2013-03-13 14:08:28 -04:00
Nick Andryshak
987ff184d1
Fixed FocusGained bug in Windows Gvim
2013-03-13 14:06:52 -04:00
Marco Hinz
2e9cba3e2e
update README and docs
2013-03-13 17:08:41 +01:00
Marco Hinz
2d5c102754
handle non-English locales
2013-03-13 16:38:37 +01:00
Marco Hinz
c57a6a2e5b
make jump commands take a count
2013-03-13 16:34:55 +01:00
Marco Hinz
335d5c92dd
prevent column flickering during sign updating
2013-03-13 14:30:42 +01:00
Marco Hinz
f7745efc84
fix sign overwriting bug
2013-03-13 13:44:37 +01:00
Marco Hinz
af30da93f2
remember repo type after first detection
2013-03-13 01:37:46 +01:00
Marco Hinz
a0780696b9
only process files that actually exist on disk
...
Closed #4 .
2013-03-12 19:06:17 +01:00
Marco Hinz
2297ea4250
Revert "don't process fugitive files"
...
This reverts commit 746e21f750
.
2013-03-12 19:03:51 +01:00
Marco Hinz
746e21f750
don't process fugitive files
...
Closes #4 .
2013-03-12 17:32:00 +01:00
Marco Hinz
c07fdea6a2
update readme
2013-03-12 15:08:27 +01:00
Marco Hinz
71d9567e7b
readme: add longer introduction
2013-03-12 15:05:09 +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
b82b007c9c
new sign for changed && deleted lines
2013-03-12 01:09:46 +01:00
Marco Hinz
0e702006c8
handle special case of deleted first line
2013-03-12 00:44:51 +01:00
Marco Hinz
2a6e28368d
fix jumping bug
...
If there was an entry in s:sy and these changes were removed again, then
the sign IDs were deleted, but not the jump ID.
Obviously you can't sign jump to a non-existing sign.
Fixed.
2013-03-11 23:46:34 +01:00
Marco Hinz
438c778d3b
sw=2 -> sw=4
2013-03-11 23:14:58 +01:00
Marco Hinz
7795027156
add -- for seperating options from filenames
2013-03-11 18:59:29 +01:00
Marco Hinz
aefd88057e
simplify git detection
2013-03-11 18:58:57 +01:00
Marco Hinz
8cf6c61795
add support for darcs repos
2013-03-11 18:49:17 +01:00
Marco Hinz
f434cc7f4e
remove SignifyDebugID()
2013-03-11 02:04:48 +01:00
Marco Hinz
fa4c921557
do not set colors once again at every buffer switch
...
Now colors only get set at plugin loading and when :colo is used.
2013-03-11 02:01:00 +01:00
Marco Hinz
06c7f1096b
update README
2013-03-11 01:00:02 +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
d42f629672
correct error checking of shell output
2013-03-11 00:00:12 +01:00
Marco Hinz
87d66e1231
remove a sad and lonely endif
2013-03-10 19:17:46 +01:00
Marco Hinz
e567aad11e
make error messages less distracting
2013-03-10 18:22:18 +01:00
Marco Hinz
20f072390d
handling of jumping if no changes are available
2013-03-10 17:41:46 +01:00
Marco Hinz
da10ad7c2e
update README
2013-03-10 11:29:19 +01:00
Marco Hinz
1dda2d491e
update README
2013-03-10 10:59:52 +01:00
Marco Hinz
afa18331ed
inherit bg color from SignColumn instead LineNr
2013-03-10 10:57:51 +01:00
Marco Hinz
49c8a8fc2a
add sign color hl group linking
2013-03-10 10:17:53 +01:00
Marco Hinz
ecf4bed2f5
remove useless line
2013-03-10 09:47:21 +01:00
Marco Hinz
01bfe2865b
fix git repo detecting
2013-03-10 00:07:55 +01:00
Marco Hinz
9c1cb41522
Merge pull request #3 from mutewinter/patch-1
...
Oh, my bad! :)
2013-03-09 15:03:04 -08:00
Jeremy Mack
ca22ef861f
Fixes typo in my username
...
❤️
2013-03-09 09:13:42 -05:00
Marco Hinz
f38e8613f2
get git repo root directory
2013-03-09 11:43:31 +01:00
Marco Hinz
37c745c3ef
add symbolic link handling
2013-03-09 11:00:30 +01:00
Marco Hinz
17667befff
renaming some identifiers
2013-03-08 17:19:34 +01:00
Marco Hinz
ff80b442b4
add Chong Li as contributor
2013-03-08 16:31:59 +01:00