diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-22 21:54:43 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-22 21:54:43 +0000 |
commit | b01585904a5e4a6dc8bc8cc2aaaf7fbca260e344 (patch) | |
tree | 2a6ad50817024b43a22dd2aa1e5b585af812b520 /src | |
parent | d8c0087ccea4baf4df913d24049a91a24962f20a (diff) | |
download | vim-git-b01585904a5e4a6dc8bc8cc2aaaf7fbca260e344.tar.gz |
updated for version 7.0113v7.0113
Diffstat (limited to 'src')
-rw-r--r-- | src/po/cleanup.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/po/cleanup.vim b/src/po/cleanup.vim index cb697e8b1..323aebab0 100644 --- a/src/po/cleanup.vim +++ b/src/po/cleanup.vim @@ -1,6 +1,6 @@ " Vim script to cleanup a .po file: comment-out fuzzy and empty messages. " Make sure there is a space before the string (required for Solaris). -" Requires Vim 6.0 (because of multi-line search patterns). +" Requires Vim 6.0 or later (because of multi-line search patterns). g/^#, fuzzy\(, .*\)\=\nmsgid ""\@!/.+1,/^$/-1s/^/#\~ / g/^msgstr"/s//msgstr "/ g/^msgid"/s//msgid "/ |