Skip to content

Commit d8ae5eb

Browse files
committed
Fix a typo
1 parent 738975f commit d8ae5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vint/ast/dictionary/autocmd_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
@unique
5-
class AutocmdEvents(Enum):
5+
class AutoCmdEvents(Enum):
66
BUF_ADD = 'BufAdd'
77
BUF_CREATE = 'BufCreate'
88
BUF_DELETE = 'BufDelete'

0 commit comments

Comments
 (0)