commit | 63f32603789d1a27c559fc440325955fd0b8b500 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 09 20:45:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 09 20:45:54 2022 +0100 |
tree | 4704249d1618c6e126e41c6889c29d353f39e59c | |
parent | 2813f38e021c6e6581c0c88fcf107e41788bc835 [diff] [blame] |
Update runtime files
diff --git a/src/po/cleanup.vim b/src/po/cleanup.vim index 90e7f30..6df5edd 100644 --- a/src/po/cleanup.vim +++ b/src/po/cleanup.vim
@@ -13,7 +13,8 @@ silent g/^#\..*\n#/.d " c-format comments have no effect, the check.vim scripts checks it. -silent g/^#, c-format$/d +" But they might still be useful? +" silent g/^#, c-format$/d silent g/^#[:~] /d silent g/^#, fuzzy\(, .*\)\=\nmsgid ""\@!/.+1,/^$/-1s/^/#\~ /