Merge pull request #698 from VincentTam/README_ZH_TW

Updates traditional Chinese readme translation per English readme update (corresponding to 52f3443)
This commit is contained in:
Ryan L McIntyre 2016-02-26 10:02:34 -05:00
commit 4984767509

View File

@ -72,8 +72,8 @@
" 插件在倉庫的子目錄中.
" 正確指定路徑用以設置runtimepath. 以下範例插件在sparkup/vim目錄下
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
" 避免插件名沖突,例如L9已存在,則可以指定
Plugin 'user/L9', {'name': 'newL9'}
" 安裝L9如果已經安裝過這個插件可利用以下格式避免命名衝突
Plugin 'ascenator/L9', {'name': 'newL9'}
" 你的所有插件需要在下面這行之前
call vundle#end() " 必須