These just clutter the code base, as adding modelines for each possible editor out there does not scale, and they are currently not exhaustive anyway.
@@ -1,5 +1,3 @@
-# vim:set syn=automake:
-
# Variables to be defined:
#
# TEST_VERBOSE - set to 0 or 1 to control test suite verbosity
@@ -335,5 +335,3 @@ do_contents(const char *const *argv)
return 0;
}
-/* vi: sw=2
- */
@@ -273,6 +273,3 @@ int main(int argc, const char *const *argv) {
return ret;
@@ -368,6 +368,3 @@ void baselist::wordwrapinfo(int offset, const char *m) {
baselist::~baselist() { }
-/* vi: sw=2 ts=8
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
* dselect - Debian package maintenance user interface
* bindings.h - keybindings class header file
*
* dselect-curses.h - curses header wrapper
* dselect.h - external definitions for this program
* method.h - access method handling declarations
@@ -1,4 +1,3 @@
-# -*-perl-*-
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
@@ -1,5 +1,4 @@
#!/usr/bin/perl
# Copyright © 1996 Andy Guy <awpguy@acs.ucalgary.ca>
# Copyright © 1998 Martin Schulze <joey@infodrom.north.de>
@@ -305,5 +305,3 @@ echo -n 'Installation OK. Hit RETURN. '
read response
xit=0
-# vim:ts=4:sw=4:aw:ai:
@@ -681,5 +681,3 @@ outputparam p_multi_contentsfile "$multi_contentsfile"
mv shvar.$option.new shvar.$option
@@ -620,6 +620,3 @@ pkginfo **packagelist::display() {
* pkglist.h - external definitions for package list handling
@@ -30,5 +30,4 @@ $SIG{'INT'} = \&exit_handler;
$SIG{'HUP'} = \&exit_handler;
$SIG{'QUIT'} = \&exit_handler;
-# vim: set et sw=4 ts=8
1;
@@ -117,5 +117,4 @@ sub is_binary($) {
return $result;
@@ -571,5 +571,4 @@ Raphaël Hertzog, E<lt>hertzog@debian.orgE<gt>
=cut
@@ -391,5 +391,4 @@ sub do_build {
@@ -732,5 +732,4 @@ sub get_seen_binaries {
return sort keys %{$self->{'seen_binaries'}};
-# vim:et:sw=4:ts=8
@@ -58,5 +58,4 @@ sub do_build {
@@ -104,5 +104,4 @@ sub do_build {
$self->add_file($tarname);
@@ -280,5 +280,4 @@ sub register_patch {
return $patch;
@@ -613,4 +613,3 @@ sub get_type {
@@ -304,5 +304,4 @@ sub restore_quilt_backup_files {
}, $patch_dir);
#! /usr/bin/perl
# dpkg-source
-# -*- mode: cperl;-*-
-# -*- perl -*-
-# -*- mode: cperl -*-
@@ -1750,6 +1750,3 @@ struct fileinlist *newconff_append(struct fileinlist ***newconffileslastp_io,
*newconffileslastp_io= &newconff->next;
return newconff;
-/* vi: ts=8 sw=2
@@ -660,6 +660,3 @@ struct filenamenode *findnamenode(const char *name, enum fnnflags flags) {
return newnode;