vim-signify/autoload/sy
Marco Hinz 9e83f243e7 Fix unicode + subscripting bug
This bug happened when a unicode character was used for the delete sign.
Prior to this patch we used string subscripting which worked fine for
ASCII characters, but see yourself:

    :echo '«5'[-2:]
2013-12-29 19:18:54 +01:00
..
debug.vim Use 1-based indexing for buffer ranges 2013-11-22 20:51:37 +01:00
highlight.vim Use two digit numbers for SignifyDelete signs 2013-12-11 10:04:52 +01:00
jump.vim Move Sy's data from g:sy to b:sy 2013-11-22 13:48:49 +01:00
repo.vim Use two digit numbers for SignifyDelete signs 2013-12-11 10:04:52 +01:00
sign.vim Fix unicode + subscripting bug 2013-12-29 19:18:54 +01:00
util.vim Set noshellslash only for cmd.exe 2013-11-30 14:33:47 +01:00