[subversion-commit] SVN tex-common commit + diffs: r967 - tex-common/trunk/scripts

Norbert Preining preining-guest at costa.debian.org
Mon Feb 27 17:56:34 UTC 2006


Author: preining-guest
Date: 2006-02-27 17:56:33 +0000 (Mon, 27 Feb 2006)
New Revision: 967

Modified:
   tex-common/trunk/scripts/postinst-tex
   tex-common/trunk/scripts/postrm-tex
   tex-common/trunk/scripts/update-fontlang
   tex-common/trunk/scripts/update-texmf
Log:
add vim settings so that tabs are expanded


Modified: tex-common/trunk/scripts/postinst-tex
===================================================================
--- tex-common/trunk/scripts/postinst-tex	2006-02-27 17:27:41 UTC (rev 966)
+++ tex-common/trunk/scripts/postinst-tex	2006-02-27 17:56:33 UTC (rev 967)
@@ -10,6 +10,9 @@
 # Please note that comments in this file are stripped before installation
 # by calling a grep -v '^[ \t]*#'
 # So please be careful if you add stuff here!
+#
+# Let vim know that we don't want tabs
+# vim:set expandtab: #
 
 
 # Tell if kpsewhich works. If this is the case:

Modified: tex-common/trunk/scripts/postrm-tex
===================================================================
--- tex-common/trunk/scripts/postrm-tex	2006-02-27 17:27:41 UTC (rev 966)
+++ tex-common/trunk/scripts/postrm-tex	2006-02-27 17:56:33 UTC (rev 967)
@@ -10,6 +10,9 @@
 # Please note that comments in this file are stripped before installation
 # by calling a grep -v '^[ \t]*#'
 # So please be careful if you add stuff here!
+#
+# Let vim know that we don't want tabs
+# vim:set expandtab: #
 
 
 # Tell if kpsewhich works. If this is the case:

Modified: tex-common/trunk/scripts/update-fontlang
===================================================================
--- tex-common/trunk/scripts/update-fontlang	2006-02-27 17:27:41 UTC (rev 966)
+++ tex-common/trunk/scripts/update-fontlang	2006-02-27 17:56:33 UTC (rev 967)
@@ -463,3 +463,7 @@
         exit 1
     fi
 fi
+
+#
+# Let vim know that we don't want tabs
+# vim:set expandtab: #

Modified: tex-common/trunk/scripts/update-texmf
===================================================================
--- tex-common/trunk/scripts/update-texmf	2006-02-27 17:27:41 UTC (rev 966)
+++ tex-common/trunk/scripts/update-texmf	2006-02-27 17:56:33 UTC (rev 967)
@@ -101,3 +101,7 @@
 if [ "${VERBOSE}" = "true" ]; then
   echo "done"
 fi
+
+#
+# Let vim know that we don't want tabs
+# vim:set expandtab: #




More information about the Pkg-tetex-commits mailing list