1
0
forked from VimPlug/jedi

Didn't load grammar for Python 2.6 correctly.

This commit is contained in:
Dave Halter
2016-01-27 17:52:42 -02:00
parent 257009d238
commit c09a916ab5

View File

@@ -47,7 +47,7 @@ def load_grammar(version='3.4'):
if version in ('3.2', '3.3'):
version = '3.4'
elif version == '2.6':
version == '2.7'
version = '2.7'
file = 'grammar' + version + '.txt'