mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-05 11:33:15 +01:00
Regenerate vim.pot because of a wording update in optwin.vim for the diffanchors feature. While at it, update the textconv filter to ignore all lines containing version.c because those change just by incrementing the Vim patch number *grummel* Signed-off-by: Christian Brabandt <cb@256bit.org>
10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
src/testdir/test42.in diff
|
|
|
|
# vim.pot may change just by incrementing a patch number
|
|
# so ignore the following differences:
|
|
# - POT-Creation Date
|
|
# - comments in version.c for line numbers:
|
|
# set this up using:
|
|
# git config diff.ignore_pot_date.textconv 'grep -Ev "^.(POT-Creation-Date:|.*version\.c).*"'
|
|
src/po/vim.pot diff=ignore_pot_date
|