From f10bc7a63b6d5541aa0c2be57b59e98e799df638 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Thu, 17 Jun 2004 12:21:19 +0000 Subject: [PATCH] - mark fuzzy and untranslated entries as todo Changed files: vim-po-syntax.patch -> 1.1 --- vim-po-syntax.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vim-po-syntax.patch diff --git a/vim-po-syntax.patch b/vim-po-syntax.patch new file mode 100644 index 0000000..c74a71e --- /dev/null +++ b/vim-po-syntax.patch @@ -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 -- 2.44.0