forked from VimPlug/jedi-vim
reformat docs that I messed up
This commit is contained in:
@@ -25,14 +25,14 @@ Contents *jedi-vim-contents*
|
|||||||
5.3. Get original definition |g:jedi#get_definitions_command|
|
5.3. Get original definition |g:jedi#get_definitions_command|
|
||||||
5.4. Show documentation |g:jedi#documentation_command|
|
5.4. Show documentation |g:jedi#documentation_command|
|
||||||
5.5. Rename variables |g:jedi#rename_command|
|
5.5. Rename variables |g:jedi#rename_command|
|
||||||
5.6. Show name usages |g:jedi#usages_command|
|
5.6. Show name usages |g:jedi#usages_command|
|
||||||
6. Configuration |jedi-vim-configuration|
|
6. Configuration |jedi-vim-configuration|
|
||||||
6.1. auto_initialization |g:jedi#auto_initialization|
|
6.1. auto_initialization |g:jedi#auto_initialization|
|
||||||
6.2. auto_vim_configuration |g:jedi#auto_vim_configuration|
|
6.2. auto_vim_configuration |g:jedi#auto_vim_configuration|
|
||||||
6.3. popup_on_dot |g:jedi#popup_on_dot|
|
6.3. popup_on_dot |g:jedi#popup_on_dot|
|
||||||
6.4. popup_select_first |g:jedi#popup_select_first|
|
6.4. popup_select_first |g:jedi#popup_select_first|
|
||||||
6.5. auto_close_doc |g:jedi#auto_close_doc|
|
6.5. auto_close_doc |g:jedi#auto_close_doc|
|
||||||
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|
|
||||||
7. Contributing |jedi-vim-contributing|
|
7. Contributing |jedi-vim-contributing|
|
||||||
@@ -155,8 +155,7 @@ completion of a large number of Python features, among them:
|
|||||||
- And more...
|
- And more...
|
||||||
|
|
||||||
Note: This list is not necessarily up to date. For a complete list of
|
Note: This list is not necessarily up to date. For a complete list of
|
||||||
features, please refer to the Jedi documentation at
|
features, please refer to the Jedi documentation at http://jedi.jedidjah.ch.
|
||||||
http://jedi.jedidjah.ch.
|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
4. Usage *jedi-vim-usage*
|
4. Usage *jedi-vim-usage*
|
||||||
@@ -202,7 +201,7 @@ Note: If you want to use <Tab> for completion, please install Supertab:
|
|||||||
https://github.com/ervandew/supertab.
|
https://github.com/ervandew/supertab.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
5.2. `g:jedi#goto_assignments_command` *g:jedi#goto_assignments_command*
|
5.2. `g:jedi#goto_assignments_command` *g:jedi#goto_assignments_command*
|
||||||
Function: `jedi#goto_assignments()`
|
Function: `jedi#goto_assignments()`
|
||||||
Default: <leader>g Go to definition
|
Default: <leader>g Go to definition
|
||||||
|
|
||||||
@@ -237,7 +236,7 @@ statement in file1.py, while the `jedi#goto_definitions()` function will take
|
|||||||
you all the way to the "def bar():" line in file3.py.
|
you all the way to the "def bar():" line in file3.py.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
5.4. `g:jedi#documentation_command` *g:jedi#documentation_command*
|
5.4. `g:jedi#documentation_command` *g:jedi#documentation_command*
|
||||||
Function: `jedi#show_documentation()`
|
Function: `jedi#show_documentation()`
|
||||||
Default: <K> Show pydoc documentation
|
Default: <K> Show pydoc documentation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user