forked from aniani/vim
patch 8.2.3075: xxd always reports an old version string
Problem: Xxd always reports an old version string. (Åsmund Ervik)
Solution: Update the version string with the last known change date.
(Jürgen Weigert, closes #8475)
This commit is contained in:
committed by
Bram Moolenaar
parent
ea042677ab
commit
80b2ba3e96
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3075,
|
||||
/**/
|
||||
3074,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user