.gdb_history - private
[nethome.git] / .vimrc
1 ":version 4.x
2 autocmd BufEnter * set sw=8 tabstop=8
3 autocmd BufEnter /home/{short,root}/src/* set sw=2 tabstop=2
4 set autoindent
5 set noerrorbells
6 set ruler
7 set ignorecase
8 set nobackup
9 set nowritebackup
10 set exrc
11 syntax off
12 ca X x
13 set fo=tcq2
14 set viminfo='100,\"1000,:100,/40
15 set tags=./tags,./TAGS,./../tags,./../TAGS,./../../tags,./../../TAGS,./../../../tags,./../../../TAGS,./../../../../tags,./../../../../TAGS,./../../../../../tags,./../../../../../TAGS,./../../../../../../tags,./../../../../../../TAGS,./../../../../../../../tags,./../../../../../../../TAGS,./../../../../../../../../tags,./../../../../../../../../TAGS,./../../../../../../../../../tags,./../../../../../../../../../TAGS,./../../../../../../../../../../tags,./../../../../../../../../../../TAGS,./../../../../../../../../../../../tags,./../../../../../../../../../../../TAGS,/usr/src/redhat/BUILD/tags,/usr/src/redhat/BUILD/TAGS,/usr/include/tags,/usr/include/TAGS