diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-10-16 16:36:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-16 16:36:25 +0800 |
commit | 3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd (patch) | |
tree | 84dad2040bbd4ec91e4c53c9a191d4eeafe908be /runtime/syntax/po.vim | |
parent | 0a3505eb9df8d57a9a0bcecf02bb3dda1c8edd29 (diff) | |
download | rneovim-3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd.tar.gz rneovim-3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd.tar.bz2 rneovim-3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd.zip |
vim-patch:dbf749bd5aae (#25665)
runtime: Fix more typos (vim/vim#13354)
* Fix more typos
* Fix typos in ignored runtime/ directory
https://github.com/vim/vim/commit/dbf749bd5aaef6ea2d28bce081349785d174d96a
Co-authored-by: Viktor Szépe <viktor@szepe.net>
Diffstat (limited to 'runtime/syntax/po.vim')
-rw-r--r-- | runtime/syntax/po.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/po.vim b/runtime/syntax/po.vim index 15d09b18bd..08d6baec27 100644 --- a/runtime/syntax/po.vim +++ b/runtime/syntax/po.vim @@ -42,7 +42,7 @@ syn match poHeaderItem "\(Project-Id-Version\|Report-Msgid-Bugs-To\|POT-Crea syn match poHeaderUndefined "\(PACKAGE VERSION\|YEAR-MO-DA HO:MI+ZONE\|FULL NAME <EMAIL@ADDRESS>\|LANGUAGE <LL@li.org>\|CHARSET\|ENCODING\|INTEGER\|EXPRESSION\)" contained syn match poCopyrightUnset "SOME DESCRIPTIVE TITLE\|FIRST AUTHOR <EMAIL@ADDRESS>, YEAR\|Copyright (C) YEAR Free Software Foundation, Inc\|YEAR THE PACKAGE\'S COPYRIGHT HOLDER\|PACKAGE" contained -" Translation comment block including: translator comment, automatic coments, flags and locations +" Translation comment block including: translator comment, automatic comments, flags and locations syn match poComment "^#.*$" syn keyword poFlagFuzzy fuzzy contained syn match poCommentTranslator "^# .*$" contains=poCopyrightUnset |