fix vim modelines

This commit is contained in:
Marc Delisle
2008-10-25 13:37:54 +00:00
parent 0cd015b6d3
commit 8c697864eb
13 changed files with 20 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* runs all defined tests * runs all defined tests
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* tests for environment like OS, PHP, modules, ... * tests for environment like OS, PHP, modules, ...
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* tests for PMA_get_real_size() * tests for PMA_get_real_size()
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* tests for PMA_pow() * tests for PMA_pow()
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* Test for blowfish encryption. * Test for blowfish encryption.
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* Test for javascript escaping. * Test for javascript escaping.
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* tests for PMA_generate_common_url() * tests for PMA_generate_common_url()
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* tests for PMA_get_real_size() * tests for PMA_get_real_size()
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* tests for PMA_pow() * tests for PMA_pow()
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* tests for PMA_pow() * tests for PMA_pow()
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* tests for PMA_sanitize() * tests for PMA_sanitize()
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* tests for PMA_sanitize() * tests for PMA_sanitize()
* *

View File

@@ -1,5 +1,5 @@
<?php <?php
/* vim: expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* theme test * theme test
* *