vim编码

这是关于vim的fileencodings,fileencoding,encoding的官方解释。

'fileencodings' 'fencs' string (default: "ucs-bom",
                                    "ucs-bom,utf-8,default,latin1" when
                                    'encoding' is set to a Unicode value)
                        global
                        {only available when compiled with the |+multi_byte|
                        feature}
                        {not in Vi}
        This is a list of character encodings considered when starting to edit
        an existing file.  When a file is read, Vim tries to use the first
        mentioned character encoding.  If an error is detected, the next one
        in the list is tried.  When an encoding is found that works,
        'fileencoding' is set to it.  If all fail, 'fileencoding' is set to
        an empty string, which means the value of 'encoding' is used.
posted @ 2013-05-27 03:11  youJumpILook  阅读(152)  评论(0编辑  收藏  举报