From ecf4bed2f5ff35d5c95abcd75a4501a187b5cfe1 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 10 Mar 2013 09:47:21 +0100 Subject: [PATCH] remove useless line --- plugin/signify.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/signify.vim b/plugin/signify.vim index 1753b97..2f47441 100644 --- a/plugin/signify.vim +++ b/plugin/signify.vim @@ -33,7 +33,6 @@ let g:loaded_signify = 1 " Default values {{{1 let s:line_highlight = 0 " disable line highlighting let s:colors_set = 0 " do colors have to be reset? -let s:last_jump_was_next = -1 " last movement was next or prev? let s:other_signs_line_numbers = {} " holds IDs of other signs let s:sy = {} " the main data structure