mirror of
https://github.com/mawww/kakoune.git
synced 2025-01-02 00:32:07 +03:00
Merge remote-tracking branch 'lenormf/fix-flake8'
This commit is contained in:
commit
ee5c246861
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user