From c46f58f38b6d3650fb1b2cb978dbc9cd7590e301 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Thu, 15 Sep 2016 08:09:43 +0200 Subject: [PATCH] Remove unnecessary variables in modes.coffee --- extension/lib/modes.coffee | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extension/lib/modes.coffee b/extension/lib/modes.coffee index 83d8c6b..0521ed4 100644 --- a/extension/lib/modes.coffee +++ b/extension/lib/modes.coffee @@ -230,9 +230,7 @@ mode('hints', { onInput: (args, match) -> {vim, storage} = args - {markerContainer, callback, matchText} = storage - changed = false - visibleMarkers = null + {markerContainer, callback} = storage switch match.type when 'full' -- 2.39.3