Update runtime files and translations

This commit is contained in:
Bram Moolenaar
2022-05-12 20:34:15 +01:00
parent d0b1a09f44
commit 3f32a5f160
55 changed files with 3960 additions and 5020 deletions

View File

@ -1,7 +1,7 @@
" Vim syntax file
" Language: Vim help file
" Maintainer: Bram Moolenaar (Bram@vim.org)
" Last Change: 2022 May 01
" Last Change: 2022 May 12
" Quit when a (custom) syntax file was already loaded
if exists("b:current_syntax")
@ -215,7 +215,7 @@ hi def link helpError Error
hi def link helpTodo Todo
hi def link helpURL String
if expand('%:p') == $VIMRUNTIME .. '/doc/syntax.txt'
if expand('%:p') =~ escape($VIMRUNTIME, '\') .. '[/\\]doc[/\\]syntax.txt'
" highlight groups with their respective color
import 'dist/vimhelp.vim'
call vimhelp.HighlightGroups()