Mercurial > vim
view runtime/doc/doctags.vim @ 26539:45d9468fd3f8
Added tag v8.2.3798 for changeset dfa658800f21342a8b53738625f4949c90caf105
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 13 Dec 2021 19:30:04 +0100 |
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!