Friday, January 30, 2015

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

El viernes, 30 de enero de 2015, 23:46:40 (UTC+1), Gary Johnson escribió:
>
> 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.

Hi Gary, thanks for your response.

The output of your command is:

noshowcmd
Last set from /usr/local/etc/vim/gvimrc

And the contents of that file is:

$ cat /usr/local/etc/vim/gvimrc
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$"
set fileencodings=ucs-bom,utf-8,latin1
endif

set nocompatible
set bs=indent,eol,start
set history=50
set ruler

if &t_Co > 2 || has("gui_running")
syntax on
set hlsearch
endif

if has("autocmd")
augroup freebsd
autocmd!
if $PORTSDIR != ""
autocmd BufNewFile $PORTSDIR/*/*/Makefile 0r $PORTSDIR/Templates/Makefile
else
autocmd BufNewFile /usr/ports/*/*/Makefile 0r /usr/ports/Templates/Makefile
endif
endif


It seems to be that showcmd was unset in some place, but I am unable to find the exact file. It is possible that the issue is FreeBSD specific.


> One posting of your question would have sufficed.

My apologies. I thought that the first post has not been sent.

Regards

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