comparison .vimrc @ 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 2c6f108aeb09
comparison
equal deleted inserted replaced
27:a6c93cf45e90 28:3f49f8a2f4a4
10 set tabstop=4 10 set tabstop=4
11 set shiftwidth=2 11 set shiftwidth=2
12 set softtabstop=2 12 set softtabstop=2
13 set expandtab 13 set expandtab
14 syntax on 14 syntax on
15 set sw=3 15 set background=dark
16 set bg=dark
17 set textwidth=78 16 set textwidth=78
18 set sm 17 set showmatch
19 hi Normal guibg=black guifg=white 18 hi Normal guibg=black guifg=white
19 autocmd FileType make setlocal noet | setlocal ts=8 | setlocal sw=8