Mercurial > vim
view runtime/doc/doctags.vim @ 24207:29ae46ae449b
Added tag v8.2.2644 for changeset 55631f8e0730f1d417a28ef78bf946c3cfd89e24
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 22 Mar 2021 19:45:05 +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!