Mercurial > vim
view runtime/doc/doctags.vim @ 32911:f592f45b306e
Translation: also update ru.cp1251.po file after 6cc8bc836616e9b0
Commit: https://github.com/vim/vim/commit/787de412b8a64528c72517af762db335df4230f2
Author: Christian Brabandt <cb@256bit.org>
Date: Sun Aug 20 18:46:41 2023 +0200
Translation: also update ru.cp1251.po file after 6cc8bc836616e9b0
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 20 Aug 2023 18:54:21 +0200 |
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!