view runtime/doc/doctags.vim @ 18878:ef90e5bbb971

Minor runtime file updates. Commit: https://github.com/vim/vim/commit/469bdbde1e8ea8110705327ab193acca79296742 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 11 23:05:48 2019 +0100 Minor runtime file updates.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Dec 2019 23:15:04 +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!