comparison Filelist @ 18376:ccc02b39fb5e v8.1.2182

patch 8.1.2182: test42 seen as binary by git diff Commit: https://github.com/vim/vim/commit/5b39d7adb0b9f02afe242f607d4c96250f06965d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 19 18:37:53 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Oct 2019 18:45:03 +0200
parents fc8f5b9aacfa
children 5b95ccb82c0a
comparison
equal deleted inserted replaced
18375:c25f7b1dc823 18376:ccc02b39fb5e
2 # Used by Makefile. 2 # Used by Makefile.
3 3
4 # source files for all source archives 4 # source files for all source archives
5 SRC_ALL = \ 5 SRC_ALL = \
6 .gitignore \ 6 .gitignore \
7 .gitattributes \
7 .hgignore \ 8 .hgignore \
8 .lgtm.yml \ 9 .lgtm.yml \
9 .travis.yml \ 10 .travis.yml \
10 appveyor.yml \ 11 appveyor.yml \
11 ci/appveyor.bat \ 12 ci/appveyor.bat \