commit | 33aec765bdc2096f123c5a4c61f8948a61aa9ef5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 23:30:12 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 23:30:12 2006 +0000 |
tree | 858b75b899a2ed6cf6e5543a1f29201c04650bd4 | |
parent | 71fe80dddd436b36de5d814c1165a3e56b1f0974 [diff] [blame] |
updated for version 7.0185
diff --git a/src/po/cleanup.vim b/src/po/cleanup.vim index 78d1e5a..a4905c2 100644 --- a/src/po/cleanup.vim +++ b/src/po/cleanup.vim
@@ -3,6 +3,7 @@ " - 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). +diffoff! silent g/^#: /d silent g/^#, fuzzy\(, .*\)\=\nmsgid ""\@!/.+1,/^$/-1s/^/#\~ / silent g/^msgstr"/s//msgstr "/