From 0bdcd4aa8b9335240957f53375413bea01aeab38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 11 May 2017 20:09:00 +0200 Subject: [PATCH] fancy-prompt.lua: remove unnecessary local variable --- plugins/degesch/fancy-prompt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/degesch/fancy-prompt.lua b/plugins/degesch/fancy-prompt.lua index b1b7c0e..919c9e1 100644 --- a/plugins/degesch/fancy-prompt.lua +++ b/plugins/degesch/fancy-prompt.lua @@ -29,7 +29,7 @@ -- background but to really fix that mode, we'd have to fully reimplement it -- since its alternative prompt very often gets overriden by accident anyway. -local prompt = degesch.hook_prompt (function (hook) +degesch.hook_prompt (function (hook) local current = degesch.current_buffer local chan = current.channel local s = current.server