From 8b5cf3feb0a3bf2becf4ccf519fc61a8777d1873 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Wed, 12 Oct 2016 15:35:25 +0300 Subject: [PATCH] Add a missing `then` keyword to an `if` statement --- rc/extra/flake8.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/extra/flake8.kak b/rc/extra/flake8.kak index ed1213e8..76229124 100644 --- a/rc/extra/flake8.kak +++ b/rc/extra/flake8.kak @@ -77,7 +77,7 @@ def flake8-diagnostics-next -docstring "Jump to the next line that contains an e fi fi done - if [ $line -eq -1 ]; + if [ $line -eq -1 ]; then line=$first_line echo 'echo -color Error no next flake8 diagnostic' else