commit | 5b39d7adb0b9f02afe242f607d4c96250f06965d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 18:37:53 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 19 18:37:53 2019 +0200 |
tree | ca61af972fa52f71d8ca2a2d8c2ddaec8c35145e | |
parent | a74fda6f4d21d8e0652e9cfa04dd3e041f779f62 [diff] [blame] |
patch 8.1.2182: test42 seen as binary by git diff Problem: Test42 seen as binary by git diff. Solution: Add .gitattributes file. Make explicit that 'cpo' does not contain 'S'. (Daniel Hahler, closes #5072)
diff --git a/src/version.c b/src/version.c index 0fff97d..afdc49a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2182, +/**/ 2181, /**/ 2180,