Vim-go: Scratch window appears on autocomplete

Created on 5 May 2015  路  2Comments  路  Source: fatih/vim-go

When I go to autocomplete something like url.ParseQuery( below, a useless scratch window appears at the top. How do I get that to go away? Is that part of the snippets feature, or docs? I'm using YCM, if that helps.

image

Thanks for the cool plugin!

Most helpful comment

Pretty sure this is the preview feature that comes with some of the autocompleters like YCM and neocomplete.

You should be able to turn that off with

set completeopt-=preview

All 2 comments

Pretty sure this is the preview feature that comes with some of the autocompleters like YCM and neocomplete.

You should be able to turn that off with

set completeopt-=preview

Yeap, as @nowk said it's a vim feature. Thanks for opening though.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MattFlower picture MattFlower  路  4Comments

joeblubaugh picture joeblubaugh  路  3Comments

wpaulino picture wpaulino  路  4Comments

andrejvanderzee picture andrejvanderzee  路  3Comments

mnarrell picture mnarrell  路  3Comments