diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-09-10 21:15:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-09-10 21:15:40 +0200 |
commit | c93262b2e3fb043c685bd4014a35a29111dea484 (patch) | |
tree | 11cdf6eb664b9164279d70f7ea3bdcd10bd5517a /Filelist | |
parent | f29c1c6aa3f365c025890fab5fb9efbe88eb1761 (diff) | |
download | vim-git-c93262b2e3fb043c685bd4014a35a29111dea484.tar.gz |
patch 8.1.0363: internal diff isn't used by default as advertisedv8.1.0363
Problem: Internal diff isn't used by default as advertised.
Solution: Add "internal" to the default value of 'diffopt'.
Also add couple of files missing from the distribution.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -273,6 +273,8 @@ SRC_ALL = \ src/libvterm/t/92lp1640917.test \ src/libvterm/t/harness.c \ src/libvterm/t/run-test.pl \ + src/xdiff/COPYING \ + src/xdiff/README.txt \ src/xdiff/xdiff.h \ src/xdiff/xdiffi.c \ src/xdiff/xdiffi.h \ |