From ab379957e216e7c9479686ba6e78bcbc7a7a873a Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Thu, 5 Jan 2012 18:54:55 +0200 Subject: [PATCH] sandbox/update-version: vim modelines exist. Added vim modeline to enable syntax and set filetype :) --- sandbox/update-version | 1 + 1 file changed, 1 insertion(+) diff --git a/sandbox/update-version b/sandbox/update-version index cb8f381e6..fa9b147b5 100755 --- a/sandbox/update-version +++ b/sandbox/update-version @@ -5,3 +5,4 @@ perl -pi -e "s/^version\s*=\s*['\"]([\S]+)[ '\"].*/version = '\1 ($( date -Isec unset TZ # Return to the system timezone. exec $SHELL # Execute the current shell to return to user timezone if specified in config of shell. git add src/version.py +# vim: set ft=sh: syntax: