# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1423001438 -3600 # Node ID 8014e5fee21902b1f62ca31282c978a8d8fd720d # Parent 252459bd8a458955ba8006e17f07ebdc283af6e0 add tw=0 at the very end of the zone file diff -r 252459bd8a45 -r 8014e5fee219 lib/DNS/Vi.pm --- a/lib/DNS/Vi.pm Tue Feb 03 23:10:24 2015 +0100 +++ b/lib/DNS/Vi.pm Tue Feb 03 23:10:38 2015 +0100 @@ -214,6 +214,7 @@ # first make a backup copy my $tmp = File::Temp->new(); $tmp->print(nice @zone); + $tmp->say('; vim:tw=0:'); $tmp->flush(); system $arg{-editor} => $tmp->filename;