Merge pull request #243 from toupeira/master

Fix typo in jedi-vim.txt (closes #242)
This commit is contained in:
Dave Halter
2014-01-09 07:34:56 -08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ Justin M. Keyes (@justinmk)
nagev (@np1) nagev (@np1)
Chris Lasher (@gotgenes) <chris.lasher@gmail.com> Chris Lasher (@gotgenes) <chris.lasher@gmail.com>
Doan Thanh Nam (@tndoan) Doan Thanh Nam (@tndoan)
Markus Koller (@toupeira)
@something are github user names. @something are github user names.

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