hilkoc / vbaDeveloper

Tools for development and version control of vba code
MIT License
516 stars 137 forks source link

Fix false positive with isOneLineIfStatemt #12

Closed tommy9 closed 8 years ago

tommy9 commented 9 years ago

Fix for issue #11 where a final “Then” keyword is not recognised because there is a comment after the “Then” and so it appears to be a one line if statement.