This fixes the vim magic to be something it'll actually do something with. I probably got it wrong the first time, but hey, better usable than not. --- loader/init.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/loader/init.c b/loader/init.c index bab5721..bfebcfd 100644 --- a/loader/init.c +++ b/loader/init.c @@ -817,4 +817,5 @@ int main(int argc, char **argv) { return 0; } -/* vim:set shiftwidth=4 softtabstop=4 ts=4: */ +/* vim:tw=78:ts=4:et:sw=4 + */ -- 1.6.5.rc2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list