wifky!

vim

.vimrc

set cursorline
set encoding=cp932
set fileencodings=cp932,euc-jp,utf-8
set termencoding=utf-8

set fileformats=dos,unix,mac
set statusline=%<%F%h%m%r\ [%Y][%{&ff}][%{&fenc!=''?&fenc:&enc}:0x\%02.6B]%=%l,%c%V\ %P
set ambiwidth=double "Display double-width symbols properly
set laststatus=2
syntax on

Chalice

filetype plugin on
set runtimepath+=~/.vim/chalice
"let g:chalice_verbose = 1
let g:chalice_titlestring = 'Chalice'
let chalice_menu_url='http://bbsmenu.afi.click/5ch_Cpink_open2ch_vip2ch/bbsmenu.html'
let chalice_startupflags = 'bookmark,aa=no'
let chalice_curl_options =' -L '