summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-21 12:28:31 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-21 12:28:31 +0200
commit9ff8cae05b332d1629761c54187a66d386b744c6 (patch)
tree742009e93964b01b69fc9537b3465e9adebfbf99
parent14ef1953b2b701d11b3335d3d2922d89ccd6296e (diff)
downloadndim-git-utils-9ff8cae05b332d1629761c54187a66d386b744c6.tar.gz
ndim-git-utils-9ff8cae05b332d1629761c54187a66d386b744c6.tar.xz
ndim-git-utils-9ff8cae05b332d1629761c54187a66d386b744c6.zip
proper vim syntax setup
-rw-r--r--nbb/nbb.in1
-rw-r--r--nbb/nbb_lib.in3
2 files changed, 2 insertions, 2 deletions
diff --git a/nbb/nbb.in b/nbb/nbb.in
index 9a01858..497f9ad 100644
--- a/nbb/nbb.in
+++ b/nbb/nbb.in
@@ -28,6 +28,7 @@ if __name__ == '__main__':
#sys.stdout.flush()
nbb_lib.main(sys.argv)
+# vim: syntax=python
# Local Variables:
# mode: python
# End:
diff --git a/nbb/nbb_lib.in b/nbb/nbb_lib.in
index 8f49ba6..3a828cd 100644
--- a/nbb/nbb_lib.in
+++ b/nbb/nbb_lib.in
@@ -1,5 +1,3 @@
-# -*- mode:python -*-
-
"""\
nbb (ndim's branch builder) from @PACKAGE_NAME@ @PACKAGE_VERSION@
Build, install given branch of source code into a branch specific place
@@ -424,6 +422,7 @@ WARNING: %(prog)s is very much a work in progress.
if __name__ == '__main__':
raise "This is not a library"
+# vim: syntax=python
# Local Variables:
# mode: python
# End: