commit | 16e26a31161d65baca7885c46c43ab4a48399c92 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Jul 13 19:09:12 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 13 19:09:12 2021 +0200 |
tree | 4ba25f750a98948a3ed4ae5082bdf2fb500b61dc | |
parent | ee41052ccb65f8109f285fc43eed3e232de68375 [diff] [blame] |
patch 8.2.3157: crypt test may fail on MS-Windows Problem: Crypt test may fail on MS-Windows. Solution: Ignore "[unix]" in the file message. (Christian Brabandt, closes #8561)
diff --git a/src/version.c b/src/version.c index c2314cd..ace5a9d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3157, +/**/ 3156, /**/ 3155,