Bug 200657 - chinese/auto-tw-l10n outdated encoding setting of automatic .vimrc by chinese/auto-tw-l10n
Summary: chinese/auto-tw-l10n outdated encoding setting of automatic .vimrc by chinese...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-05 16:47 UTC by raycherng
Modified: 2015-06-08 07:17 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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