SSARCandy / vimcdoc-tw

zh-cn to zh-tw with opencc from vimcdoc.

Home Page:http://vimcdoc.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vimcdoc-tw

Vimcdoc-tw is the Vimcdoc (GitHub) of Traditional Chinese, we can to do :help and read documentation of Traditional Chinese at Vim.

It has built with OpenCC and Zsh, if you want to rebuild it, you can see the 手把手玩Linux: Vim 中文用戶手冊(繁體字).

2013-10-24-vimcdoc-tw.png

▲ Screenshot of :help help.

Installation

This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:

  • Pathogen
  • git clone https://github.com/chusiang/vimcdoc-tw ~/.vim/bundle/vimcdoc-tw
  • NeoBundle
  • NeoBundle 'chusiang/vimcdoc-tw'
  • Vundle
  • Bundle 'chusiang/vimcdoc-tw'
  • manual
  • copy the doc/, plugin/, syntax/ directory into your ~/.vim directory.
  • cp -r doc/ ~/.vim/
  • cp -r plugin/ ~/.vim/
  • cp -r syntax/ ~/.vim/

Configuration

Switch the help language to zh-tw.

set helplang=tw

File Structure

├── AUTHORS
├── ChangeLog
├── dict.txt
├── doc
│   ├── arabic.twx
│   ├── autocmd.twx
│   ├── ......
│   ├── version4.twx
│   ├── version5.twx
│   ├── version6.twx
│   ├── version7.twx
│   ├── vi_diff.twx
│   ├── visual.twx
│   ├── windows.twx
│   └── workshop.twx
├── guides.txt
├── INSTALL
├── LICENSE
├── plugin
│   └── vimcdoc.vim
├── README
├── README.md
├── syntax
│   └── help_tw.vim
├── TODO
└── VERSION

About

zh-cn to zh-tw with opencc from vimcdoc.

http://vimcdoc.sourceforge.net/

License:Other


Languages

Language:Vim Script 100.0%