From e1cac7d3f7bb87d01f12908df121f1705d628042 Mon Sep 17 00:00:00 2001 From: LittleQ Date: Sun, 15 Sep 2013 00:57:47 +0800 Subject: [PATCH] updated README.rst for use_splits_not_buffers --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 080980f..6bd91ca 100644 --- a/README.rst +++ b/README.rst @@ -106,6 +106,13 @@ put that in your ``.vimrc``: let g:jedi#use_tabs_not_buffers = 0 +If you are a person who likes to use VIM-splits, you might want to put this in your ``.vimrc``: + +.. code-block:: vim + + let g:jedi#use_splits_not_buffers = "left" + +This options could be "left", "right", "top" or "bottom", it will decide the direction where the split open. Jedi automatically starts the completion, if you type a dot, e.g. ``str.``, if you don't want this: