changeset 28:3f49f8a2f4a4

* Autocommand for Makefiles * Expand some of the options names - don't need to be cryptic
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Tue, 22 Dec 2009 20:30:12 +0000
parents a6c93cf45e90
children b6e22d12945b
files .vimrc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.vimrc	Tue Dec 22 20:10:21 2009 +0000
+++ b/.vimrc	Tue Dec 22 20:30:12 2009 +0000
@@ -12,8 +12,8 @@
 set softtabstop=2
 set expandtab
 syntax on
-set sw=3
-set bg=dark
+set background=dark
 set textwidth=78
-set sm
+set showmatch
 hi Normal guibg=black guifg=white
+autocmd FileType make setlocal noet | setlocal ts=8 | setlocal sw=8