1
0
forked from VimPlug/jedi

fixed some bugs within fast_parser and added an option 'settings.fast_parser' to turn on fast parsing.

This commit is contained in:
David Halter
2012-12-14 18:16:54 +01:00
parent 6963a6ac4a
commit b8b4a02398
5 changed files with 77 additions and 26 deletions

View File

@@ -14,6 +14,12 @@ add_dot_after_module = False
# Removed it again, because in VIM that is not very practical.
add_bracket_after_function = False
# ----------------
# parser
# ----------------
# Use the fast parser, may cause problems sometimes.
fast_parser = False
# ----------------
# dynamic stuff