syntax on
set nocompatible
set number
set shiftwidth=4
set tabstop=4
set expandtab
filetype on
autocmd FileType c,cpp,perl,rb,php,html,sh,erl set cindent
autocmd FileType sh set tabstop=2 shiftwidth=2 expandtab
autocmd FileType perl set tabstop=4 shiftwidth=4 expandtab
autocmd FileType c set tabstop=4 shiftwidth=4 expandtab
autocmd FileType cpp set tabstop=4 shiftwidth=4 expandtab
set cursorline
set autoindent
set nobackup
set enc=utf-8
set fenc=utf-8
set fencs=iso-2022-jp,euc-jp,cp932
set backspace=indent,eol,start
set textwidth=0
set nowrap
set showmatch
vnoremap v $h
set ignorecase
set title
set ruler
set laststatus=2
set showmatch
set matchtime=2
syntax on
set hlsearch
set statusline=%n\:%y%F\ \|%{(&fenc!=''?&fenc:&enc).'\|'.&ff.'\|'}%m%r%=<%l/%L:%p%%>
highlight StatusLine term=NONE cterm=NONE ctermfg=black ctermbg=white
set expandtab
set autoread
set vb t_vb=
set noswapfile
highlight ZenkakuSpace cterm=underline ctermfg=lightblue guibg=white
match ZenkakuSpace / /
let g:netrw_liststyle=3