High

Maxim Kim wrote:
> 
> Is there a way one can get visual selection width without corrupting
> registers?
> 
> Say I have 'dummy text' visually selected.
> 
> Using registers I can find the length by using:
> 
> y
> echo len(getreg('"'))
> 
> I thought strpart with col('`<') and col('`>') would work but it
> doesn't as col('`<') returns 0.

you must use the non-backtick mark for col()

  echo col("'<")

Regards,
Jürgen

-- 
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us.     (Calvin)

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

To unsubscribe from this group, send email to 
vim_use+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to