From 3d53e26298fca38c2b0baa658ea519eab82bcb57 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sat, 24 Aug 2013 20:27:43 +0430 Subject: [PATCH] remove mistakes in readme --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cbc302b..4c95295 100644 --- a/README.rst +++ b/README.rst @@ -53,8 +53,8 @@ Apart from that, jedi-vim supports the following commands - Completion ```` - Goto assignments ``g`` (typical goto function) -- Goto definitions ``d`` (follow identifier as far as possible, includes - imports and statements) +- Goto definitions ``d`` (follow identifier as far as possible, + includes imports and statements) - Show Documentation/Pydoc ``K`` (shows a popup with assignments) - Renaming ``r`` - Usages ``n`` (shows all the usages of a name) @@ -99,6 +99,7 @@ are automatically initialized, but you can change all of them: If you are a person who likes to use VIM-buffers not tabs, you might want to put that in your ``.vimrc``: + .. code-block:: vim let g:jedi#use_tabs_not_buffers = 0