Index: /branches/1.2/.vimrc
===================================================================
--- /branches/1.2/.vimrc	(revision 451)
+++ /branches/1.2/.vimrc	(revision 452)
@@ -1,2 +1,3 @@
-
-au FileType m4 setlocal ts=2 sw=2 fdm=marker
+set noexpandtab
+au FileType m4 setlocal ts=2 sw=2 fdm=marker noexpandtab
+au FileType c setlocal ts=4 sw=4 fdm=marker noexpandtab
