On 2013-06-09 19:57, [email protected] wrote:
> I have a loooong line "of text" (it is not really text...) with a
> bunch of pipe symbols ("|") in it. The distance between the bars
> differ.
> And I am to lazy to do the error prone job to count the spaces...
> 
> Is there a easy way to ask vim to do that for me?
> Best would be if it would put the count of spaces right below
> the according "|"....
> 
> May be certain trick with search and replace ???

I'm not sure I follow the format of the file.  Perhaps some
(shortened) example data would help.  That said, I don't know if
something like

  :s/|/&/gn

would help to let you know how many "|" characters are on a line
(the usefulness of this may be contingent on your 'report' setting,
which I find most helpful to set to 0 rather than the default of 2).

-tim


-- 
-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to