annotate runtime/doc/doctags.vim @ 18519:66bcf00b61df

Added tag v8.1.2253 for changeset 59c56c97049d2ec07b2dfb3853395fc3dce5348c
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Nov 2019 21:30:04 +0100
parents 5b95ccb82c0a
children 27ff44268da5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18487
5b95ccb82c0a patch 8.1.2238: error in docs tags goes unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 " This script makes a tags file for help text.
5b95ccb82c0a patch 8.1.2238: error in docs tags goes unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 "
5b95ccb82c0a patch 8.1.2238: error in docs tags goes unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3 " Usage: vim -eX -u doctags.vim
5b95ccb82c0a patch 8.1.2238: error in docs tags goes unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4
5b95ccb82c0a patch 8.1.2238: error in docs tags goes unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 helptags ++t .
5b95ccb82c0a patch 8.1.2238: error in docs tags goes unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 qa!