Mercurial > vim
view runtime/doc/doctags.vim @ 30800:96c0737e2595
Added tag v9.0.0734 for changeset ffa5492137c3e37d9f4e4bebbb3d5830cb434b1b
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 12 Oct 2022 21:00:06 +0200 |
parents | 27ff44268da5 |
children |
line wrap: on
line source
" This script makes a tags file for help text. " " Usage: vim -eX -u doctags.vim try helptags ++t . echo 'help tags updated' catch echo v:exception echo 'help tags failed update' endtry echo '' qa!