]> git.mjollnir.org Git - moodle.git/commitdiff
Added vim commands at the bottom of the file to try it out
authormoodler <moodler>
Fri, 14 Mar 2003 07:55:22 +0000 (07:55 +0000)
committermoodler <moodler>
Fri, 14 Mar 2003 07:55:22 +0000 (07:55 +0000)
lib/datalib.php
lib/moodlelib.php
lib/weblib.php

index 8449c94c988feaf931570223cf98cfd42406c12f..dd28271a69f8644021c013f4210bea1a64b3ea07 100644 (file)
@@ -1078,4 +1078,5 @@ function print_object($object) {
 
 
 
+// vim:autoindent:expandtab:shiftwidth=4:tabstop=4:tw=140:
 ?>
index f34b78f4a1ab21a260b286a235d769da112014b4..abc6e347d8c1899e19c13fa5eefcd7bf8d956942 100644 (file)
@@ -1347,4 +1347,5 @@ function draw_rand_array($array, $draws) {
 } 
 
 
+// vim:autoindent:expandtab:shiftwidth=4:tabstop=4:tw=140:
 ?>
index 903d62ed9eec97cb9bf77fb5e73059f6510dfd15..4b80b03de0562aeb211a27a9d98eba3b2173bbf8 100644 (file)
@@ -1155,4 +1155,5 @@ function notify ($message, $color="red", $align="center") {
 }
 
 
+// vim:autoindent:expandtab:shiftwidth=4:tabstop=4:tw=140:
 ?>