Mercurial > dotfiles.old
comparison vimrc @ 79:7d3ded16eaa2
Fix git and ctags hooks
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 20 Jul 2014 23:54:26 +0200 |
parents | 808e110f4171 |
children | 16edf05ad21a |
comparison
equal
deleted
inserted
replaced
78:bd487e57edd5 | 79:7d3ded16eaa2 |
---|---|
50 set textwidth=80 | 50 set textwidth=80 |
51 | 51 |
52 set history=100 | 52 set history=100 |
53 set wildmenu | 53 set wildmenu |
54 set wildmode=full | 54 set wildmode=full |
55 set ttyfast | |
55 | 56 |
56 set diffopt+=iwhite | 57 set diffopt+=iwhite |
58 | |
59 set tags=.git/tags | |
57 | 60 |
58 set formatoptions= | 61 set formatoptions= |
59 set formatoptions+=c " Format comments | 62 set formatoptions+=c " Format comments |
60 set formatoptions+=r " Continue comments by default | 63 set formatoptions+=r " Continue comments by default |
61 set formatoptions+=o " Make comment when using o or O from comment line | 64 set formatoptions+=o " Make comment when using o or O from comment line |