summaryrefslogtreecommitdiffstats
path: root/src/po/cleanup.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-06 20:52:59 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-06 20:52:59 +0100
commit016188fd8a30cfbaca3faa0daea9a47138dc5c4b (patch)
tree5c04e35f0054ca6c3d7276e76a0ef4a494e890e2 /src/po/cleanup.vim
parent3760bfddc414e4d3e1c4203db8c22e293cf08d09 (diff)
Update runtime files.
Diffstat (limited to 'src/po/cleanup.vim')
-rw-r--r--src/po/cleanup.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/po/cleanup.vim b/src/po/cleanup.vim
index 4bb7ae7a19..90e7f3065c 100644
--- a/src/po/cleanup.vim
+++ b/src/po/cleanup.vim
@@ -12,6 +12,9 @@ setl nodiff
silent g/^#, c-format\n#/.d
silent g/^#\..*\n#/.d
+" c-format comments have no effect, the check.vim scripts checks it.
+silent g/^#, c-format$/d
+
silent g/^#[:~] /d
silent g/^#, fuzzy\(, .*\)\=\nmsgid ""\@!/.+1,/^$/-1s/^/#\~ /
silent g/^msgstr"/s//msgstr "/