Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Jun 2015 16:47:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200657] outdated encoding setting of automatic .vimrc by chinese/auto-tw-l10n
Message-ID:  <bug-200657-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: raycherng@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200657-13>