On Thu, Jun 23, 2005 at 03:52:53PM +0300, avraham wrote: > Hi, > I found out that I am unable to search or/and replace > automatically the & character in vim. The command: /\& paints > every character in the file. > I have no preblem to replace & automatically with sed with > anything else, including \& (that is what I intended to do in > vim).
If it works for you, use it. :-) %!sed whatever > Vim-gtk version 6.3 from debian woody. > Is this normal behaviour or something is wrong? > Thanks, Avraham Seems you've hit the magic. See, e.g. vim +':h :s\\=' I must admit I don't fully understand it. -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafrir.org.il | | a Mutt's [EMAIL PROTECTED] | | best ICQ# 16849755 | | friend ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]