1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Fix: Remove vim instruction (#880)

This commit is contained in:
Andreas Möller
2023-12-07 15:01:52 +01:00
committed by GitHub
parent a7b811714f
commit 00342c402f
17 changed files with 5 additions and 29 deletions

View File

@@ -173,5 +173,3 @@ site_header("Operating System Preparation", ["current" => "community"]);
</div>
<?php
site_footer(['sidebar' => $SIDEBAR_DATA]);
/* vim: set et ts=4 sw=4 ft=php: : */

View File

@@ -1,4 +1,4 @@
<?php // vim: et
<?php
$_SERVER['BASE_PAGE'] = 'downloads.php';
include_once __DIR__ . '/include/prepend.inc';
include_once __DIR__ . '/include/gpg-keys.inc';

View File

@@ -713,6 +713,3 @@ mirror_redirect(
'/search.php?show=' . $fallback . '&lang=' . urlencode($LANG) .
'&pattern=' . substr($_SERVER['REQUEST_URI'], 1),
);
/*
* vim: set et ts=4 sw=4 ft=php: :
*/

View File

@@ -81,5 +81,3 @@ $SIDEBAR_DATA = '
';
site_footer(['sidebar' => $SIDEBAR_DATA]);
/* vim: set et ts=4 sw=4 ft=php: : */

View File

@@ -1,4 +1,4 @@
<?php // vim: et
<?php
$_SERVER['BASE_PAGE'] = 'gpg-keys.php';
include_once __DIR__ . '/include/prepend.inc';
include_once __DIR__ . '/include/gpg-keys.inc';

View File

@@ -219,5 +219,3 @@ function i2c_realip()
// Return with the found IP or the remote address
return $ip ?: $_SERVER['REMOTE_ADDR'];
}
/* vim: set et ts=4 sw=4 ft=php: : */

View File

@@ -201,5 +201,3 @@ function language_accept_order($a, $b)
if ($a[1] == $b[1]) { return 0; }
return ($a[1] > $b[1]) ? -1 : 1;
}
/* vim: set noet ts=4 sw=4 ft=php: : */

View File

@@ -609,5 +609,3 @@ function doc_toc_title($lang, $index, $file, $elm = "dt"): void {
}
echo "<$elm><a href='/manual/$lang/$link'>$title</a></$elm>\n";
}
/* vim: set et ts=4 sw=4 ft=php: : */

View File

@@ -412,5 +412,3 @@ function relTime(DateTime $date) {
}
return $out;
}
/* vim: set et ts=4 sw=4: */

View File

@@ -1,4 +1,4 @@
<?php // vim: et
<?php
/* The format is:
* array(
* "major release number" => array(

View File

@@ -1,4 +1,4 @@
<?php // vim: et
<?php
(function ($uri): void {
// Special redirect cases not able to be captured in error.php
$shortcuts = [

View File

@@ -739,5 +739,3 @@ function getLanguage() {
$link.attr('href', $link.attr('href') + window.location.hash);
});
})(jQuery);
// vim: set ts=4 sw=4 et:

View File

@@ -401,5 +401,3 @@
return this;
};
})(jQuery);
// vim: set ts=4 sw=4 et:

View File

@@ -1,4 +1,4 @@
<?php // vim: et
<?php
$_SERVER['BASE_PAGE'] = 'search.php';
include_once __DIR__ . '/include/prepend.inc';

View File

@@ -1,4 +1,3 @@
/* vim: set et ts=4 sw=4 fdm=marker nocin: : */
/*!
* Bootstrap v2.3.2
*
@@ -1895,5 +1894,3 @@ aside.tips div.inner {
/* }}} */
/* vim: set ts=2 sw=2 et: */

View File

@@ -603,4 +603,3 @@ div.elephpants img:focus {
.thanks__description {
margin: 0
}
/* vim: set ts=2 sw=2 et: */

View File

@@ -274,5 +274,4 @@ function display_options($options, $current): void
}
}
/* vim: set et ts=4 sw=4 ft=php: : */
?>