From: Don S. <ri...@us...> - 2004-09-10 02:01:47
|
Update of /cvsroot/phpwsbb/phpwsbb/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10996/conf Modified Files: boost.php controlpanel.php help.php layout.php manager.php menuman.php search.php Log Message: Adding vim control line now that we have another cook in the kitchen Index: controlpanel.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/controlpanel.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** controlpanel.php 9 Apr 2004 01:01:43 -0000 1.6 --- controlpanel.php 10 Sep 2004 02:01:34 -0000 1.7 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: search.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/search.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** search.php 9 Apr 2004 01:01:43 -0000 1.4 --- search.php 10 Sep 2004 02:01:34 -0000 1.5 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: boost.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** boost.php 9 Sep 2004 20:11:09 -0000 1.35 --- boost.php 10 Sep 2004 02:01:34 -0000 1.36 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: manager.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/manager.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** manager.php 13 Aug 2004 21:32:37 -0000 1.11 --- manager.php 10 Sep 2004 02:01:34 -0000 1.12 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: layout.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/layout.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** layout.php 9 Apr 2004 01:01:43 -0000 1.5 --- layout.php 10 Sep 2004 02:01:34 -0000 1.6 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: menuman.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/menuman.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** menuman.php 9 Apr 2004 01:01:43 -0000 1.5 --- menuman.php 10 Sep 2004 02:01:34 -0000 1.6 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: help.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/help.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** help.php 9 Apr 2004 01:01:43 -0000 1.10 --- help.php 10 Sep 2004 02:01:34 -0000 1.11 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB |