]> git.pld-linux.org Git - packages/vim.git/blob - vim-po-syntax.patch
- rebuild with ruby 2.4
[packages/vim.git] / vim-po-syntax.patch
1 --- vim-7.4.979/runtime/syntax/po.vim~  2015-12-19 16:28:18.000000000 +0200
2 +++ vim-7.4.979/runtime/syntax/po.vim   2015-12-22 10:39:56.522234440 +0200
3 @@ -55,6 +55,7 @@
4  syn match     poDiffOld '\(^#| "[^{]*+}\|{+[^}]*+}\|{+[^}]*\|"$\)' contained
5  syn match     poDiffNew '\(^#| "[^{]*-}\|{-[^}]*-}\|{-[^}]*\|"$\)' contained
6  syn match     poCommentDiff "^#|.*$" contains=poDiffOld,poDiffNew
7 +syn match     poUntranslated /^msgstr\s\+""\n\n/
8  
9  " Translations (also includes header fields as they appear in a translation msgstr)
10  syn region poCommentKDE          start=+"_: +ms=s+1 end="\\n" end="\"\n^msgstr"me=s-1 contained
11 @@ -103,6 +104,7 @@
12  hi def link poDiffOld           Todo
13  hi def link poDiffNew          Special
14  hi def link poObsolete         Comment
15 +hi def link poUntranslated      Todo
16  
17  hi def link poStatementMsgid   Statement
18  hi def link poStatementMsgstr  Statement
This page took 0.037635 seconds and 3 git commands to generate.