" Use :help 'option' to see the documentation for the given option.
+" gui
+set guioptions+=a
+set guioptions-=m "no menu bar
+set guioptions-=T "no toolbar
+set guioptions-=r "no scroolbar
+set noguipty
+
" mouse
set mousehide
set mouse=a
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>
-" gui
-set guioptions+=a
-set guioptions-=m "no menu bar
-set guioptions-=T "no toolbar
-set guioptions-=r "no scroolbar
-set noguipty
-
" colors
highlight normal guibg=black guifg=white
highlight linenr guifg=grey
endif
set fileformats=unix,dos,mac
set fileignorecase
-set encoding=utf-8
+"set encoding=utf-8
" colors
set t_Co=256
" fonts
set list
if has('multi_byte') && &encoding ==# 'utf-8'
- let &listchars = 'tab:Ã\83¢Ã\82Â\96Ã\82¸ ,extends:Ã\83¢Ã\82Â\9dÃ\82¯,precedes:Ã\83¢Ã\82Â\9dÃ\82®,nbsp:Ã\82±'
+ let &listchars = 'tab:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\96Ã\83Â\82Ã\82¸ ,extends:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\9dÃ\83Â\82Ã\82¯,precedes:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\9dÃ\83Â\82Ã\82®,nbsp:Ã\83Â\83Ã\82Â\82Ã\82±'
else
let &listchars = 'tab:> ,extends:>,precedes:<,nbsp:.'
endif