From: Simon Ruderich Date: Tue, 24 Feb 2009 21:09:06 +0000 (+0100) Subject: Add Vim modeline to lib.sh.test. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=672a0aaf51b19719eef061881b96880869082d2c Add Vim modeline to lib.sh.test. --- diff --git a/tests/lib.sh.test b/tests/lib.sh.test index 91aef01..d3dc2e0 100644 --- a/tests/lib.sh.test +++ b/tests/lib.sh.test @@ -19,3 +19,5 @@ function which() { # Tests for installed() without exit codes. installed ls && echo ls installed installed doesnt-exist && echo doesnt-exist installed + +# vim: ft=sh