Skip to content

Commit 52f3443

Browse files
committed
Update example in readme
1 parent 232cb92 commit 52f3443

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@
7070
" The sparkup vim script is in a subdirectory of this repo called vim.
7171
" Pass the path to set the runtimepath properly.
7272
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
73-
" Avoid a name conflict with L9
74-
Plugin 'user/L9', {'name': 'newL9'}
73+
" Install L9 and avoid a Naming conflict if you've already installed a
74+
" different version somewhere else.
75+
Plugin 'ascenator/L9', {'name': 'newL9'}
7576
7677
" All of your Plugins must be added before the following line
7778
call vundle#end() " required

README_ZH_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
" 插件在仓库的子目录中.
7373
" 正确指定路径用以设置runtimepath. 以下范例插件在sparkup/vim目录下
7474
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
75-
" 避免插件名冲突,例如L9已存在,则可以指定
76-
Plugin 'user/L9', {'name': 'newL9'}
75+
" 安装L9,如果已经安装过这个插件,可利用以下格式避免命名冲突
76+
Plugin 'ascenator/L9', {'name': 'newL9'}
7777
7878
" 你的所有插件需要在下面这行之前
7979
call vundle#end() " 必须

0 commit comments

Comments
 (0)