Skip to content

Instantly share code, notes, and snippets.

@youyo
Created February 12, 2013 11:45
Show Gist options
  • Save youyo/4761761 to your computer and use it in GitHub Desktop.
Save youyo/4761761 to your computer and use it in GitHub Desktop.
syntax on
set encoding=utf-8
set fileencoding=utf-8
set fileencodings=utf-8,iso-2022-jp,euc-jp,ucs-2,cp932,sjis
set tabstop=2
set autoindent
set expandtab
set shiftwidth=2
set ignorecase
set showmatch
set showmode
set title
highlight JpSpace cterm=underline ctermfg=darkblue guifg=darkblue
match JpSpace / /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment