add cp932 to tidy.vim.

This commit is contained in:
Asai Masami 2013-02-05 21:48:16 +09:00
parent 76d1d42d64
commit 438fc33311
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ function! s:TidyEncOptByFenc()
\'utf-16le' : '-utf16le',
\'utf-16' : '-utf16',
\'big5' : '-big5',
\'cp932' : '-shiftjis',
\'sjis' : '-shiftjis',
\'cp850' : '-ibm858',
\}

View File

@ -26,6 +26,7 @@ function! s:TidyEncOptByFenc()
\'utf-16le' : '-utf16le',
\'utf-16' : '-utf16',
\'big5' : '-big5',
\'cp932' : '-shiftjis',
\'sjis' : '-shiftjis',
\'cp850' : '-ibm858',
\}