SOURCES: vim-po-syntax.patch - updated to vim 6.4: Fuzzy is upstre...

glen glen at pld-linux.org
Tue Oct 25 19:53:29 CEST 2005


Author: glen                         Date: Tue Oct 25 17:53:29 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to vim 6.4: Fuzzy is upstream but Untranslated still not

---- Files affected:
SOURCES:
   vim-po-syntax.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/vim-po-syntax.patch
diff -u SOURCES/vim-po-syntax.patch:1.1 SOURCES/vim-po-syntax.patch:1.2
--- SOURCES/vim-po-syntax.patch:1.1	Thu Jun 17 14:21:19 2004
+++ SOURCES/vim-po-syntax.patch	Tue Oct 25 19:53:24 2005
@@ -1,20 +1,18 @@
---- vim63/runtime/syntax/po.vim.wiget	2004-06-17 14:16:09.760638536 +0200
-+++ vim63/runtime/syntax/po.vim	2004-06-17 14:18:48.851632618 +0200
-@@ -19,6 +19,8 @@
- syn match  poFormat	"%%" contained
- syn region poString	start=+"+ skip=+\\\\\|\\"+ end=+"+
- 			\ contains=poSpecial,poFormat
-+syn region poFuzzy       start=+^#,\sfuzzy+ end=+^$+
-+syn match  poUntranslated +^msgstr\s""\n\n+
+--- ./runtime/syntax/po.vim	2004-11-19 16:34:55.000000000 +0200
++++ /tmp/po.vim	2005-10-25 20:50:45.000000000 +0300
+@@ -43,6 +43,7 @@
+ syn match     poCommentAutomatic "^#\..*$" 
+ syn match     poCommentSources	"^#:.*$"
+ syn match     poCommentFlags "^#,.*$" contains=poFlagFuzzy
++syn match     poUntranslated /^msgstr\s\+""\n\n/
  
- " Define the default highlighting.
- " For version 5.7 and earlier: only when not done already
-@@ -37,6 +39,8 @@
-   HiLink poSpecial	Special
-   HiLink poFormat	poSpecial
-   HiLink poString	String
-+  HiLink poFuzzy	Todo
-+  HiLink poUntranslated	Todo
+ " Translations (also includes header fields as they appear in a translation msgstr)
+ syn region poCommentKDE	  start=+"_: +ms=s+1 end="\\n" end="\"\n^msgstr"me=s-1 contained
+@@ -86,6 +87,7 @@
+   HiLink poCommentFlags      Special
+   HiLink poCopyrightUnset    Todo
+   HiLink poFlagFuzzy         Todo
++  HiLink poUntranslated	     Todo
+   HiLink poObsolete         Comment
  
-   delcommand HiLink
- endif
+   HiLink poStatementMsgid   Statement
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/vim-po-syntax.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list