]> git.pld-linux.org Git - packages/vim.git/commitdiff
- mark fuzzy and untranslated entries as todo
authorArtur Frysiak <artur@frysiak.net>
Thu, 17 Jun 2004 12:21:19 +0000 (12:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-po-syntax.patch -> 1.1

vim-po-syntax.patch [new file with mode: 0644]

diff --git a/vim-po-syntax.patch b/vim-po-syntax.patch
new file mode 100644 (file)
index 0000000..c74a71e
--- /dev/null
@@ -0,0 +1,20 @@
+--- 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+
+ " 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
+   delcommand HiLink
+ endif
This page took 0.164385 seconds and 4 git commands to generate.