view src/po/cleanup.vim @ 142:0ef5b70c3eaf v7.0045

updated for version 7.0045
author vimboss
date Thu, 27 Jan 2005 14:44:31 +0000
parents 3fc0f57ecb91
children 8d2b705a5a51
line wrap: on
line source

" 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).
g/^#, fuzzy\(, .*\)\=\nmsgid ""\@!/.+1,/^$/-1s/^/#\~ /
g/^msgstr"/s//msgstr "/
g/^msgid"/s//msgid "/
g/^msgstr ""\(\n"\)\@!/?^msgid?,.s/^/#\~ /