From 4c0652064a5ad077e1b22c71331a0ab625c02f7f Mon Sep 17 00:00:00 2001 From: Patrice Peterson Date: Fri, 1 Mar 2013 20:39:13 +0100 Subject: [PATCH] Added blurb about configuration in .vimrc I don't know if this should even be in there because it seems kind of like a bug. --- doc/jedi-vim.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index 3d48807..4a8fc0b 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -259,6 +259,11 @@ definition of the name under the cursor. ============================================================================== 6. Configuration *jedi-vim-configuration* +Note: You currently have to set these options in your .vimrc. Setting them in +an ftplugin (e.g. ~/.vim/ftplugin/python/jedi-vim-settings.vim) will not work +because Jedi-Vim is not set up as an filetype plugin, but as a "regular" +plugin. + ------------------------------------------------------------------------------ 6.1. `g:jedi#auto_initialization` *g:jedi#auto_initialization*