Skip to content

Extended information cannot be disabled #2

@mcepl

Description

@mcepl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions