From 68b0873c458f4a0b5ca8483958994d338060202a Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 19 Oct 2019 20:31:50 +0200 Subject: vim-patch:8.1.2182: test42 seen as binary by git diff #11256 Problem: Test42 seen as binary by git diff. Solution: Add .gitattributes file. Make explicit that 'cpo' does not contain 'S'. (Daniel Hahler, closes vim/vim#5072) https://github.com/vim/vim/commit/5b39d7adb0b9f02afe242f607d4c96250f06965d --- src/nvim/testdir/test42.in | Bin 2438 -> 2373 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'src') diff --git a/src/nvim/testdir/test42.in b/src/nvim/testdir/test42.in index baa6e67d26..d9057e72fb 100644 Binary files a/src/nvim/testdir/test42.in and b/src/nvim/testdir/test42.in differ -- cgit