File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ tags and so on.
26
26
27
27
To see an example of vimdoc in use, see
28
28
[ maktaba] ( https://github.com/google/maktaba ) , specifically the
29
- [ helloworld] ( https://github.com/google/maktaba/tree/master /examples/helloworld )
29
+ [ helloworld] ( https://github.com/google/maktaba/tree/HEAD /examples/helloworld )
30
30
example plugin therein, which shows some of the basics.
31
31
32
32
** Vimdoc is unstable** . It's a collection of regexes and hacks masquerading as
@@ -93,7 +93,7 @@ Vimdoc has a number of builtin directives, which are marked by @ signs.
93
93
94
94
It also detects your plugin's addon-info.json file if present (see the
95
95
[ documentation] ( http://vim-wiki.mawercer.de/wiki/topic/addon-info.json.html ) and
96
- relevant [ VAM help] ( https://github.com/MarcWeber/vim-addon-manager/blob/master /doc/vim-addon-manager-additional-documentation.txt ) ).
96
+ relevant [ VAM help] ( https://github.com/MarcWeber/vim-addon-manager/blob/HEAD /doc/vim-addon-manager-additional-documentation.txt ) ).
97
97
98
98
### Block Directives
99
99
You can’t perform that action at this time.
0 commit comments