Mercurial > index.cgi > dotfiles
comparison .vimrc @ 27:a6c93cf45e90
* New changes to tab stuff, see if I like it better
* Removing tabs from dotfiles, replace with spaces
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Tue, 22 Dec 2009 20:10:21 +0000 |
parents | f65964738bab |
children | 3f49f8a2f4a4 |
comparison
equal
deleted
inserted
replaced
26:e14a0b4fab30 | 27:a6c93cf45e90 |
---|---|
5 set autoindent | 5 set autoindent |
6 set cindent | 6 set cindent |
7 set mouse=a | 7 set mouse=a |
8 set smartindent | 8 set smartindent |
9 set smarttab | 9 set smarttab |
10 set tabstop=3 | 10 set tabstop=4 |
11 set shiftwidth=2 | |
12 set softtabstop=2 | |
13 set expandtab | |
11 syntax on | 14 syntax on |
12 set sw=3 | 15 set sw=3 |
13 set bg=dark | 16 set bg=dark |
14 set textwidth=78 | 17 set textwidth=78 |
15 set sm | 18 set sm |