first commit.

This commit is contained in:
manga_osyo
2014-07-31 12:23:32 +09:00
commit 6a28e40ea9
12 changed files with 1541 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
scriptencoding utf-8
let s:save_cpo = &cpo
set cpo&vim
let &cpo = s:save_cpo
unlet s:save_cpo