From 0fe47ce2140593743fc9baa24e6b6752f6bf24c9 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sat, 24 Aug 2013 15:55:37 +0430 Subject: [PATCH] reformat docs that I messed up --- doc/jedi-vim.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index f927e01..db42111 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -25,14 +25,14 @@ Contents *jedi-vim-contents* 5.3. Get original definition |g:jedi#get_definitions_command| 5.4. Show documentation |g:jedi#documentation_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.1. auto_initialization |g:jedi#auto_initialization| 6.2. auto_vim_configuration |g:jedi#auto_vim_configuration| 6.3. popup_on_dot |g:jedi#popup_on_dot| 6.4. popup_select_first |g:jedi#popup_select_first| 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.8. squelch_py_warning |g:jedi#squelch_py_warning| 7. Contributing |jedi-vim-contributing| @@ -155,8 +155,7 @@ completion of a large number of Python features, among them: - And more... Note: This list is not necessarily up to date. For a complete list of -features, please refer to the Jedi documentation at -http://jedi.jedidjah.ch. +features, please refer to the Jedi documentation at http://jedi.jedidjah.ch. ============================================================================== 4. Usage *jedi-vim-usage* @@ -202,7 +201,7 @@ Note: If you want to use for completion, please install 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()` Default: 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. ------------------------------------------------------------------------------ -5.4. `g:jedi#documentation_command` *g:jedi#documentation_command* +5.4. `g:jedi#documentation_command` *g:jedi#documentation_command* Function: `jedi#show_documentation()` Default: Show pydoc documentation