Skip to content

Commit 89fd289

Browse files
committed
vimhelp: Add commands index to quick links as it's useful
1 parent 9fc9c36 commit 89fd289

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vimhelp/templates/page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ <h1>{{project.name}} help files</h1>
8080
<a href="{{helptxt}}">help overview</a> &middot;
8181
<a href="gui_mac.txt.html">MacVim reference</a> &middot;
8282
<a href="quickref.txt.html">quick reference</a> &middot;
83+
<a href="index.txt.html">commands index</a> &middot;
8384
<a href="usr_toc.txt.html">user manual toc</a> &middot;
8485
<a href="{{helptxt}}#reference_toc">reference manual toc</a>
8586
{% if project.name == "Vim" %}

0 commit comments

Comments
 (0)