Skip to content

Latest commit

Β 

History

History
70 lines (56 loc) Β· 2.02 KB

README.md

File metadata and controls

70 lines (56 loc) Β· 2.02 KB

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