Last active
December 6, 2016 16:37
-
-
Save watagashi/be4517e5ad0f02c88cdd523a607ce8c3 to your computer and use it in GitHub Desktop.
EditorConfig Vim Plugin を日本語環境の Windows で: 「わ」の日記もどき http://wa.cocolog-enshu.com/pseudodiary/2016/12/editorconfig-vi.html
This file contains hidden or 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
if has('win32') | |
let g:EditorConfig_exclude_patterns = ['[^\x01-\x7e]'] | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment