diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-11-05 17:04:18 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-11-05 17:04:18 +0100 |
commit | c3940c76e8248ea7f618b3f1716d754c8e981f35 (patch) | |
tree | 2a97df373da2b07a4676e50b0ea4aa898c5e0cb2 /Filelist | |
parent | 32efaf6154071c21ff975429ae74e507b93311b1 (diff) | |
download | vim-git-c3940c76e8248ea7f618b3f1716d754c8e981f35.tar.gz |
updated for version 7.4.501v7.4.501
Problem: Typo in file pattern.
Solution: Insert a slash and remove a dot.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ SRC_ALL = \ src/testdir/python_before/*.py \ src/testdir/bench*.in \ src/testdir/bench*.vim \ - src/testdir/samples.*.txt \ + src/testdir/samples/*.txt \ src/proto.h \ src/proto/blowfish.pro \ src/proto/buffer.pro \ |