Hi,

is there a command to delete  up to the character before a
match? At  the moment I'm  doing the following  (cursor in
column 1 on the ā€œLā€):

cf,

<sampletext>
Lorem ipsum dolor sit  amet, consectetur adipisicing elit,
</sampletext>

This yields to

<wrong_result>
 consectetur adipisicing elit,
</wrong_result>

But I want to delete up to the character *before* ā€œ,ā€:

<aim>
, consectetur adipisicing elit,
</aim>

Regards
Marco


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

Reply via email to