I have a python configuration that calls flake8:ShowErrorMessage everytime the CursorHold event fires (everytime cursor moves), which would result in an error when first entering a buffer since flake8:Flake8 wasn't called yet. Fixes #90, sort of related to #88
I have a python configuration that calls
flake8:ShowErrorMessage
everytime the CursorHold event fires (everytime cursor moves), which would result in an error when first entering a buffer sinceflake8:Flake8
wasn't called yet. Fixes #90, sort of related to #88