Subversion Repositories programming

Rev

Rev 160 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
362 ira 1
colorscheme candycode
160 ira 2
set number
3
set guifont=Bitstream\ Vera\ Sans\ Mono\ 12
4
set guifontwide=Bitstream\ Vera\ Sans\ Mono\ 12
362 ira 5
set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab
6
"set tabstop=4 softtabstop=4 shiftwidth=4 expandtab
160 ira 7
set list
8
set listchars=tab:>.
9
set encoding=utf-8
10
set columns=110 lines=36
11
set noautoindent
12
set cindent