diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-05-13 13:52:38 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-05-13 13:52:38 +0200 |
commit | 46ae3cedeb8785299e825970f46763eff73399c5 (patch) | |
tree | 1508ad590a905e05cd9a089d9a216ef32a3eea87 /Filelist | |
parent | 59838520c7a452adbe82b583dcdf967483b00a98 (diff) | |
download | vim-git-46ae3cedeb8785299e825970f46763eff73399c5.tar.gz |
updated for version 7.4.287v7.4.287
Problem: Patches for .hgignore don't work, since the file is not in the
distribution.
Solution: Add .hgignore to the distribution. Will be effective with the
next version.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ # source files for all source archives SRC_ALL = \ + .hgignore \ src/README.txt \ src/arabic.c \ src/arabic.h \ |