summaryrefslogtreecommitdiffstats
path: root/runtime/doc/doctags.vim
blob: 7dfbcc0adaa63bc36c9856488b3e4b7b82bac8aa (plain)
1
2
3
4
5
6
" This script makes a tags file for help text.
"
" Usage: vim -eX -u doctags.vim

helptags ++t .
qa!