evil-matchit
evil-matchit copied to clipboard
support multi-line python code
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