Fix typo in jedi-vim.txt (closes #242)

This commit is contained in:
Markus Koller
2014-01-09 11:18:25 +01:00
parent 38f966092e
commit ee46c28669

View File

@@ -36,7 +36,7 @@ Contents *jedi-vim-contents*
6.6. show_call_signatures |g:jedi#show_call_signatures| 6.6. show_call_signatures |g:jedi#show_call_signatures|
6.7. use_tabs_not_buffers |g:jedi#use_tabs_not_buffers| 6.7. use_tabs_not_buffers |g:jedi#use_tabs_not_buffers|
6.8. squelch_py_warning |g:jedi#squelch_py_warning| 6.8. squelch_py_warning |g:jedi#squelch_py_warning|
6.9. completions_enable |g:jedi#completions_enable| 6.9. completions_enabled |g:jedi#completions_enabled|
6.10. use_splits_not_buffers |g:jedi#use_splits_not_buffers| 6.10. use_splits_not_buffers |g:jedi#use_splits_not_buffers|
6.11. force_py_version |g:jedi#force_py_version| 6.11. force_py_version |g:jedi#force_py_version|
7. Testing |jedi-vim-testing| 7. Testing |jedi-vim-testing|
@@ -397,7 +397,7 @@ Options: 0 or 1
Default: 0 (Warning is shown) Default: 0 (Warning is shown)
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
6.9. `g:jedi#completions_enable` *g:jedi#completions_enable* 6.9. `g:jedi#completions_enabled` *g:jedi#completions_enabled*
If you don't want Jedi completion, but all the other features, you can disable If you don't want Jedi completion, but all the other features, you can disable
it in favor of another completion engine (that probably also uses Jedi, like it in favor of another completion engine (that probably also uses Jedi, like