summaryrefslogtreecommitdiff
path: root/src/po/cleanup.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/po/cleanup.vim')
-rw-r--r--src/po/cleanup.vim10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/po/cleanup.vim b/src/po/cleanup.vim
index 313f1595c..78d1e5afe 100644
--- a/src/po/cleanup.vim
+++ b/src/po/cleanup.vim
@@ -3,8 +3,8 @@
" - Comment-out fuzzy and empty messages.
" - Make sure there is a space before the string (required for Solaris).
" Requires Vim 6.0 or later (because of multi-line search patterns).
-g/^#: /d
-g/^#, fuzzy\(, .*\)\=\nmsgid ""\@!/.+1,/^$/-1s/^/#\~ /
-g/^msgstr"/s//msgstr "/
-g/^msgid"/s//msgid "/
-g/^msgstr ""\(\n"\)\@!/?^msgid?,.s/^/#\~ /
+silent g/^#: /d
+silent g/^#, fuzzy\(, .*\)\=\nmsgid ""\@!/.+1,/^$/-1s/^/#\~ /
+silent g/^msgstr"/s//msgstr "/
+silent g/^msgid"/s//msgid "/
+silent g/^msgstr ""\(\n"\)\@!/?^msgid?,.s/^/#\~ /