[Bug 200657] outdated encoding setting of automatic .vimrc by chinese/auto-tw-l10n

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 5 16:47:18 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200657

            Bug ID: 200657
           Summary: outdated encoding setting of automatic .vimrc by
                    chinese/auto-tw-l10n
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: raycherng at gmail.com

chinese/auto-tw-l10n


Part of automatic .vimrc setting by chinese/auto-tw-l10n:

"-------------------------------------
" Vim locale
"-------------------------------------
"set enc=big5
"set fileencoding=big5
set hls
set sw=2
set background=dark
set fileencoding=big5

if exists("&encoding")
    set fileencodings=ucs-bom,utf-8,japan,big5,prc
    if has("gui_running")
        set encoding=utf-8
    else
        set encoding=big5
    endif
endif





------------------------------------------

big5 fileencoding/encoding is outdated

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list