# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1261513812 0 # Node ID 3f49f8a2f4a4584d1072fffd20c688c11ae9d4f2 # Parent a6c93cf45e90ed3953b73985c3cfe118aeb28098 * Autocommand for Makefiles * Expand some of the options names - don't need to be cryptic diff -r a6c93cf45e90 -r 3f49f8a2f4a4 .vimrc --- 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