diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-05-11 20:09:00 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-05-13 20:04:21 +0200 |
commit | 0bdcd4aa8b9335240957f53375413bea01aeab38 (patch) | |
tree | c08e94c5f21212fc3853615db9403ed1a857c9b6 /plugins/degesch | |
parent | b18a8048c174d53e552c096d5ee60af00779999a (diff) | |
download | xK-0bdcd4aa8b9335240957f53375413bea01aeab38.tar.gz xK-0bdcd4aa8b9335240957f53375413bea01aeab38.tar.xz xK-0bdcd4aa8b9335240957f53375413bea01aeab38.zip |
fancy-prompt.lua: remove unnecessary local variable
Diffstat (limited to 'plugins/degesch')
-rw-r--r-- | plugins/degesch/fancy-prompt.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |