Add g:jedi#use_tag_stack feature for jedi#goto()

This commit is contained in:
Jacob Niehus
2015-08-20 21:02:27 -07:00
parent 610cbcacb7
commit 4867831ad0
3 changed files with 34 additions and 6 deletions

View File

@@ -34,7 +34,8 @@ let s:default_settings = {
\ 'quickfix_window_height': 10,
\ 'completions_enabled': 1,
\ 'force_py_version': "'auto'",
\ 'smart_auto_mappings': 1
\ 'smart_auto_mappings': 1,
\ 'use_tag_stack': 1
\ }
for [s:key, s:val] in items(s:deprecations)