Mercurial > vim
view runtime/doc/doctags.vim @ 31389:a6eb61c47fab
Added tag v9.0.1027 for changeset 1ff377bc0726563ffcf9dccc279271106c51f36f
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 08 Dec 2022 00:15:03 +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!