Bug 200657

Summary: chinese/auto-tw-l10n outdated encoding setting of automatic .vimrc by chinese/auto-tw-l10n
Product: Ports & Packages Reporter: raycherng
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: kevlo, lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description raycherng 2015-06-05 16:47:17 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-06-08 01:44:24 UTC
A commit references this bug:

Author: kevlo
Date: Mon Jun  8 01:43:24 UTC 2015
New revision: 388825
URL: https://svnweb.freebsd.org/changeset/ports/388825

Log:
  Set vim's default encoding to utf-8 [1].
  While here, put "exec startlxde" in dot.xinitrc.

  PR: 200657 [1]
  Submitted by: Ray-Cherng Yu <raycherng at gmail dot com>

Changes:
  head/chinese/auto-tw-l10n/Makefile
  head/chinese/auto-tw-l10n/files/patch-dot.vimrc
  head/chinese/auto-tw-l10n/files/patch-dot.xinitrc