> Ok, how about something like this -- tell vim to use tabs in this file: > > > diff --git a/loader2/module-info b/loader2/module-info > index f09aada..3342570 100644 > - --- a/loader2/module-info > +++ b/loader2/module-info > @@ -1,3 +1,5 @@ > +# vim: noexpandtab > + > Version 0 > # The version 0 module-info format is ('|' denotes the left margin): > # |<module-name> Good idea, but you'll want to put this at the bottom of the file instead of the start. readModuleInfo in loader2/moduleinfo.c will explode if the very beginning of the file isn't "Version 0". Check out the source. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list