From 0e910fc987efa27cf66cbb1460b5b99c4090119c Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Wed, 27 Apr 2011 14:37:33 +0200 Subject: uglib: add a level-1 fold marker to fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without that vim shows: +--207 lines: # assert #---------------- +-- 4 lines: # option parsing #-------- which is a bit misleading. With the new marker vim shows "functions" instead of assert. Signed-off-by: Uwe Kleine-König --- uglib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/uglib.sh b/uglib.sh index 668b101..06a3fcd 100644 --- a/uglib.sh +++ b/uglib.sh @@ -1,3 +1,4 @@ +## functions ## {{{1 ## assert ## {{{2 assert() { "$@" || die "assertion failed: $*" -- cgit v1.2.3