commit | 016188fd8a30cfbaca3faa0daea9a47138dc5c4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 06 20:52:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 06 20:52:59 2022 +0100 |
tree | 5c04e35f0054ca6c3d7276e76a0ef4a494e890e2 | |
parent | 3760bfddc414e4d3e1c4203db8c22e293cf08d09 [diff] [blame] |
Update runtime files.
diff --git a/src/po/cleanup.vim b/src/po/cleanup.vim index 4bb7ae7..90e7f30 100644 --- a/src/po/cleanup.vim +++ b/src/po/cleanup.vim
@@ -12,6 +12,9 @@ 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 "/