Skip to content

Commit 00342c4

Browse files
authored
Fix: Remove vim instruction (#880)
1 parent a7b8117 commit 00342c4

17 files changed

+5
-29
lines changed

build-setup.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,3 @@
173173
</div>
174174
<?php
175175
site_footer(['sidebar' => $SIDEBAR_DATA]);
176-
177-
/* vim: set et ts=4 sw=4 ft=php: : */

downloads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // vim: et
1+
<?php
22
$_SERVER['BASE_PAGE'] = 'downloads.php';
33
include_once __DIR__ . '/include/prepend.inc';
44
include_once __DIR__ . '/include/gpg-keys.inc';

error.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,3 @@
713713
'/search.php?show=' . $fallback . '&lang=' . urlencode($LANG) .
714714
'&pattern=' . substr($_SERVER['REQUEST_URI'], 1),
715715
);
716-
/*
717-
* vim: set et ts=4 sw=4 ft=php: :
718-
*/

get-involved.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,3 @@
8181
';
8282

8383
site_footer(['sidebar' => $SIDEBAR_DATA]);
84-
85-
/* vim: set et ts=4 sw=4 ft=php: : */

gpg-keys.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // vim: et
1+
<?php
22
$_SERVER['BASE_PAGE'] = 'gpg-keys.php';
33
include_once __DIR__ . '/include/prepend.inc';
44
include_once __DIR__ . '/include/gpg-keys.inc';

include/ip-to-country.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,3 @@ function i2c_realip()
219219
// Return with the found IP or the remote address
220220
return $ip ?: $_SERVER['REMOTE_ADDR'];
221221
}
222-
223-
/* vim: set et ts=4 sw=4 ft=php: : */

include/langchooser.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,3 @@ function language_accept_order($a, $b)
201201
if ($a[1] == $b[1]) { return 0; }
202202
return ($a[1] > $b[1]) ? -1 : 1;
203203
}
204-
205-
/* vim: set noet ts=4 sw=4 ft=php: : */

include/layout.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,5 +609,3 @@ function doc_toc_title($lang, $index, $file, $elm = "dt"): void {
609609
}
610610
echo "<$elm><a href='/manual/$lang/$link'>$title</a></$elm>\n";
611611
}
612-
613-
/* vim: set et ts=4 sw=4 ft=php: : */

include/shared-manual.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,5 +412,3 @@ function relTime(DateTime $date) {
412412
}
413413
return $out;
414414
}
415-
416-
/* vim: set et ts=4 sw=4: */

include/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // vim: et
1+
<?php
22
/* The format is:
33
* array(
44
* "major release number" => array(

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // vim: et
1+
<?php
22
(function ($uri): void {
33
// Special redirect cases not able to be captured in error.php
44
$shortcuts = [

js/common.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,5 +739,3 @@ function getLanguage() {
739739
$link.attr('href', $link.attr('href') + window.location.hash);
740740
});
741741
})(jQuery);
742-
743-
// vim: set ts=4 sw=4 et:

js/search.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,5 +401,3 @@
401401
return this;
402402
};
403403
})(jQuery);
404-
405-
// vim: set ts=4 sw=4 et:

search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // vim: et
1+
<?php
22
$_SERVER['BASE_PAGE'] = 'search.php';
33
include_once __DIR__ . '/include/prepend.inc';
44

styles/theme-base.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* vim: set et ts=4 sw=4 fdm=marker nocin: : */
21
/*!
32
* Bootstrap v2.3.2
43
*
@@ -1895,5 +1894,3 @@ aside.tips div.inner {
18951894

18961895
/* }}} */
18971896

1898-
1899-
/* vim: set ts=2 sw=2 et: */

styles/theme-medium.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,4 +603,3 @@ div.elephpants img:focus {
603603
.thanks__description {
604604
margin: 0
605605
}
606-
/* vim: set ts=2 sw=2 et: */

submit-event.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,5 +274,4 @@ function display_options($options, $current): void
274274
}
275275
}
276276

277-
/* vim: set et ts=4 sw=4 ft=php: : */
278277
?>

0 commit comments

Comments
 (0)