Friday, January 30, 2015

Re: Block selection in visual mode does not show the rectangle dimensions in the status line when using GUI

On 2015-01-30, José García Juanino wrote:

> The .vimrc file is:
>
> $ cat .vimrc
> set showcmd
>
>
> There is no $HOME/.gvimrc file nor $HOME/.vim directory.
>
> When I select a block in visual mode (witch CTRL+v) in a terminal
> (xterm), in the status line I get the height and width of the
> selected block:
>
> http://picpaste.com/xterm-ePgaWMMZ.png
>
> But when I open the gui, that information does not appear:
>
> http://picpaste.com/gui-WNa2rnN2.png
>
> Is this a bug or am I misunderstanding something?

Execute this while running the GUI,

:verbose set showcmd?

to find where 'showcmd' was last set. If it's not clear from the
result where the problem lies, post the result here and we'll go
from there.

One posting of your question would have sufficed.

Regards,
Gary

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: