You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: vimscriptfull.xml
+3-3
Original file line number
Diff line number
Diff line change
@@ -386,7 +386,7 @@
386
386
</li>
387
387
<li>
388
388
Plugin metadata should be declared in the addon-info.json format (see
389
-
the <ahref="http://goo.gl/CUXJZC">VAM documentation</a> for details).
389
+
the <ahref="https://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager-additional-documentation.txt">VAM documentation</a> for details).
390
390
</li>
391
391
<li>
392
392
Functions should go in the <code>autoload/</code> subdirectory of
@@ -523,7 +523,7 @@
523
523
documentation in .vim files in conformance with the vimdoc standards
524
524
and include fields like "description" and "author" in the
Declaring dependencies in addon-info.json allows conformant plugin
1275
1275
managers (like VAM) to ensure dependencies are installed. See the
1276
-
<ahref="http://goo.gl/CUXJZC">VAM documentation</a> for details.
1276
+
<ahref="https://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager-additional-documentation.txt">VAM documentation</a> for details.
1277
1277
</p>
1278
1278
<p>
1279
1279
Calling <code>maktaba#library#Require</code> from dependent code at
Copy file name to clipboardexpand all lines: vimscriptguide.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@
197
197
or ".vim" suffix if desired). It should be split into plugin/,
198
198
autoload/, etc. subdirectories as necessary, and it should declare
199
199
metadata in the addon-info.json format (see the
200
-
<ahref="http://goo.gl/CUXJZC">VAM documentation</a> for details).
200
+
<ahref="https://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager-additional-documentation.txt">VAM documentation</a> for details).
0 commit comments