diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-22 23:30:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-22 23:30:12 +0000 |
commit | 33aec765bdc2096f123c5a4c61f8948a61aa9ef5 (patch) | |
tree | 858b75b899a2ed6cf6e5543a1f29201c04650bd4 /src/po/cleanup.vim | |
parent | 71fe80dddd436b36de5d814c1165a3e56b1f0974 (diff) | |
download | vim-git-33aec765bdc2096f123c5a4c61f8948a61aa9ef5.tar.gz |
updated for version 7.0185v7.0185
Diffstat (limited to 'src/po/cleanup.vim')
-rw-r--r-- | src/po/cleanup.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/po/cleanup.vim b/src/po/cleanup.vim index 78d1e5afe..a4905c2ed 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 "/ |