Saturday, September 25, 2010

Re: Is this a bug with 'previewheight'?

On Sat, 25 Sep 2010, Daniel Vim wrote:

> http://stackoverflow.com/questions/3712725/can-i-change-vim-completion-preview-window-height/3787326#3787326
>

Can you provide more context? :help mentions that 'previewheight' is
just the default value. If there's an existing preview window, it will
be reüsed, and its height won't be altered.

Using the example from :help :pedit:

" opens a preview window of height 12 (default)
:ped +/fputc /usr/include/stdio.h

" move to preview window, delete its buffer
<C-w>k :bd

" change the default
:set previewheight=50

" opens a preview window of height 50
:ped +/fputc /usr/include/stdio.h


Perhaps Eclimd sets up some autocmds that explicitly set the window
height?

--
Best,
Ben

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment