On 07:26 Mon 15 Jul     , Aggelos Kolaitis wrote:
> I'm using Vim version 7.3.
> 
> When in visual block mode, once I have chosen a one-line column, the last 
> char has not been highlighted. For example consider the following text:
> 
> |   first 
> |   second
> |   third
> 
> I move the cursor the first 'f', enter visual block mode with 'Ctrl-V' and do 
> a '2j' to move to 't' of third.
> 
> This, however, will only highlight 'f' and 's' (the first characters from the 
> first and second lines). This wasn't a problem when my terminal used a block 
> for its cursor ( [] ), which was something that highlighted the final line.
> 
> Recently I switched to and underline character ( _ ) for cursor, and now that 
> makes me a little dizzy trying to figure out the portion selected. Could it 
> be the 7.4 version ( or a quick patch for 7.3 ) that would also highlight the 
> last character?? I hope the example was useful to understand the 'issue'.
> 
> Thanks...
> 

The visual block mode selects in your case selects only one column: and
the selected letters are f,s and t.  Every one is the first and last in
its row.  What do you mean by showing also the last character?

As a workaround in your case I'd rather suggest changing the cursor shape
in visual selection mode.  I think it is possible though I don't have an
example how to do that at hand.

Regards,
Marcin

-- 
-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to