File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ <h1>{{project.name}} help files</h1>
81
81
< a href ="gui_mac.txt.html "> MacVim reference</ a > ·
82
82
< a href ="quickref.txt.html "> quick reference</ a > ·
83
83
< a href ="index.txt.html "> commands index</ a > ·
84
- < a href ="usr_toc.txt.html "> user manual toc </ a > ·
85
- < a href ="{{helptxt}}#reference_toc "> reference manual toc </ a >
84
+ < a href ="usr_toc.txt.html "> user manual</ a > ·
85
+ < a href ="{{helptxt}}#reference_toc "> reference manual</ a >
86
86
{% if project.name == "Vim" %}
87
87
· < a href ="vim_faq.txt.html "> faq</ a >
88
88
{% endif %}
@@ -94,12 +94,10 @@ <h1>{{project.name}} help files</h1>
94
94
< div class ="srch " id ="go-to-tag ">
95
95
< select id ="vh-select-tag "> </ select >
96
96
</ div >
97
- {% if project.name != "MacVim" %}
98
97
< form class ="srch " action ="https://duckduckgo.com " method ="get " target ="_blank " rel ="noopener noreferrer ">
99
98
< input type ="hidden " name ="sites " value ="{{project.vimdoc_site}} ">
100
99
< input type ="search " name ="q " id ="vh-srch-input " placeholder ="Site search ">
101
100
</ form >
102
- {% endif %}
103
101
{% if filename != "help.txt" %}
104
102
{{theme_switcher}}
105
103
{% endif %}
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ class MacVimProject:
13
13
name = "MacVim"
14
14
contrasted_name = "MacVim"
15
15
url = "https://macvim.org/"
16
+ vimdoc_site = "macvim.org/docs"
16
17
repo = "https://github.com/macvim-dev/macvim/"
17
18
doc_src_url = "https://github.com/macvim-dev/macvim/tree/master/runtime/doc"
18
19
You can’t perform that action at this time.
0 commit comments