Re: vim yellow lines problem

2018-10-09 Thread Greywolf
On 10/9/2018 4:33, James Darnley wrote: On 2018-10-09 10:49, Tapas Mishra wrote: I had a C program which I copy pasted and there were line numbers in code. So I replaced line numbers in vi by following command :%s/\d*. (<-- last of * is a dot) Now I am opening vim in cygwin then all typed

Re: vim yellow lines problem

2018-10-09 Thread James Darnley
On 2018-10-09 10:49, Tapas Mishra wrote: > I had a C program which I copy pasted and there were line numbers in code. > So I replaced line numbers in vi by following command > :%s/\d*. (<-- last of * is a dot) > > Now I am opening vim in cygwin then all typed lines are coming yellow. >

vim yellow lines problem

2018-10-09 Thread Tapas Mishra
I had a C program which I copy pasted and there were line numbers in code. So I replaced line numbers in vi by following command :%s/\d*. (<-- last of * is a dot) Now I am opening vim in cygwin then all typed lines are coming yellow. https://i.stack.imgur.com/Dxd8h.jpg How do I fix this