Thursday, April 1, 2010

Re: vim says error messages in linux machine not in windows machine

iconv -f cp949 -t utf8 ~/_vimrc
 &&
dos2unix ~/_vimrc
 &&
find ~/.vim -type f | xargs dos2unix

iconv is for broken hangul alphabets.
dos2unix is for dostype text files(dostype dosn't use LF only but CR also. unixtype uses LF only.)

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment