We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8488d commit 03fd097Copy full SHA for 03fd097
py/vimlfunc.py
@@ -13,7 +13,7 @@ def main():
13
print(line)
14
15
class AttributeDict(dict):
16
- __getattribute__ = dict.__getitem__
+ __getattr__ = dict.__getitem__
17
__setattr__ = dict.__setitem__
18
__delattr__ = dict.__delitem__
19
py/vimlparser.py
0 commit comments