summaryrefslogtreecommitdiffstats
path: root/uglib.sh
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2011-04-27 14:37:33 +0200
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2011-04-27 16:15:47 +0200
commit0e910fc987efa27cf66cbb1460b5b99c4090119c (patch)
tree761bab531d3db161846e3553f33973214fcb7573 /uglib.sh
parentd00036d5af9626d792a34850b2e7eb1eba6af5c2 (diff)
downloadubergit-0e910fc987efa27cf66cbb1460b5b99c4090119c.tar.gz
ubergit-0e910fc987efa27cf66cbb1460b5b99c4090119c.tar.xz
uglib: add a level-1 fold marker to fix
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 <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'uglib.sh')
-rw-r--r--uglib.sh1
1 files changed, 1 insertions, 0 deletions
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: $*"