Skip to content

Instantly share code, notes, and snippets.

@watagashi
Last active December 6, 2016 16:37
Show Gist options
  • Save watagashi/be4517e5ad0f02c88cdd523a607ce8c3 to your computer and use it in GitHub Desktop.
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
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