view runtime/doc/doctags.vim @ 18549:8ce88501264f

Added tag v8.1.2268 for changeset 4fbfecbb968cf990066c5d7304266a07e0c7528e
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Nov 2019 21:00:05 +0100
parents 5b95ccb82c0a
children 27ff44268da5
line wrap: on
line source

" This script makes a tags file for help text.
"
" Usage: vim -eX -u doctags.vim

helptags ++t .
qa!