Friday, January 30, 2015

Re: set showcmd does not work properly in gui mode

On Friday, January 30, 2015 at 2:43:21 PM UTC-6, José García Juanino wrote:
> My .vimrc:
>
> $ cat $HOME/.vimrc
> set showcmd
>
> There is no $HOME/.gvimrc file nor $HOME/.vim directory.
>
> When I open a file in a xterm terminal, the "set showcmd" works as expected: when I select a block is visual mode, at the bottom of the screen the height and width of the block is shown, in the form <heigth>x<width>:
>
> http://picpaste.com/xterm-ePgaWMMZ.png
>
> But when I use the gui, the block dimension height and height does not appear:
>
> http://picpaste.com/gui-WNa2rnN2.png
>
>
> Do you think is a bug or am I misunderstanding something?
>
> Regards

Do a ":verbose set showcmd?" to see what the current setting is, and where it was set from. It's possible something has overwritten your desired setting somehow.

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