syntax on set tabstop=4 set encoding=utf-8 set fileencodings=iso-2022-jp,sjis,euc-jp set fileencodings+=,ucs-2le,ucs-2,utf-8 set autoindent set cindent set showmatch set shiftwidth=4 set ignorecase set nocompatible set fileformats=unix,dos,mac set vb t_vb= set history=100 set smartcase set wrapscan set matchtime=2 set hlsearch set laststatus=2 set statusline=%n\:%y%F\ \|%{(&fenc!=''?&fenc:&enc).'\|'.&ff.'\|'}%m%r%= set statusline+=[%04v][%p%%]\ [LEN=%L] highlight StatusLine term=NONE cterm=NONE ctermfg=black ctermbg=white if has("autocmd") filetype plugin indent on autocmd BufReadPost * \ if line("'\"") > 0 && line ("'\"") <= line("$") | \ exe "normal g`\"" | \ endif endif