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.
2 parents 233e7ea + 03fd097 commit b92f62cCopy full SHA for b92f62c
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