Skip to content

Commit 71c794c

Browse files
committed
translation: regenerate vim.pot, ignore version.c changes
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>
1 parent 2e154d8 commit 71c794c

2 files changed

Lines changed: 79 additions & 76 deletions

File tree

.gitattributes

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
src/testdir/test42.in diff
22

3-
# ignore vim.pot creation date when diffing
3+
# vim.pot may change just by incrementing a patch number
4+
# so ignore the following differences:
5+
# - POT-Creation Date
6+
# - comments in version.c for line numbers:
47
# set this up using:
5-
# git config diff.ignore_pot_date.textconv 'grep -v "^.POT-Creation-Date:.*"'
8+
# git config diff.ignore_pot_date.textconv 'grep -Ev "^.(POT-Creation-Date:|.*version\.c).*"'
69
src/po/vim.pot diff=ignore_pot_date

0 commit comments

Comments
 (0)