Mercurial > index.cgi > dotfiles
comparison .vimrc @ 69:2c6f108aeb09
* Why was 'hls' off... must have previously been defaulted on
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Tue, 18 Sep 2012 19:15:19 +0000 |
parents | 3f49f8a2f4a4 |
children | 07395fbde025 |
comparison
equal
deleted
inserted
replaced
68:0110dfac917e | 69:2c6f108aeb09 |
---|---|
13 set expandtab | 13 set expandtab |
14 syntax on | 14 syntax on |
15 set background=dark | 15 set background=dark |
16 set textwidth=78 | 16 set textwidth=78 |
17 set showmatch | 17 set showmatch |
18 set hls | |
18 hi Normal guibg=black guifg=white | 19 hi Normal guibg=black guifg=white |
19 autocmd FileType make setlocal noet | setlocal ts=8 | setlocal sw=8 | 20 autocmd FileType make setlocal noet | setlocal ts=8 | setlocal sw=8 |