Skip to content

Commit

Permalink
patch 7.4.1602
Browse files Browse the repository at this point in the history
Problem:    Info files take space in the top directory.
Solution:   Move them to "READMEdir".
  • Loading branch information
brammool committed Mar 19, 2016
1 parent 818c9e7 commit cff572a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Filelist
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,12 @@ IN_README_DIR = \
README_unix.txt \
README_vms.txt \
README_w32s.txt \
Contents.info \
Vim.info \
Xxd.info \
runtime.info \
src.info \
vimdir.info \

# generic language files
LANG_GEN = \
Expand Down
File renamed without changes.
0 Vim.info → READMEdir/Vim.info
100755 → 100644
File renamed without changes.
0 Xxd.info → READMEdir/Xxd.info
100755 → 100644
File renamed without changes.
File renamed without changes.
0 src.info → READMEdir/src.info
100755 → 100644
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1602,
/**/
1601,
/**/
Expand Down

0 comments on commit cff572a

Please sign in to comment.