Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended information cannot be disabled #2

Open
mcepl opened this issue Dec 1, 2013 · 0 comments
Open

Extended information cannot be disabled #2

mcepl opened this issue Dec 1, 2013 · 0 comments

Comments

@mcepl
Copy link
Contributor

mcepl commented Dec 1, 2013

I'm on Gvim on Windows7 (32-bit). Rope version is 0.9.4.

I have following settings in my vimrc:

let ropevim_vim_completion = 1
let ropevim_extended_complete = 0
let ropevim_goto_def_newwin = 1
let g:ropevim_autoimport_modules = ["os.*","traceback","django.*"]
autocmd FileType python setlocal omnifunc=RopeCompleteFunc

The extended information is always shown regardless of whether I have ropevim_extended_complete or not, and regardless of its value. I would like to disable it completely since I don't find the info useful and furthermore it opens a buffer with docstrings which can sometimes take up a significant portion of the screen.

EDIT: Forgot to mention. Using the tip tag from BitBucket.

@mcepl mcepl self-assigned this Feb 3, 2015
@mcepl mcepl removed their assignment Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant