# HG changeset patch # User Bram Moolenaar # Date 1342452491 -7200 # Node ID 5cacdf56c94b6fa1992f7e9c07c95bfe52bcccec # Parent 86782bc0256b2d41c64f500d9796b9ee57361fd6 updated for version 7.3.602 Problem: Missing files in distribution. Solution: Update the list of files. diff --git a/Filelist b/Filelist --- a/Filelist +++ b/Filelist @@ -463,6 +463,7 @@ RT_ALL = \ runtime/macros/hanoi/hanoi.vim \ runtime/macros/hanoi/poster \ runtime/macros/justify.vim \ + runtime/macros/less.bat \ runtime/macros/less.sh \ runtime/macros/less.vim \ runtime/macros/life/click.me \ @@ -666,6 +667,8 @@ EXTRA = \ # generic language files LANG_GEN = \ + runtime/doc/*-de.1 \ + runtime/doc/*-de.UTF-8.1 \ runtime/doc/*-fr.1 \ runtime/doc/*-fr.UTF-8.1 \ runtime/doc/*-it.1 \ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 602, +/**/ 601, /**/ 600,