There is a text file as given below:
--------------
#include <stdio.h>
int main()
{
int x =10;
float f = 5.0f ;
printf("comp.editors\n") ;
--------------Quote:}
After ':set number'
--------------
1 #include <stdio.h>
2
3 int main()
4 {
5 int x =10;
6 float f = 5.0f ;
7 printf("comp.editors\n") ;
8 }
--------------
Now if do copy using the Mouse, the line numbers are also get copied.
How can i avoid this? I don't want the line numbers to be copied when
I'm copying the Text in Vi.
Thanks!