evil-matchit icon indicating copy to clipboard operation
evil-matchit copied to clipboard

support multi-line python code

Open redguardtoo opened this issue 9 years ago • 0 comments

    if ref_name.endswith('/') or \
       ref_name.startswith('.') or \
       ref_name.count('/.') or \
       ref_name.count('..') or \
       ref_name.endswith('.lock'):
        return False
    else:
        hello world

redguardtoo avatar Sep 21 '15 05:09 redguardtoo