Hi,

I have the same version of vim installed on two different machines.
The file I want to edit contains
input        signala;
input       signalb;

I wanted to have just signala, signalb on a line so that the file looks like:

signala
signalb

I used the regexp replace:
:%s/input[\ ]\+/ /g

It works on one of the systems but the other one gives me a Pattern
not found error. Does anyone know whats causing this difference?

Jerin


--
http://jerinj.blogspot.com/
--

Reply via email to