raa0121 12 年 前
コミット
9f97889be1
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4 0
      .gvimrc

+ 4 - 0
.gvimrc

@@ -4,5 +4,9 @@ elseif has('unix')
   set guifont=Ricty\ 12
 endif
 colorscheme evening
+if has('multi_byte_ime')
+  highlight Cursor guifg=NONE guibg=Green
+  highlight CursorIM guifg=NONE guibg=Purple
+endif
 gui
 set transparency=240