Created
February 12, 2013 11:45
-
-
Save youyo/4761761 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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