From 9d5b689c8a4b4cf8d6bf2ddfd84cbe7b09428ac6 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 14 Mar 2003 07:55:22 +0000 Subject: [PATCH] Added vim commands at the bottom of the file to try it out --- lib/datalib.php | 1 + lib/moodlelib.php | 1 + lib/weblib.php | 1 + 3 files changed, 3 insertions(+) diff --git a/lib/datalib.php b/lib/datalib.php index 8449c94c98..dd28271a69 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -1078,4 +1078,5 @@ function print_object($object) { +// vim:autoindent:expandtab:shiftwidth=4:tabstop=4:tw=140: ?> diff --git a/lib/moodlelib.php b/lib/moodlelib.php index f34b78f4a1..abc6e347d8 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -1347,4 +1347,5 @@ function draw_rand_array($array, $draws) { } +// vim:autoindent:expandtab:shiftwidth=4:tabstop=4:tw=140: ?> diff --git a/lib/weblib.php b/lib/weblib.php index 903d62ed9e..4b80b03de0 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -1155,4 +1155,5 @@ function notify ($message, $color="red", $align="center") { } +// vim:autoindent:expandtab:shiftwidth=4:tabstop=4:tw=140: ?> -- 2.39.5